|
|||||||||
| Home >> All >> jtt >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jtt.util
Class Executable

java.lang.Objectjtt.util.Executable
- public class Executable
- extends java.lang.Object
Calls corina to create 3D structures.
| Field Summary | |
private static org.apache.log4j.Category |
logger
Obtain a suitable logger. |
| Constructor Summary | |
Executable()
Constructor for the Corina object |
|
| Method Summary | |
static boolean |
execute(java.lang.String[] arguments,
boolean wait)
Description of the Method |
static boolean |
execute(java.lang.String dir,
java.lang.String exe,
java.lang.String[] arguments)
|
static void |
main(java.lang.String[] args)
The main program for the TestSmarts class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
logger
private static org.apache.log4j.Category logger
- Obtain a suitable logger.
| Constructor Detail |
Executable
public Executable()
- Constructor for the Corina object
| Method Detail |
execute
public static boolean execute(java.lang.String dir, java.lang.String exe, java.lang.String[] arguments)
execute
public static boolean execute(java.lang.String[] arguments, boolean wait)
- Description of the Method
main
public static void main(java.lang.String[] args)
- The main program for the TestSmarts class
|
|||||||||
| Home >> All >> jtt >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jtt.util.Executable