net.sourceforge.jane
Interface ArtifactLocator
- All Known Implementing Classes:
- ClassLoaderArtifactLocator, SourcePathArtifactLocator
- public interface ArtifactLocator
An interface for objects that can locate Java artifacts.
Method Summary |
boolean |
canFindClass(java.lang.String className)
Returns true if this locator can find the given class. |
java.lang.String |
getType()
Returns the locator type. |
getType
public java.lang.String getType()
- Returns the locator type.
canFindClass
public boolean canFindClass(java.lang.String className)
- Returns
true
if this locator can find the given class.
Copyright © 2002-2002 SourceForge. All Rights Reserved.