public class FilesystemCodeBaseLocator extends java.lang.Object implements ICodeBaseLocator
Constructor and Description |
---|
FilesystemCodeBaseLocator(java.lang.String pathName) |
Modifier and Type | Method and Description |
---|---|
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.
|
public FilesystemCodeBaseLocator(java.lang.String pathName)
public java.lang.String getPathName()
public ICodeBaseLocator createRelativeCodeBaseLocator(java.lang.String relativePath)
ICodeBaseLocator
createRelativeCodeBaseLocator
in interface ICodeBaseLocator
relativePath
- the path of a relative codebasepublic 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™ is licenced under the LGPL. Copyright © 2006 University of Maryland.