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.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurationBuffer |
Optimizer.configBuffer |
ConfigurationBuffer |
MXMLC.configBuffer |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuffer |
Optimizer.OptimizerConfigurator.createConfigurationBuffer(Class<? extends Configuration> configClass)
Create the config buffer with the right filter
|
Modifier and Type | Method and Description |
---|---|
protected void |
Optimizer.OptimizerConfigurator.loadDefaults(ConfigurationBuffer cfgbuf)
Load default values
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuffer |
Configurator.createConfigurationBuffer(Class<? extends Configuration> configurationClass)
Create a configuration buffer.
|
ConfigurationBuffer |
ConfigurationValue.getBuffer()
getBuffer
|
ConfigurationBuffer |
Configurator.getConfigurationBuffer() |
Modifier and Type | Method and Description |
---|---|
static String |
CommandLineConfigurator.getDescription(ConfigurationBuffer buffer,
String var,
LocalizationManager l10n,
String l10nPrefix) |
protected boolean |
Configurator.loadConfigFromFile(ConfigurationBuffer buffer,
File fileSpec,
String context,
String rootElement,
boolean ignoreUnknownItems)
Load a configuration from file.
|
protected void |
Configurator.loadDefaults(ConfigurationBuffer cfgbuf)
Load the default values into the passed in config buffer
|
void |
ConfigurationBuffer.merge(ConfigurationBuffer other) |
static void |
CommandLineConfigurator.parse(ConfigurationBuffer buffer,
String defaultvar,
String[] args)
parse - buffer up configuration vals from the command line
|
static String |
CommandLineConfigurator.usage(String program,
String defaultVar,
ConfigurationBuffer cfgbuf,
Set<String> keywords,
LocalizationManager lmgr,
String l10nPrefix) |
void |
Configuration.validate(ConfigurationBuffer configurationBuffer)
Validate configuration options values.
|
static void |
Configuration.validateNoCompcOnlyOptions(ConfigurationBuffer configurationBuffer)
Validate that no compc-only options are used in a given configuration buffer.
|
Constructor and Description |
---|
ConfigurationBuffer(ConfigurationBuffer copyFrom,
boolean copyCommitted) |
ConfigurationValue(ConfigurationBuffer buffer,
String var,
List<String> args,
String source,
int line,
String context) |
Modifier and Type | Method and Description |
---|---|
static String |
FileConfigurator.formatBuffer(ConfigurationBuffer cfgbuf,
String rootElement) |
static String |
FileConfigurator.formatBuffer(ConfigurationBuffer cfgbuf,
String rootElement,
LocalizationManager lmgr,
String prefix) |
static void |
FileConfigurator.load(ConfigurationBuffer buffer,
IFileSpecification fileSpec,
String context,
String rootElement,
boolean ignoreUnknownItems)
Load configuration XML file into a
ConfigurationBuffer object. |
static void |
SystemPropertyConfigurator.load(ConfigurationBuffer buffer,
String prefix)
Opportunistically find some configuration settings in system properties.
|
static void |
DefaultsConfigurator.loadASDocDefaults(ConfigurationBuffer cfgbuf) |
static void |
DefaultsConfigurator.loadCompcDefaults(ConfigurationBuffer cfgbuf) |
static void |
DefaultsConfigurator.loadDefaults(ConfigurationBuffer cfgbuf) |
static void |
DefaultsConfigurator.loadOEMCompcDefaults(ConfigurationBuffer cfgbuf) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationBuffer |
SWCDepends.configBuffer |
Copyright © 2016 The Apache Software Foundation. All rights reserved.