|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.impl.FilesystemCodeBaseLocator
public class FilesystemCodeBaseLocator
Codebase locator for files and directories in the filesystem.
Constructor Summary | |
---|---|
FilesystemCodeBaseLocator(java.lang.String pathName)
|
Method Summary | |
---|---|
ICodeBaseLocator |
createRelativeCodeBaseLocator(java.lang.String relativePath)
Get the codebase locator describing the location of a relative codebase. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPathName()
|
int |
hashCode()
|
ICodeBase |
openCodeBase()
Get the codebase object. |
java.lang.String |
toString()
Convert the codebase locator to a string representation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilesystemCodeBaseLocator(java.lang.String pathName)
Method Detail |
---|
public java.lang.String getPathName()
public ICodeBaseLocator createRelativeCodeBaseLocator(java.lang.String relativePath)
ICodeBaseLocator
createRelativeCodeBaseLocator
in interface ICodeBaseLocator
relativePath
- the path of a relative codebase
public ICodeBase openCodeBase() throws java.io.IOException
ICodeBaseLocator
openCodeBase
in interface ICodeBaseLocator
java.io.IOException
public java.lang.String toString()
ICodeBaseLocator
toString
in interface ICodeBaseLocator
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |