gui.componentEditor
Class CommandLineInterpreter
java.lang.Object
   gui.componentEditor.CommandLineInterpreter
gui.componentEditor.CommandLineInterpreter
- public class CommandLineInterpreter 
- extends java.lang.Object
 
| Method Summary | 
| static void | executeTheCommandLine(java.lang.String[] s)
 | 
| static java.lang.reflect.Method | getMainMethod(java.lang.Class c)
 | 
| static java.lang.String | getString(java.lang.String prompt)
 | 
| static java.lang.String[] | getStrings(java.lang.String commandLine)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CommandLineInterpreter
public CommandLineInterpreter()
getString
public static java.lang.String getString(java.lang.String prompt)
- 
 
getStrings
public static java.lang.String[] getStrings(java.lang.String commandLine)
- 
 
executeTheCommandLine
public static void executeTheCommandLine(java.lang.String[] s)
                                  throws java.lang.ClassNotFoundException,
                                         java.lang.reflect.InvocationTargetException,
                                         java.lang.IllegalAccessException
- 
- Throws:
- java.lang.ClassNotFoundException
- java.lang.reflect.InvocationTargetException
- java.lang.IllegalAccessException
 
getMainMethod
public static java.lang.reflect.Method getMainMethod(java.lang.Class c)
- 
 
main
public static void main(java.lang.String[] args)
-