net.sf.jour.processor
Class JarFileInputSource

java.lang.Object
  extended by net.sf.jour.processor.JarFileInputSource
All Implemented Interfaces:
InputSource

public class JarFileInputSource
extends java.lang.Object
implements InputSource


Constructor Summary
JarFileInputSource(java.io.File file)
           
 
Method Summary
 void close()
           
 java.util.Enumeration getEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileInputSource

public JarFileInputSource(java.io.File file)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
Specified by:
close in interface InputSource

getEntries

public java.util.Enumeration getEntries()
Specified by:
getEntries in interface InputSource


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.