com.jeantessier.classreader
Class DirectoryExplorer

java.lang.Object
  |
  +--com.jeantessier.classreader.DirectoryExplorer

public class DirectoryExplorer
extends java.lang.Object


Constructor Summary
DirectoryExplorer(java.util.Collection filenames)
           
DirectoryExplorer(java.io.File file)
           
DirectoryExplorer(java.lang.String filename)
           
DirectoryExplorer(java.lang.String[] filenames)
           
 
Method Summary
 java.util.Collection Collection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryExplorer

public DirectoryExplorer(java.lang.String[] filenames)
                  throws java.io.IOException

DirectoryExplorer

public DirectoryExplorer(java.util.Collection filenames)
                  throws java.io.IOException

DirectoryExplorer

public DirectoryExplorer(java.lang.String filename)
                  throws java.io.IOException

DirectoryExplorer

public DirectoryExplorer(java.io.File file)
                  throws java.io.IOException
Method Detail

Collection

public java.util.Collection Collection()