| |
|
| java.lang.Object com.rift.coad.commandline.servicebrokercommandlinetool.Main
Main | public class Main (Code) | | author: Glynn Chaldecott author: This class is a command line tool for the Service Broker Daemon and gives a author: user basic functionality via 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.
|
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. |
|
|
|