public class Vassal
extends java.lang.Object
Usage: <Import Method> <File> <Analysis Tool>
<Options...>
Import Method: Name of StructureIO method
File: Path to file to be analyzed
Analysis Tool: Name of a BaseAnalysisToolkit class to do the analysis
Options...: Options for the analysis
Constructor and Description |
---|
Vassal() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
instantiateClass(java.lang.String ClassType,
java.util.List<java.lang.String> Options)
Create new instance of a class given type and options.
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
args
- the command line argumentspublic static java.lang.Object instantiateClass(java.lang.String ClassType, java.util.List<java.lang.String> Options) throws java.lang.Exception
ClassType
- Full name of class to create minus "vassal"Options
- Array specifying option commands (can be empty/null)java.lang.Exception
- For various reasons