|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.impl.NestedZipFileCodeBaseLocator
public class NestedZipFileCodeBaseLocator
Codebase locator for a zip/jar archive nested inside a parent codebase.
Constructor Summary | |
---|---|
NestedZipFileCodeBaseLocator(ICodeBase parentCodeBase,
java.lang.String resourceName)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NestedZipFileCodeBaseLocator(ICodeBase parentCodeBase, java.lang.String resourceName)
Method Detail |
---|
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 codebase
public 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™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |