| |
|
| java.lang.Object com.rift.coad.commandline.jythondaemoncommandlinetool.Main
Main | public class Main (Code) | | author: Glynn Chaldecott author: This class is a command line tool for the Jython daemon and this will give a author: user basic Jython functionality through the command line. |
Method Summary | |
public void | commandLine() This method breaks the arguments down and uses them to perform the
necessary task. | public JythonDaemon | createConnection() This method connects to the Timer Daemon and then returns the Object. | public void | help() | public static void | main(String[] args) |
Main | public Main(String[] args)(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 JythonDaemon 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 |
|
|
|