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.
|
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.driver.js.goog | |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternCConfiguration.setExternal(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setExternalExterns(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setNamedModules(ConfigurationValue cfgval,
List<String> values) |
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.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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JSGoogConfiguration.setExternalJSLib(ConfigurationValue cv,
List<String> value) |
void |
JSGoogConfiguration.setJSCompilerOptions(ConfigurationValue cv,
List<String> value) |
void |
JSGoogConfiguration.setJSOutputOptimizations(ConfigurationValue cv,
List<String> value) |
void |
JSGoogConfiguration.setSDKJSLib(ConfigurationValue cv,
List<String> value) |
Modifier and Type | Method and Description |
---|---|
void |
SWCDepends.DependencyConfiguration.setShowDependentSwcs(ConfigurationValue cfgval,
String[] swcs) |
void |
SWCDepends.DependencyConfiguration.setShowSwcs(ConfigurationValue cfgval,
String[] swcs) |
void |
SWCDepends.DependencyConfiguration.setTypes(ConfigurationValue cfgval,
String[] types) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.