| |
|
| java.lang.Object com.rift.coad.commandline.deploymentdaemoncommandlinetool.Main
Main | public class Main (Code) | | author: Glynn Chaldecott author: This class is a command line tool for the Deployment Daemon giving a user author: the ability to do basic operations via the command line. |
Constructor Summary | |
public | Main() |
Method Summary | |
public void | commandLine() This method breaks the arguments down and uses them to perform the
necessary task. | public DeploymentDaemon | createConnection() This method connects to the Timer Daemon and then returns the Object. | public void | help() | public static void | main(String[] args) | public void | setArgs(String[] args) This method simple sets the public args variable. |
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.
|
createConnection | public DeploymentDaemon createConnection() throws Exception(Code) | | This method connects to the Timer Daemon and then returns the Object.
This method returns a connection to the Timer Daemon. |
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. |
|
|
|