| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setApplicationDomain(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setCompilerExternalLibraryPath(ConfigurationValue cv,
String[] pathlist) |
void |
Configuration.setCompilerFontsLocalFontPaths(ConfigurationValue cv,
List<String> list) |
void |
Configuration.setCompilerFontsManagers(ConfigurationValue cv,
List<String> list) |
void |
Configuration.setCompilerIncludeLibraries(ConfigurationValue cv,
String[] pathlist)
Links all classes inside a SWC file to the resulting application SWF file, regardless of whether or not they are
used.
|
void |
Configuration.setCompilerKeepAs3Metadata(ConfigurationValue cv,
List<String> values) |
void |
Configuration.setCompilerLibraryPath(ConfigurationValue cv,
String[] pathlist)
Links SWC files to the resulting application SWF file.
|
void |
Configuration.setCompilerLocale(ConfigurationValue cv,
String[] newLocales)
Specifies one or more locales to be compiled into the SWF file.
|
void |
Configuration.setCompilerMxmlImplicitImports(ConfigurationValue cv,
String[] imports) |
void |
Configuration.setCompilerNamespacesNamespace(ConfigurationValue cfgval,
List<String> args)
Configures a list of many manifests mapped to a single namespace URI.
|
void |
Configuration.setCompilerSwfExternalLibraryPath(ConfigurationValue cv,
String[] pathlist) |
void |
Configuration.setCompilerSwfLibraryPath(ConfigurationValue cv,
String[] pathlist)
Links SWC files to the resulting application SWF file.
|
void |
Configuration.setCompilerTheme(ConfigurationValue cv,
List<String> paths) |
void |
Configuration.setDefaultsCSSFiles(ConfigurationValue cv,
List<String> paths)
Inserts CSS files into the output the same way that a per-SWC defaults.css file works, but without having to
re-archive the SWC file to test each change.
|
void |
Configuration.setErrorProblems(ConfigurationValue cv,
List<String> classNames) |
void |
Configuration.setExcludeDefaultsCSSFiles(ConfigurationValue cv,
List<String> paths)
Excludes CSS files from the output.
|
void |
Configuration.setExtension(ConfigurationValue cv,
String[] pathlist)
Configures a list of many extensions mapped to a single Extension URI.
|
void |
Configuration.setExterns(ConfigurationValue cfgval,
List<String> vals)
Sets a list of classes to exclude from linking when compiling a SWF file.
|
void |
Configuration.setFileSpecs(ConfigurationValue cv,
List<String> args) |
void |
Configuration.setForceRsls(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setFramesFrame(ConfigurationValue cv,
List<String> args) |
void |
Configuration.setHelp(ConfigurationValue cv,
String[] keywords)
dummy, just a trigger for help text
|
void |
Configuration.setIgnoreProblems(ConfigurationValue cv,
List<String> classNames) |
void |
Configuration.setIncludes(ConfigurationValue cfgval,
List<String> vals)
Links one or more classes to the resulting application SWF file, whether or not those classes are required at
compile time.
|
void |
Configuration.setRuntimeSharedLibraries(ConfigurationValue cfgval,
List<String> urls)
Specifies a list of runtime shared libraries (RSLs) to use for this application.
|
void |
Configuration.setRuntimeSharedLibraryPath(ConfigurationValue cfgval,
List<String> urls)
Specifies the location of a runtime shared library (RSL).
|
void |
Configuration.setWarningProblems(ConfigurationValue cv,
List<String> classNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
COMPCConfiguration.setRuntimeSharedLibraryPath(ConfigurationValue cfgval,
List<String> urls)
COMPC ignores RSL settings.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.