edu.umd.cs.findbugs.classfile
public interface ICodeBaseLocator
| Method Summary | |
|---|---|
| ICodeBaseLocator | createRelativeCodeBaseLocator(String relativePath)
Get the codebase locator describing the location of
a relative codebase. |
| ICodeBase | openCodeBase()
Get the codebase object.
|
| String | toString()
Convert the codebase locator to a string representation.
|
Parameters: relativePath the path of a relative codebase
Returns: codebase locator of the relative codebase whose path is given
Returns: the codebase object
Returns: a string representation of the codebase