org.eclipse.emf.ecp.view.edapt
Class CustomMigrationClassLoader

java.lang.Object
  extended by org.eclipse.emf.ecp.view.edapt.CustomMigrationClassLoader
All Implemented Interfaces:
org.eclipse.emf.edapt.internal.migration.execution.IClassLoader

public class CustomMigrationClassLoader
extends Object
implements org.eclipse.emf.edapt.internal.migration.execution.IClassLoader

Author:
jfaltermeier

Constructor Summary
CustomMigrationClassLoader()
           
 
Method Summary
<T> Class<T>
load(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomMigrationClassLoader

public CustomMigrationClassLoader()
Method Detail

load

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


Copyright © 2015. All Rights Reserved.