| java.lang.Object org.cougaar.tools.build.DefRunner
DefRunner | public class DefRunner (Code) | | A tool for executing various COUGAAR code generators as specified by
.def files. This supports the ANT build method.
|
Method Summary | |
public static void | main(String args) | public static void | parse(String filename, String options) Read the first line of a file and construct and run the command
to generate code from that file. | public static void | runDef(String defile, String argline) |
parse | public static void parse(String filename, String options)(Code) | | Read the first line of a file and construct and run the command
to generate code from that file.
|
runDef | public static void runDef(String defile, String argline)(Code) | | Run the code generator against the given file and a command line
|
|
|