Remote System Explorer DataStore
Release 3.4

org.eclipse.dstore.core.model
Interface IExternalLoader


public interface IExternalLoader


Method Summary
 boolean canLoad(String source)
          Indicates whether this external loader can load a particular class
 Class loadClass(String source)
          Loads the specified class
 

Method Detail

canLoad

boolean canLoad(String source)
Indicates whether this external loader can load a particular class

Parameters:
source - a qualified classname
Returns:
true if it can load the clas

loadClass

Class loadClass(String source)
                throws ClassNotFoundException
Loads the specified class

Parameters:
source - a qualified classname
Returns:
the loaded class
Throws:
ClassNotFoundException

Remote System Explorer DataStore
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.