| Package | Description |
|---|---|
| org.apache.royale.compiler.config |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
Configuration.getCompilerResourceBundlePathForLocale(String locale)
Get the source paths computed from the given
locale. |
protected String |
Configuration.resolvePathStrict(String path,
ConfigurationValue cv) |
void |
Configuration.setCompilerDefaultsCssUrl(ConfigurationValue cv,
String defaultsCssUrlPath)
Defines the location of the default style sheet.
|
void |
Configuration.setCompilerFontsLocalFontPaths(ConfigurationValue cv,
List<String> list) |
void |
Configuration.setCompilerFontsLocalFontsSnapshot(ConfigurationValue cv,
String localFontsSnapshotPath) |
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.setCompilerLibraryPath(ConfigurationValue cv,
String[] pathlist)
Links SWC files to the resulting application SWF file.
|
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.setEnableTelemetry(ConfigurationValue cv,
boolean enableTelemetry)
Turns on the advanced telemetry options of the flash runtime to allow clients like scout to connect.
|
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.setIncludeFiles(ConfigurationValue cv,
List<String> values)
Adds the file to the SWC file.
|
void |
Configuration.setStrictXML(ConfigurationValue cv,
boolean strictXML)
Turns on the strict XML checking in the compiler.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.