Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jtt.util
Class Executable  view Executable download Executable.java

java.lang.Object
  extended byjtt.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