com.bea.wli.worklist.build
Class TaskControlGen
java.lang.Object
com.bea.wli.worklist.build.TaskControlGen
public class TaskControlGen
- extends Object
Command-line and Java native utility to generate a TaskControl extension
interface (.jcx file) from a task plan (.task file).
Nested Class Summary |
static class |
TaskControlGen.Options
Options used to control the generation of the control interface Java
source. |
Method Summary |
static void |
main(String[] args)
Command-line main method for running TaskControlGen. |
static void |
printUsage()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskControlGen
public TaskControlGen(TaskControlGen.Options options)
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
- Command-line main method for running TaskControlGen.
- Parameters:
args
- -help for usage.
printUsage
public static void printUsage()