public class NestedZipFileCodeBaseLocator extends java.lang.Object implements ICodeBaseLocator
Constructor and Description |
---|
NestedZipFileCodeBaseLocator(ICodeBase parentCodeBase,
java.lang.String resourceName) |
Modifier and Type | Method and Description |
---|---|
ICodeBaseLocator |
createRelativeCodeBaseLocator(java.lang.String relativePath)
Get the codebase locator describing the location of a relative codebase.
|
boolean |
equals(java.lang.Object obj) |
ICodeBase |
getParentCodeBase() |
java.lang.String |
getResourceName() |
int |
hashCode() |
ICodeBase |
openCodeBase()
Get the codebase object.
|
java.lang.String |
toString()
Convert the codebase locator to a string representation.
|
public NestedZipFileCodeBaseLocator(ICodeBase parentCodeBase, java.lang.String resourceName)
public ICodeBase getParentCodeBase()
public java.lang.String getResourceName()
public ICodeBaseLocator createRelativeCodeBaseLocator(java.lang.String relativePath)
ICodeBaseLocator
createRelativeCodeBaseLocator
in interface ICodeBaseLocator
relativePath
- the path of a relative codebasepublic ICodeBase openCodeBase() throws ResourceNotFoundException, java.io.IOException
ICodeBaseLocator
openCodeBase
in interface ICodeBaseLocator
ResourceNotFoundException
java.io.IOException
public java.lang.String toString()
ICodeBaseLocator
toString
in interface ICodeBaseLocator
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.