| |
|
| java.lang.Object org.griphyn.vdl.toolkit.Toolkit org.griphyn.vdl.toolkit.Planner
Planner | public class Planner extends Toolkit (Code) | | The shell planner. This class is the command-line tool for
generating shell scripts from a DAX.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ |
Constructor Summary | |
public | Planner(String appName) Constructs a new instance object with the given application name. |
Method Summary | |
protected LongOpt[] | generateValidOptions() Creates a set of commandline options. | public static void | main(String[] args) Get the DAX and generate shell scripts in the designated directory. | public void | showUsage() Prints the usage string onto stdout. |
Planner | public Planner(String appName)(Code) | | Constructs a new instance object with the given application name.
|
generateValidOptions | protected LongOpt[] generateValidOptions()(Code) | | Creates a set of commandline options.
|
main | public static void main(String[] args)(Code) | | Get the DAX and generate shell scripts in the designated directory.
It also decides whether to run in a 'make' or 'build' mode
|
showUsage | public void showUsage()(Code) | | Prints the usage string onto stdout.
|
|
|
|