com.bea.wli.worklist.build
Class TaskControlGen

java.lang.Object
  extended by 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.
 
Constructor Summary
TaskControlGen(TaskControlGen.Options options)
           
 
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
 

Constructor Detail

TaskControlGen

public TaskControlGen(TaskControlGen.Options options)
Method Detail

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()