| java.lang.Object org.acm.seguin.io.DirectoryTreeTraversal org.acm.seguin.tools.build.JarDirectoryBuilder
JarDirectoryBuilder | public JarDirectoryBuilder(String jarFile, String rootDir, PrintWriter out, String initManifest)(Code) | | Constructor for the JarDirectoryBuilder object
Parameters: jarFile - Description of Parameter Parameters: rootDir - Description of Parameter Parameters: out - Description of Parameter Parameters: initManifest - Description of Parameter |
isTarget | protected boolean isTarget(File currentFile)(Code) | | Determines if this file should be handled by this traversal
Parameters: currentFile - the current file true if the file should be handled |
main | public static void main(String[] args)(Code) | | The main program for the JarDirectoryBuilder class
Parameters: args - The command line arguments |
visit | protected void visit(File currentFile)(Code) | | Visits the current file
Parameters: currentFile - the current file |
|
|