Package | Description |
---|---|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.flex.compiler.config package. |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
org.apache.flex.compiler.targets |
This package contains interfaces related to targets.
|
Modifier and Type | Method and Description |
---|---|
static List<RSLSettings> |
Configurator.getRSLSettingsFromConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.addRuntimeSharedLibraryPath(List<RSLSettings> rslSettings) |
void |
Configurator.setRuntimeSharedLibraryPath(List<RSLSettings> rslSettings) |
Modifier and Type | Method and Description |
---|---|
List<RSLSettings> |
TargetSettings.getRuntimeSharedLibraryPath() |
Modifier and Type | Method and Description |
---|---|
void |
ICompilerSettings.addRuntimeSharedLibraryPath(List<RSLSettings> rslSettings)
A list of RSLs to load, complete with all the settings on how to load
the RSLs.
|
void |
ICompilerSettings.setRuntimeSharedLibraryPath(List<RSLSettings> rslSettings)
A list of RSLs to load, complete with all the settings on how to load
the RSLs.
|
Modifier and Type | Method and Description |
---|---|
List<RSLSettings> |
FlexProject.getRuntimeSharedLibraryPath() |
Modifier and Type | Method and Description |
---|---|
void |
FlexProject.setRuntimeSharedLibraryPath(List<RSLSettings> rslSettings) |
Modifier and Type | Method and Description |
---|---|
List<RSLSettings> |
TargetReport.getRequiredRSLs() |
Modifier and Type | Method and Description |
---|---|
List<RSLSettings> |
IFlexProject.getRuntimeSharedLibraryPath()
The list of RSLs configured for this application.
|
Modifier and Type | Method and Description |
---|---|
void |
IFlexProject.setRuntimeSharedLibraryPath(List<RSLSettings> rsls)
Set the RSL library path with an ordered list of RSLs.
|
Modifier and Type | Method and Description |
---|---|
List<RSLSettings> |
ITargetReport.getRequiredRSLs()
Gets the list of all RSLs required to run this application.
|
List<RSLSettings> |
TargetSettingsProxy.getRuntimeSharedLibraryPath() |
List<RSLSettings> |
ITargetSettings.getRuntimeSharedLibraryPath()
A list of RSLs to load, complete with all the settings on how to load
the RSLs.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.