Package generic.jar
Class JarEntryRootNode
- java.lang.Object
-
- generic.jar.JarEntryNode
-
- generic.jar.JarEntryRootNode
-
public class JarEntryRootNode extends JarEntryNode
-
-
Constructor Summary
Constructors Constructor Description JarEntryRootNode(java.io.File file, JarEntryFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.File
getFile()
protected java.util.jar.JarFile
getJarFile()
java.net.URL
toURL()
-
Methods inherited from class generic.jar.JarEntryNode
getChildren, getInputStream, getName, getNode, getNode, getParent, isDirectory, isFile, lastModified, length
-
-
-
-
Constructor Detail
-
JarEntryRootNode
public JarEntryRootNode(java.io.File file, JarEntryFilter filter) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getJarFile
protected java.util.jar.JarFile getJarFile()
- Overrides:
getJarFile
in classJarEntryNode
-
getFile
protected java.io.File getFile()
-
toURL
public java.net.URL toURL() throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
-
-