public interface ICodeBaseLocator
| Modifier and Type | Method and Description |
|---|---|
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.
|
ICodeBase openCodeBase() throws IOException, ResourceNotFoundException
IOExceptionResourceNotFoundExceptionICodeBaseLocator createRelativeCodeBaseLocator(String relativePath)
relativePath - the path of a relative codebaseString toString()
Copyright © 2003–2015. All rights reserved.