public class NestedZipFileCodeBaseLocator extends Object implements ICodeBaseLocator
| Constructor and Description |
|---|
NestedZipFileCodeBaseLocator(ICodeBase parentCodeBase,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
ICodeBaseLocator |
createRelativeCodeBaseLocator(String relativePath)
Get the codebase locator describing the location of a relative codebase.
|
boolean |
equals(Object obj) |
ICodeBase |
getParentCodeBase() |
String |
getResourceName() |
int |
hashCode() |
ICodeBase |
openCodeBase()
Get the codebase object.
|
String |
toString()
Convert the codebase locator to a string representation.
|
public ICodeBase getParentCodeBase()
public String getResourceName()
public ICodeBaseLocator createRelativeCodeBaseLocator(String relativePath)
ICodeBaseLocatorcreateRelativeCodeBaseLocator in interface ICodeBaseLocatorrelativePath - the path of a relative codebasepublic ICodeBase openCodeBase() throws ResourceNotFoundException, IOException
ICodeBaseLocatoropenCodeBase in interface ICodeBaseLocatorResourceNotFoundExceptionIOExceptionpublic String toString()
ICodeBaseLocatortoString in interface ICodeBaseLocatortoString in class ObjectCopyright © 2003–2015. All rights reserved.