See: Description
| Interface | Description | 
|---|---|
| ICompilerProblemSettings | |
| ICompilerSettingsConstants | Constants for the compiler's command line options. | 
| Class | Description | 
|---|---|
| CommandLineConfigurator | A utility class, which is used to parse an array of command line args and
 populate a ConfigurationBuffer. | 
| Configuration | The model for all the configuration options supported by the compiler. | 
| ConfigurationBuffer | The basic idea here is to let you keep all your configuration knowledge in
 your configuration object, and to automate as much as possible. | 
| ConfigurationInfo | Meta information for each configuration options. | 
| ConfigurationPathResolver | A path resolver for configuration options. | 
| ConfigurationValue | This class represents an instance of a configuration option. | 
| Configurator | A class that allows a client change compiler settings and to 
 configure projects and targets from those settings. | 
| RSLSettings | The runtime RSL settings for a given library. | 
| RSLSettings.RSLAndPolicyFileURLPair | A RSL URL and a policy file URL. | 
| Enum | Description | 
|---|---|
| ApplicationDomainTarget | The ApplicationDomainTarget enum defines the possible values of the 
  application domain an RSL can be loaded into at runtime. | 
The configuration subsystem handles reading options from the command line,
from configuration files like flex-config.xml,
and from in-memory buffers.
It is mostly legacy code from the original mxmlc compiler,
with some simplifications.
This package also contains the common configuration options, defaults, and path resolver classes.
Copyright © 2016 The Apache Software Foundation. All rights reserved.