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

E22562-02

oracle.apps.fnd.applcore.flex.runtime
Class PackageLabel

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.PackageLabel

public class PackageLabel
extends java.lang.Object

Label for a flexfield business component package.


Constructor Summary
PackageLabel(java.lang.Class modelerClass, java.lang.String modelerVersion, java.lang.String packageName)
          Constructs a package label.
 
Method Summary
 void write(java.lang.String outputPath)
          Writes the label to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageLabel

public PackageLabel(java.lang.Class modelerClass,
                    java.lang.String modelerVersion,
                    java.lang.String packageName)
Constructs a package label.

Parameters:
modelerClass - the modeler class
modelerVersion - the modeler version
packageName - the package name
Throws:
java.lang.IllegalArgumentException - if any of the arguments is null
Method Detail

write

public void write(java.lang.String outputPath)
Writes the label to a file.

Parameters:
outputPath - the output path
Throws:
java.lang.IllegalArgumentException - if the given output path is null

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.