| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunConfiguration | |
|---|---|
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. | 
| Uses of RunConfiguration in oracle.jdeveloper.runner | 
|---|
| Fields in oracle.jdeveloper.runner declared as RunConfiguration | |
|---|---|
protected  RunConfiguration | 
JRunProcess.runConfiguration
The RunConfiguration part of the project.  | 
protected  RunConfiguration | 
JStarter.runConfiguration
The RunConfiguration part of the project.  | 
| Methods in oracle.jdeveloper.runner that return RunConfiguration | |
|---|---|
static RunConfiguration | 
RunConfiguration.createNewInstance(HashStructure hash,
                  java.lang.String name,
                  boolean isCustom)
Create a new RunConfiguration  | 
static RunConfiguration | 
RunConfigurations.getActiveRunConfiguration(Project project)
Returns the currently active RunConfiguration for the supplied project  | 
static RunConfiguration | 
RunConfiguration.getInstance(PropertyStorage propertyStorage)
Returns the active RunConfiguration for a Project  | 
 RunConfiguration | 
JRunProcess.getRunConfiguration()
Returns the current RunConfiguration associated with the
 JRunProcess. | 
static RunConfiguration | 
RunConfigurationEditorUtil.getRunConfiguration(Namespace namespace)
Return the RunConfiguration for the namespace  | 
static RunConfiguration | 
RunConfiguration.getRunConfiguration(Project project,
                    java.lang.String configName)
Deprecated. Call getInstance(oracle.javatools.data.PropertyStorage) instead. | 
static RunConfiguration | 
RunConfigurations.getRunConfigurationByName(Project project,
                          java.lang.String name)
Returns the named runconfiguration for the supplied project.  | 
 RunConfiguration[] | 
RunConfigurations.getVisibleRunConfigurations()
Return an array of visible RunConfiguration objects.  | 
| Methods in oracle.jdeveloper.runner with parameters of type RunConfiguration | |
|---|---|
static void | 
RunConfigurations.addRunConfiguration(Project project,
                    RunConfiguration runConfiguration)
Add a RunConfiguration to the collection of defined configurations for the project  | 
static boolean | 
RunConfigurations.isActiveRunConfiguration(Project project,
                         RunConfiguration runConfiguration)
Returns whether the supplied RunConfiguration is the currently active RunConfiguration for the supplied project.  | 
static void | 
RunConfigurations.setActiveRunConfiguration(Project project,
                          RunConfiguration runConfiguration)
Sets the supplied RunConfiguration to be the active RunConfiguration fot the supplied project  | 
 void | 
RunConfigurations.setRunConfigurations(RunConfiguration[] runConfigs,
                     boolean editingCustomProperties)
Set the contents of the run configurations HashStructure from the provided array  | 
| Constructors in oracle.jdeveloper.runner with parameters of type RunConfiguration | |
|---|---|
RunConfiguration(RunConfiguration copyFrom,
                 java.lang.String name,
                 boolean custom)
Creates a new RunConfiguration which is a copy of another one IMPORTANT: Do NOT use '/' characters in the RunConfiguration name  | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||