| |
|
| java.lang.Object com.rift.coad.commandline.timercommandlinetool.Main
Main | public class Main (Code) | | author: Glynn Chaldecott author: This class is a command line tool for the Timer Daemon and gives a user basic author: functionality through the command line. |
Constructor Summary | |
public | Main() |
Main | public Main()(Code) | | Creates a new instance of Main
|
commandLine | public void commandLine()(Code) | | This method breaks the arguments down and uses them to perform the
necessary task.
|
main | public static void main(String[] args)(Code) | | Parameters: args - the command line arguments |
setArgs | public void setArgs(String[] args)(Code) | | This method simple sets the public args variable.
Parameters: args - This is the args passed into the main method. |
|
|
|