FilesystemCodeBaseLocator
, NestedZipFileCodeBaseLocator
public interface ICodeBaseLocator
Modifier and Type | Method | Description |
---|---|---|
ICodeBaseLocator |
createRelativeCodeBaseLocator(java.lang.String relativePath) |
Get the codebase locator describing the location of a relative codebase.
|
ICodeBase |
openCodeBase() |
Get the codebase object.
|
java.lang.String |
toString() |
Convert the codebase locator to a string representation.
|
ICodeBase openCodeBase() throws java.io.IOException, ResourceNotFoundException
java.io.IOException
ResourceNotFoundException
ICodeBaseLocator createRelativeCodeBaseLocator(java.lang.String relativePath)
relativePath
- the path of a relative codebasejava.lang.String toString()
toString
in class java.lang.Object
SpotBugs is licensed under the LGPL.