net.sf.jour.processor
Class DirectoryInputSource

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

public class DirectoryInputSource
extends java.lang.Object
implements InputSource


Constructor Summary
DirectoryInputSource(java.io.File dir)
           
 
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

DirectoryInputSource

public DirectoryInputSource(java.io.File dir)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getEntries

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

close

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


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