| |
|
| java.lang.Object org.griphyn.vdl.toolkit.Toolkit org.griphyn.vdl.toolkit.GetDAX
Constructor Summary | |
public | GetDAX(String appName) ctor: Constructs a new instance object with the given application name. |
Method Summary | |
protected LongOpt[] | generateValidOptions() Creates a set of options. | public static void | main(String[] args) Get the request for a dv or an lfn and generate the corresponding
DAX. | public void | showUsage() Implements printing the usage string onto stdout. |
GetDAX | public GetDAX(String appName)(Code) | | ctor: Constructs a new instance object with the given application name.
|
generateValidOptions | protected LongOpt[] generateValidOptions()(Code) | | Creates a set of options.
|
main | public static void main(String[] args)(Code) | | Get the request for a dv or an lfn and generate the corresponding
DAX.
|
showUsage | public void showUsage()(Code) | | Implements printing the usage string onto stdout.
|
|
|
|