Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.uimodeler
Class UIModeler

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.uimodeler.UIModeler

public class UIModeler
extends java.lang.Object

UIModeler for generating UIModeler artifacts.

Author:
Srini Rangarajan<srini.rangarajan@oracle.com>

Nested Class Summary
static class UIModeler.CommandLineArgs
           
 
Constructor Summary
UIModeler(UIModelerContext modelerContext)
          Initilizes Modeler with given Modeler Context.
 
Method Summary
 void build()
          Builds the UIModeler artifacts based on modeler context.
static void build(UIModeler.CommandLineArgs modelerArgs)
           
static java.lang.Exception run(java.lang.String[] args, java.io.PrintStream ps)
          Runs the modeler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIModeler

public UIModeler(UIModelerContext modelerContext)
Initilizes Modeler with given Modeler Context.

Parameters:
modelerContext - as UIModelerContext
Method Detail

build

public void build()
Builds the UIModeler artifacts based on modeler context.


build

public static void build(UIModeler.CommandLineArgs modelerArgs)

run

public static java.lang.Exception run(java.lang.String[] args,
                                      java.io.PrintStream ps)
Runs the modeler.

Parameters:
args - the arguments
ps - the print stream for output messages; null if the caller is not interested in the output messages
Returns:
the first exeption occurred when running the modeler; null if no exception has occurred

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.