|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactLocator | |
net.sourceforge.jane | |
net.sourceforge.jane.lang.jjtree | |
net.sourceforge.jane.lang.reflection |
Uses of ArtifactLocator in net.sourceforge.jane |
Classes in net.sourceforge.jane that implement ArtifactLocator | |
class |
ClassLoaderArtifactLocator
Locates artifacts using a class loader. |
class |
SourcePathArtifactLocator
Locates '.java' files from a source path. |
Methods in net.sourceforge.jane that return ArtifactLocator | |
static ArtifactLocator |
ClassLoaderArtifactLocator.getSystemInstance()
Returns an instance of this locator that locates artifacts using a system class loader. |
static ArtifactLocator |
ClassLoaderArtifactLocator.getContextInstance()
Returns an instance of this locator that locates artifacts using the current thread's context class loader. |
Methods in net.sourceforge.jane with parameters of type ArtifactLocator | |
void |
Jane.addArtifactLocator(ArtifactLocator aLocator)
Add a locator for a java artifact. |
abstract ClassInfo |
ClassInfoFactory.createClass(Jane jane,
ArtifactLocator locator,
java.lang.String className)
Create an instance of ClassInfo . |
static ClassInfoFactory |
ClassInfoFactory.getInstance(ArtifactLocator locator)
Returns a factory instance. |
Uses of ArtifactLocator in net.sourceforge.jane.lang.jjtree |
Methods in net.sourceforge.jane.lang.jjtree with parameters of type ArtifactLocator | |
ClassInfo |
JJTreeClassInfoFactory.createClass(Jane jane,
ArtifactLocator locator,
java.lang.String className)
Create an instance of ClassInfo . |
Uses of ArtifactLocator in net.sourceforge.jane.lang.reflection |
Methods in net.sourceforge.jane.lang.reflection with parameters of type ArtifactLocator | |
ClassInfo |
ReflectionClassInfoFactory.createClass(Jane jane,
ArtifactLocator locator,
java.lang.String className)
Create an instance of ClassInfo . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |