|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.ArtifactPath | +--net.sourceforge.jane.JarArtifactPath
An ArtifactPath
that represents a path to a JAR.
Fields inherited from class net.sourceforge.jane.ArtifactPath |
path |
Constructor Summary | |
JarArtifactPath(java.lang.String aPath)
Create a new JarArtifactPath . |
Method Summary | |
java.io.InputStream |
findArtifact(java.lang.String name)
Find the specified artifact. |
java.lang.String |
getPathToArtifact(java.lang.String name)
Returns the path to the given artifact. |
Methods inherited from class net.sourceforge.jane.ArtifactPath |
resolvePath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarArtifactPath(java.lang.String aPath) throws InvalidPathException
JarArtifactPath
.Method Detail |
public java.lang.String getPathToArtifact(java.lang.String name)
getPathToArtifact
in class ArtifactPath
public java.io.InputStream findArtifact(java.lang.String name) throws java.io.IOException
findArtifact
in class ArtifactPath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |