Package generic.jar
Class JarEntryRootNode
- java.lang.Object
- 
- generic.jar.JarEntryNode
- 
- generic.jar.JarEntryRootNode
 
 
- 
 public class JarEntryRootNode extends JarEntryNode 
- 
- 
Constructor SummaryConstructors Constructor Description JarEntryRootNode(java.io.File file, JarEntryFilter filter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.FilegetFile()protected java.util.jar.JarFilegetJarFile()java.net.URLtoURL()- 
Methods inherited from class generic.jar.JarEntryNodegetChildren, getInputStream, getName, getNode, getNode, getParent, isDirectory, isFile, lastModified, length
 
- 
 
- 
- 
- 
Constructor Detail- 
JarEntryRootNodepublic JarEntryRootNode(java.io.File file, JarEntryFilter filter) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 - 
Method Detail- 
getJarFileprotected java.util.jar.JarFile getJarFile() - Overrides:
- getJarFilein class- JarEntryNode
 
 - 
getFileprotected java.io.File getFile() 
 - 
toURLpublic java.net.URL toURL() throws java.net.MalformedURLException- Throws:
- java.net.MalformedURLException
 
 
- 
 
-