|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
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 |
JStarter.runConfiguration The RunConfiguration part of the project. |
protected RunConfiguration |
JRunProcess.runConfiguration The RunConfiguration part of the project. |
Methods in oracle.jdeveloper.runner that return RunConfiguration | |
---|---|
static RunConfiguration |
RunConfigurations.getActiveRunConfiguration(Project project) |
static RunConfiguration |
RunConfiguration.getInstance(PropertyStorage propertyStorage) |
RunConfiguration |
JRunProcess.getRunConfiguration() Returns the current RunConfiguration associated with the JRunProcess . |
static RunConfiguration |
RunConfigurationEditorUtil.getRunConfiguration(Namespace 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) |
RunConfiguration[] |
RunConfigurations.getVisibleRunConfigurations() |
Methods in oracle.jdeveloper.runner with parameters of type RunConfiguration | |
---|---|
static void |
RunConfigurations.addRunConfiguration(Project project, RunConfiguration runConfiguration) |
static boolean |
RunConfigurations.isActiveRunConfiguration(Project project, RunConfiguration runConfiguration) |
static void |
RunConfigurations.setActiveRunConfiguration(Project project, RunConfiguration runConfiguration) |
void |
RunConfigurations.setRunConfigurations(RunConfiguration[] runConfigs, boolean editingCustomProperties) |
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 Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |