Package | Description |
---|---|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
org.apache.flex.compiler.internal.driver.js.goog |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setApplicationDomain(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setCompilerAccessible(ConfigurationValue cv,
boolean accessible)
Enables accessibility features when compiling the application or SWC file.
|
void |
Configuration.setCompilerAllowSubclassOverrides(ConfigurationValue cv,
Boolean allow) |
void |
Configuration.setCompilerContextRoot(ConfigurationValue cv,
String contextRoot)
"Context root" is used to resolve {context.root} tokens in services configuration files to improve portability.
|
void |
Configuration.setCompilerDefaultsCssUrl(ConfigurationValue cv,
String defaultsCssUrlPath)
Defines the location of the default style sheet.
|
void |
Configuration.setCompilerEnableRuntimeDesignLayers(ConfigurationValue cv,
boolean enable) |
void |
Configuration.setCompilerFontsAdvancedAntiAliasing(ConfigurationValue cv,
boolean val) |
void |
Configuration.setCompilerFontsLanguagesLanguageRange(ConfigurationValue cv,
String lang,
String range) |
void |
Configuration.setCompilerFontsLocalFontPaths(ConfigurationValue cv,
List<String> list) |
void |
Configuration.setCompilerFontsLocalFontsSnapshot(ConfigurationValue cv,
String localFontsSnapshotPath) |
void |
Configuration.setCompilerFontsManagers(ConfigurationValue cv,
List<String> list) |
void |
Configuration.setCompilerFontsMaxCachedFonts(ConfigurationValue cv,
String val) |
void |
Configuration.setCompilerFontsMaxGlyphsPerFace(ConfigurationValue cv,
String val) |
void |
Configuration.setCompilerHeadlessServer(ConfigurationValue cv,
boolean headlessServer) |
void |
Configuration.setCompilerIsolateStyles(ConfigurationValue cv,
boolean isolateStyles) |
void |
Configuration.setCompilerKeepAllTypeSelectors(ConfigurationValue cv,
boolean keepAllTypeSelectors) |
void |
Configuration.setCompilerLocale(ConfigurationValue cv,
String[] newLocales)
Specifies one or more locales to be compiled into the SWF file.
|
void |
Configuration.setCompilerMinimumSupportedVersion(ConfigurationValue cv,
String version) |
void |
Configuration.setCompilerMxmlChildrenAsData(ConfigurationValue cv,
Boolean asData) |
void |
Configuration.setCompilerMxmlCompatibilityVersion(ConfigurationValue cv,
String version) |
void |
Configuration.setCompilerMxmlImplicitImports(ConfigurationValue cv,
String[] imports) |
void |
Configuration.setCompilerMxmlMinimumSupportedVersion(ConfigurationValue cv,
String version) |
void |
Configuration.setCompilerNamespacesNamespace(ConfigurationValue cfgval,
List<String> args)
Configures a list of many manifests mapped to a single namespace URI.
|
void |
Configuration.setCompilerPreloader(ConfigurationValue cv,
String value) |
void |
Configuration.setCompilerReportInvalidStylesAsWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerReportMissingRequiredSkinPartsAsWarnings(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerServices(ConfigurationValue cv,
String servicesPath)
Used by the compiler to record the client dependencies from the Flex Data Services configuration file.
|
void |
Configuration.setCompilerShowShadowedDeviceFontWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowUnusedTypeSelectorWarnings(ConfigurationValue cv,
boolean show) |
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.setForceRsls(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setIncludeLookupOnly(ConfigurationValue cv,
boolean value)
If true, only manifest entries with lookupOnly=true are included in the SWC catalog.
|
void |
Configuration.setIncludeNamespaces(ConfigurationValue cv,
List<String> values)
Specifies namespace-style components in the SWC file.
|
void |
Configuration.setIncludeResourceBundles(ConfigurationValue cv,
List<String> values)
Sets the resource bundles that should be included in this SWC or SWF.
|
void |
Configuration.setIncludeStyleSheets(ConfigurationValue cv,
List<String> values)
Specifies stylesheets to add to the SWC file.
|
void |
Configuration.setRemoveUnusedRsls(ConfigurationValue cv,
boolean b) |
void |
Configuration.setResourceBundleList(ConfigurationValue cv,
String filename)
Prints a list of resource bundles that are used by the current application to a file named with the filename
argument.
|
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.setShowInvalidCssPropertyWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setStaticLinkRuntimeSharedLibraries(ConfigurationValue cv,
boolean b)
Determines whether to compile against libraries statically or use RSLs.
|
void |
Configuration.setStrictXML(ConfigurationValue cv,
boolean strictXML)
Turns on the strict XML checking in the compiler.
|
void |
Configuration.setUseFlashBuilderProjectFiles(ConfigurationValue cv,
Boolean useFiles) |
void |
Configuration.setVerifyDigests(ConfigurationValue cv,
boolean b)
Instructs the application to check the digest of the RSL SWF file against the digest that was compiled into the
application at compile time.
|
Modifier and Type | Method and Description |
---|---|
void |
JSGoogConfiguration.setCompilerMxmlChildrenAsData(ConfigurationValue cv,
Boolean asData) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.