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 getCollection()
           
 
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

getCollection

public java.util.Collection getCollection()


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.