| Package | Description |
|---|---|
| org.apache.royale.compiler.config |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setApiReport(ConfigurationValue cv,
String filename)
Prints api usage information to the specified output file.
|
void |
Configuration.setApplicationDomain(ConfigurationValue cfgval,
String[] args) |
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.setCompilerDefine(ConfigurationValue cv,
String name,
String value) |
void |
Configuration.setCompilerExternalLibraryPath(ConfigurationValue cv,
String[] pathlist) |
void |
Configuration.setCompilerFontsLanguagesLanguageRange(ConfigurationValue cv,
String lang,
String range) |
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.setCompilerMxmlCompatibilityVersion(ConfigurationValue cv,
String version) |
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.setCompilerServices(ConfigurationValue cv,
String servicesPath)
Used by the compiler to record the client dependencies from the Flex Data Services configuration file.
|
void |
Configuration.setCompilerSourcePath(ConfigurationValue cv,
String[] paths) |
void |
Configuration.setCompilerSwfExternalLibraryPath(ConfigurationValue cv,
String[] pathlist) |
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.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.setErrorProblems(ConfigurationValue cv,
List<String> classNames) |
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.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.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.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.setLoadConfig(ConfigurationValue cv,
String filename)
Since
ConfigurationBuffer loads the "load-config" files, the value of this configuration option isn't
intersting to the rest part of the compiler. |
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.setMetadataDateFormat(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.setOutput(ConfigurationValue val,
String output) |
void |
Configuration.setRawMetadata(ConfigurationValue cv,
String xml)
Defines the metadata for the resulting SWF file.
|
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.setSizeReport(ConfigurationValue cv,
String filename) |
void |
Configuration.setSwfDebugfileAlias(ConfigurationValue val,
String output) |
void |
Configuration.setTargetPlayer(ConfigurationValue cv,
String version)
Specifies the version of Flash Player that you want to target with the application.
|
void |
Configuration.setWarningProblems(ConfigurationValue cv,
List<String> classNames) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.