org.acm.seguin.tools.builder
Class RenameType

java.lang.Object
  extended by org.acm.seguin.tools.builder.RenameType

public class RenameType
extends java.lang.Object

Main program for repackaging. This object simply stores the main program and interprets the command line arguments for repackaging one or more files.

Author:
Chris Seguin

Constructor Summary
RenameType()
           
 
Method Summary
 boolean init(java.lang.String[] args)
          Initialize the variables with command line arguments
static void main(java.lang.String[] args)
          Main program
protected  void printHelpMessage()
          Print the help message
 void run(java.lang.String[] args)
          Actual work of the main program occurs here
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameType

public RenameType()
Method Detail

init

public boolean init(java.lang.String[] args)
Initialize the variables with command line arguments

Parameters:
args - the command line arguments
Returns:
true if we should continue processing

run

public void run(java.lang.String[] args)
Actual work of the main program occurs here

Parameters:
args - the command line arguments

printHelpMessage

protected void printHelpMessage()
Print the help message


main

public static void main(java.lang.String[] args)
Main program

Parameters:
args - the command line arguments