Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.addin.starter
Class SDStarterUtil

java.lang.Object
  extended by oracle.apps.fnd.applseed.addin.starter.SDStarterUtil

public class SDStarterUtil
extends java.lang.Object


Field Summary
protected static java.lang.String SEED_HELPFILE_DIR
           
protected static java.lang.String SEED_HELPFILE_NAME
           
protected static java.lang.String SEED_HELPSET_NAME
           
 
Constructor Summary
SDStarterUtil(Context ctx, oracle.jbo.dt.objects.JboAppModule am, int action)
           
 
Method Summary
 java.lang.String[] getArgs()
          Get the arguments needed to launch the console.
 java.lang.String getClassPath()
          Get the classpath needed to launch the console.
 java.lang.String[] getJavaOptions()
          Get additional java options needed to launch the console.
 java.lang.StringBuffer getPassword()
          get the db password
 boolean isCancelled()
           
protected  void setHelpURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEED_HELPFILE_DIR

protected static final java.lang.String SEED_HELPFILE_DIR
See Also:
Constant Field Values

SEED_HELPFILE_NAME

protected static final java.lang.String SEED_HELPFILE_NAME
See Also:
Constant Field Values

SEED_HELPSET_NAME

protected static final java.lang.String SEED_HELPSET_NAME
See Also:
Constant Field Values
Constructor Detail

SDStarterUtil

public SDStarterUtil(Context ctx,
                     oracle.jbo.dt.objects.JboAppModule am,
                     int action)
Method Detail

setHelpURL

protected void setHelpURL()

getClassPath

public java.lang.String getClassPath()
Get the classpath needed to launch the console. The classpath will include the libraries for the project, as well as dedicated classes for the console itself.

Returns:
the Classpath

getPassword

public java.lang.StringBuffer getPassword()
get the db password

Returns:

getJavaOptions

public java.lang.String[] getJavaOptions()
Get additional java options needed to launch the console. The returned options are needed for the console itself; any options needed for the application code are to be defined in the project's run configuration.

Returns:
array of parameters, or null.

getArgs

public java.lang.String[] getArgs()
Get the arguments needed to launch the console.

Returns:
array of arguments.

isCancelled

public boolean isCancelled()

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.