| Package | Description |
|---|---|
| org.apache.royale.compiler.config | |
| org.apache.royale.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.royale.compiler.config package. |
| org.apache.royale.compiler.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 | Field and Description |
|---|---|
protected List<RSLSettings> |
TargetSettings.rslLibraryPath |
| 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> |
ITargetReport.getRequiredRSLs()
Gets the list of all RSLs required to run this application.
|
List<RSLSettings> |
ITargetSettings.getRuntimeSharedLibraryPath()
A list of RSLs to load, complete with all the settings on how to load
the RSLs.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.