| java.lang.Object org.acm.seguin.tools.build.CreateVersion
CreateVersion | public class CreateVersion (Code) | | Creates a JRefactoryVersion object from a command line string specifying the
version.
author: Chris Seguin |
Method Summary | |
public static void | main(String[] args) | public void | run() |
CreateVersion | public CreateVersion(String input, String output)(Code) | | Constructor for the CreateVersion object
Parameters: input - the command line argument Parameters: output - Description of the Parameter |
main | public static void main(String[] args)(Code) | | The main program for the CreateVersion class
Parameters: args - The command line arguments |
run | public void run()(Code) | | Main processing method for the CreateVersion object
|
|
|