| java.lang.Object org.griphyn.vdl.toolkit.Toolkit org.griphyn.vdl.toolkit.VDLHelper org.griphyn.vdl.toolkit.VDLc
Constructor Summary | |
public | VDLc(String appName) ctor: Constructs a new instance object with the given application name. |
Method Summary | |
protected LongOpt[] | generateValidOptions() Creates a set of options. | public String | guessBasename(String fn) Tries a stab at the basename w/o suffix of the filename. | public String | guessDaxname(String fn) Tries a stab at the basename w/o suffix of the filename. | public static void | main(String[] args) Processes the VDLt file(s) into DAX file by requesting each DV
found in the VDLt. | public void | showUsage() Implements printing the usage string onto stdout. |
VDLc | public VDLc(String appName)(Code) | | ctor: Constructs a new instance object with the given application name.
|
generateValidOptions | protected LongOpt[] generateValidOptions()(Code) | | Creates a set of options.
|
guessBasename | public String guessBasename(String fn)(Code) | | Tries a stab at the basename w/o suffix of the filename.
Parameters: fn - is the filename from the command-line args a basename or null. |
guessDaxname | public String guessDaxname(String fn)(Code) | | Tries a stab at the basename w/o suffix of the filename.
Parameters: fn - is the filename from the command-line args a basename or null. |
main | public static void main(String[] args)(Code) | | Processes the VDLt file(s) into DAX file by requesting each DV
found in the VDLt.
Parameters: args - commandline arguments |
showUsage | public void showUsage()(Code) | | Implements printing the usage string onto stdout.
|
|
|