Package | Description |
---|---|
org.apache.flex.compiler.clients |
This package contains classes implementing four compiler command-line tools:
MXMLC , COMPC , ASC , and Optimizer . |
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternCConfiguration.setASRoot(ConfigurationValue cfgval,
String filename) |
void |
ExternCConfiguration.setExternal(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setExternalExterns(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setJSRoot(ConfigurationValue cfgval,
String filename) |
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.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.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 © 2016 The Apache Software Foundation. All rights reserved.