org.apache.flex.compiler.config
package.See: Description
Interface | Description |
---|---|
ICompilerSettings |
An interface that allows any of the compiler settings to be modified.
|
IConfigurationFilter |
Defines the API for configuration filters, which can be used to
restrict the valid configuration options.
|
IConfigurator |
An interface to configure projects and targets.
|
IWriteOnlyProjectSettings |
Setters for Project settings that can come from command line compiler
options.
|
Class | Description |
---|---|
COMPCConfiguration |
A Configuration to override some behaviors of the default configuration.
|
CompilerProblemSettings |
A value object created by the Configurator.
|
DefaultsConfigurator |
This class makes the default values go in through the configuration
buffer instead of just the value set on the actual object.
|
FileConfigurator |
A utility class, which is used to parse an XML file of configuration options
and populate a ConfigurationBuffer.
|
FlashBuilderConfigurator |
A utility class, which is used to parse an XML file of configuration options
and populate a ConfigurationBuffer.
|
FrameInfo |
This value object represents a frame's name and classes.
|
LoadExternsParser |
An SAX parser for the XML report generated by
-link-report option. |
QNameNormalization |
Normalizes QNames.
|
RSLArgumentNameGenerator |
Class that generates argument names for the
-runtime-shared-library-path option.
|
RuntimeSharedLibraryPathInfo |
Capture the information in one argument specifing
-runtime-shared-libraries-path information.
|
SystemPropertyConfigurator |
A utility class, which is used to load configuration options via
system properties and populate a ConfigurationBuffer.
|
TargetSettings |
Value object of ITargetSettings.
|
Exception | Description |
---|---|
FileConfigurator.SAXConfigurationException | |
FlashBuilderConfigurator.SAXConfigurationException |
org.apache.flex.compiler.config
package.
See the description
of the org.apache.flex.compiler
package for an explanation
of how the compiler code is organized into external and internal packages.
Copyright © 2016 The Apache Software Foundation. All rights reserved.