| |
|
| java.lang.Object org.acm.seguin.tools.builder.Repackage
Repackage | public class Repackage (Code) | | Main program for repackaging. This object simply stores the main program and
interprets the command line arguments for repackaging one or more files. It
has two options --package or nopackage. package builds a specified package
hierarchy and nopackage removes the package hierarchy and updates the java
file(s) accordingly This program uses relative pathname to create a new
package. So it may give unexpectd results if run on a file whose package
name is not in accordance with its package hierarchy
author: Chris Seguin |
init | public boolean init(String[] args)(Code) | | Initialize the variables with command line arguments
Parameters: args - the command line arguments true if we should continue processing |
main | public static void main(String[] args)(Code) | | Main program
Parameters: args - the command line arguments |
printHelpMessage | protected void printHelpMessage()(Code) | | Print the help message
|
|
|
|