public interface ICodeBaseLocator
| Modifier and Type | Method and 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.IOExceptionResourceNotFoundExceptionICodeBaseLocator createRelativeCodeBaseLocator(java.lang.String relativePath)
relativePath - the path of a relative codebasejava.lang.String toString()
toString in class java.lang.ObjectSpotBugs is licensed under the LGPL.