Class CustomMigrationClassLoader

  • All Implemented Interfaces:
    org.eclipse.emf.edapt.internal.migration.execution.IClassLoader

    public class CustomMigrationClassLoader
    extends java.lang.Object
    implements org.eclipse.emf.edapt.internal.migration.execution.IClassLoader
    Author:
    jfaltermeier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.lang.Class<T> load​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomMigrationClassLoader

        public CustomMigrationClassLoader()
    • Method Detail

      • load

        public <T> java.lang.Class<T> load​(java.lang.String name)
                                    throws java.lang.ClassNotFoundException
        Specified by:
        load in interface org.eclipse.emf.edapt.internal.migration.execution.IClassLoader
        Throws:
        java.lang.ClassNotFoundException