fiber.gen.tools
Class FiberGen

java.lang.Object
  extended by fiber.gen.tools.FiberGen

public class FiberGen
extends Object

Command line interface to generate code from a Fiber Model.


Constructor Summary
FiberGen()
          Construct a Fiber generation program.
 
Method Summary
static void main(String[] args)
          Main.
 boolean run(String[] args)
          Execute FiberGen with the provided arguments.
 void setBuildContext(BuildContext buildContext)
          Set the build context for any messages.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberGen

public FiberGen()
Construct a Fiber generation program. By default, messages and errors for to standard out and standard error. Call setBuildContext() to redirect messages.

Method Detail

main

public static void main(String[] args)
Main.

Parameters:
args - arguments

run

public boolean run(String[] args)
Execute FiberGen with the provided arguments.

Parameters:
args - command line args
Returns:
true on success

setBuildContext

public void setBuildContext(BuildContext buildContext)
Set the build context for any messages.

Parameters:
buildContext - the build context


Copyright © 2010 Adobe Systems Inc. All Rights Reserved.