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.setASRoot(ConfigurationValue cfgval,
String filename) |
void |
ExternCConfiguration.setClassExcludes(ConfigurationValue cfgval,
List<String> values) |
void |
ExternCConfiguration.setClassToFunctions(ConfigurationValue cfgval,
List<String> values) |
void |
ExternCConfiguration.setExcludes(ConfigurationValue cfgval,
List<String> values) |
void |
ExternCConfiguration.setExternal(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setExternalExterns(ConfigurationValue cfgval,
String[] vals) |
void |
ExternCConfiguration.setFieldExcludes(ConfigurationValue cfgval,
List<String> values) |
void |
JSConfiguration.setJSOutputType(ConfigurationValue cv,
String value) |
void |
ExternCConfiguration.setJSRoot(ConfigurationValue cfgval,
String filename) |
void |
ExternCConfiguration.setNamedModules(ConfigurationValue cfgval,
List<String> values) |
void |
JSConfiguration.setSourceMap(ConfigurationValue cv,
boolean value) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.csetCompilerWarnDuplicateVariableDef(ConfigurationValue cv,
boolean b) |
void |
Configuration.setApplicationDomain(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setAS3(ConfigurationValue cv,
boolean b) |
void |
Configuration.setBenchmark(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerAccessible(ConfigurationValue cv,
boolean accessible)
Enables accessibility features when compiling the application or SWC file.
|
void |
Configuration.setCompilerActionscriptFileEncoding(ConfigurationValue cv,
String encoding)
Sets the file encoding for ActionScript files.
|
void |
Configuration.setCompilerAllowSubclassOverrides(ConfigurationValue cv,
Boolean allow) |
void |
Configuration.setCompilerConservative(ConfigurationValue cv,
boolean c) |
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.setCompilerDebug(ConfigurationValue cv,
boolean generateDebugTags) |
void |
Configuration.setCompilerDefaultsCssUrl(ConfigurationValue cv,
String defaultsCssUrlPath)
Defines the location of the default style sheet.
|
void |
Configuration.setCompilerDoc(ConfigurationValue cv,
boolean doc) |
void |
Configuration.setCompilerEnableRuntimeDesignLayers(ConfigurationValue cv,
boolean enable) |
void |
Configuration.setCompilerEnableSwcVersionFiltering(ConfigurationValue cv,
boolean enable) |
void |
Configuration.setCompilerExternalLibraryPath(ConfigurationValue cv,
String[] pathlist) |
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.setCompilerGenerateAbstractSyntaxTree(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerHeadlessServer(ConfigurationValue cv,
boolean headlessServer) |
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.setCompilerIncremental(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerIsolateStyles(ConfigurationValue cv,
boolean isolateStyles) |
void |
Configuration.setCompilerKeepAllTypeSelectors(ConfigurationValue cv,
boolean keepAllTypeSelectors) |
void |
Configuration.setCompilerKeepAs3Metadata(ConfigurationValue cv,
List<String> values) |
void |
Configuration.setCompilerKeepGeneratedActionscript(ConfigurationValue cv,
boolean keep) |
void |
Configuration.setCompilerKeepGeneratedSignatures(ConfigurationValue cv,
boolean keep) |
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.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.setCompilerMxmlQualifiedTypeSelectors(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerNamespacesNamespace(ConfigurationValue cfgval,
List<String> args)
Configures a list of many manifests mapped to a single namespace URI.
|
void |
Configuration.setCompilerOmitTraceStatements(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerOptimize(ConfigurationValue cv,
boolean b) |
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.setCompilerShowActionscriptWarnings(ConfigurationValue cv,
boolean ascWarnings) |
void |
Configuration.setCompilerShowBindingWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowDependencyWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowDeprecationWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowMultipleDefinitionWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowShadowedDeviceFontWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerShowUnusedTypeSelectorWarnings(ConfigurationValue cv,
boolean show) |
void |
Configuration.setCompilerStrict(ConfigurationValue cv,
boolean strict) |
void |
Configuration.setCompilerTheme(ConfigurationValue cv,
List<String> paths) |
void |
Configuration.setCompilerUseResourceBundleMetadata(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerVerboseStacktraces(ConfigurationValue cv,
boolean verboseStacktraces) |
void |
Configuration.setCompilerWarnArrayTostringChanges(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnAssignmentWithinConditional(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadArrayCast(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadBoolAssignment(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadDateCast(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadEs3TypeMethod(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadEs3TypeProp(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadNanComparison(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadNullAssignment(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadNullComparison(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBadUndefinedComparison(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnBooleanConstructorWithNoArgs(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnChangesInResolve(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnClassIsSealed(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnConstNotInitialized(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnConstructorReturnsValue(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnDeprecatedEventHandlerError(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnDeprecatedFunctionError(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnDeprecatedPropertyError(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnDuplicateArgumentNames(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnForVarInChanges(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnImportHidesClass(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnInstanceOfChanges(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnInternalError(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnLevelNotSupported(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnMissingNamespaceDecl(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnNegativeUintLiteral(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnNoConstructor(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnNoExplicitSuperCallInConstructor(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnNoTypeDecl(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnNumberFromStringChanges(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnScopingChangeInThis(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnSlowTextFieldAddition(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnUnlikelyFunctionValue(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompilerWarnXmlClassHasChanged(ConfigurationValue cv,
boolean b) |
void |
Configuration.setCompress(ConfigurationValue cv,
boolean useCompression) |
void |
Configuration.setComputeDigest(ConfigurationValue cv,
boolean value)
Writes a digest to the catalog.xml of a library.
|
void |
Configuration.setDebugPassword(ConfigurationValue cv,
String debugPassword) |
void |
Configuration.setDefaultBackgroundColor(ConfigurationValue cv,
int backgroundColor) |
void |
Configuration.setDefaultFrameRate(ConfigurationValue cv,
int rate) |
void |
Configuration.setDefaultScriptLimits(ConfigurationValue cv,
int scriptLimit,
int scriptRecursionLimit) |
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.setDefaultSize(ConfigurationValue cv,
int width,
int height) |
void |
Configuration.setDependencyGraphOutput(ConfigurationValue cv,
String fileName)
Specifies a file name that a graphml version of the dependency graph should be written to.
|
void |
Configuration.setDumpConfig(ConfigurationValue cv,
String filename) |
void |
Configuration.setEnableInlining(ConfigurationValue cfgval,
boolean b)
Enable or disable function inlining.
|
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.setES(ConfigurationValue cv,
boolean b) |
void |
Configuration.setExcludeNativeJSLibraries(ConfigurationValue cv,
boolean value)
Option to remove the Native JS libraries from external-library-path and library-path as they shouldn't be any
when compiling SWFs / SWCs.
|
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.setForceRsls(ConfigurationValue cfgval,
String[] args) |
void |
Configuration.setFramesFrame(ConfigurationValue cv,
List<String> args) |
void |
Configuration.setFramework(ConfigurationValue cfgval,
String value) |
void |
Configuration.setIncludeClasses(ConfigurationValue cv,
List<String> values)
Specifies classes to include in the SWC file.
|
void |
Configuration.setIncludeFiles(ConfigurationValue cv,
List<String> values)
Adds the file to the SWC file.
|
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.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.setIncludeSources(ConfigurationValue cv,
List<String> values)
Specifies classes or directories to add to the SWC file.
|
void |
Configuration.setIncludeStyleSheets(ConfigurationValue cv,
List<String> values)
Specifies stylesheets to add to the SWC file.
|
void |
Configuration.setLicensesLicense(ConfigurationValue cfgval,
String product,
String serialNumber) |
void |
Configuration.setLinkReport(ConfigurationValue cv,
String filename)
Prints linking information to the specified output file.
|
void |
Configuration.setLoadExterns(ConfigurationValue cfgval,
String filename)
Specifies the location of an XML file that contains def, pre, and ext symbols to omit from linking when compiling
a SWF file.
|
void |
Configuration.setMetadataContributor(ConfigurationValue cv,
String name) |
void |
Configuration.setMetadataCreator(ConfigurationValue cv,
String name) |
void |
Configuration.setMetadataDate(ConfigurationValue cv,
String text) |
void |
Configuration.setMetadataDescription(ConfigurationValue cv,
String text) |
void |
Configuration.setMetadataLanguage(ConfigurationValue cv,
String code) |
void |
Configuration.setMetadataLocalizedDescription(ConfigurationValue cv,
String text,
String lang) |
void |
Configuration.setMetadataLocalizedTitle(ConfigurationValue cv,
String title,
String lang) |
void |
Configuration.setMetadataPublisher(ConfigurationValue cv,
String name) |
void |
Configuration.setMetadataTitle(ConfigurationValue cv,
String title) |
void |
Configuration.setMobile(ConfigurationValue cv,
boolean b) |
void |
Configuration.setOutputSwcAsDirectory(ConfigurationValue cv,
boolean value)
Outputs the SWC file in an open directory format rather than a SWC file.
|
void |
Configuration.setRawMetadata(ConfigurationValue cv,
String xml)
Defines the metadata for the resulting SWF file.
|
void |
Configuration.setRemoveDeadCode(ConfigurationValue cfgval,
boolean b)
Enable or disable dead code removal.
|
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.setSizeReport(ConfigurationValue cv,
String filename) |
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.setSwfVersion(ConfigurationValue cv,
int version) |
void |
Configuration.setToolsLocale(ConfigurationValue cv,
String toolsLocale)
Configures the LocalizationManager's locale, which is used when reporting compile time errors, warnings, and
info.
|
void |
Configuration.setUseFlashBuilderProjectFiles(ConfigurationValue cv,
Boolean useFiles) |
void |
Configuration.setUseNetwork(ConfigurationValue cv,
boolean b)
Specifies that the current application uses network services.
|
void |
Configuration.setWarnings(ConfigurationValue cv,
boolean b) |
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.setClosureLib(ConfigurationValue cv,
String value) |
void |
JSGoogConfiguration.setCompilerMxmlChildrenAsData(ConfigurationValue cv,
Boolean asData) |
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.setKeepASDoc(ConfigurationValue cv,
boolean value) |
void |
JSGoogConfiguration.setMarmotinni(ConfigurationValue cv,
String value) |
void |
JSGoogConfiguration.setRemoveCirculars(ConfigurationValue cv,
boolean value) |
void |
JSGoogConfiguration.setSDKJSLib(ConfigurationValue cv,
List<String> value) |
void |
JSGoogConfiguration.setSkipTranspile(ConfigurationValue cv,
boolean value) |
void |
JSGoogConfiguration.setStrictPublish(ConfigurationValue cv,
boolean value) |
Modifier and Type | Method and Description |
---|---|
void |
SWCDepends.DependencyConfiguration.setDependencyReport(ConfigurationValue cv,
String filename) |
void |
SWCDepends.DependencyConfiguration.setMinimizeDependencySet(ConfigurationValue cv,
boolean minimumSet) |
void |
SWCDepends.DependencyConfiguration.setShowDependencyList(ConfigurationValue cv,
boolean showSwcDependencies) |
void |
SWCDepends.DependencyConfiguration.setShowDependentSwcs(ConfigurationValue cfgval,
String[] swcs) |
void |
SWCDepends.DependencyConfiguration.setShowExternalClasses(ConfigurationValue cv,
boolean showExterns) |
void |
SWCDepends.DependencyConfiguration.setShowSwcs(ConfigurationValue cfgval,
String[] swcs) |
void |
SWCDepends.DependencyConfiguration.setShowTypes(ConfigurationValue cv,
boolean showTypes) |
void |
SWCDepends.DependencyConfiguration.setTypes(ConfigurationValue cfgval,
String[] types) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.