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.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
Modifier and Type | Class and Description |
---|---|
static class |
Optimizer.OptimizerConfigurator
Optimizer configurator - provides overrides to create the right config buffer,
and defaults for the optimizer
|
Modifier and Type | Class and Description |
---|---|
class |
Configurator
A class that allows a client change compiler settings and to
configure projects and targets from those settings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompilerSettings
An interface that allows any of the compiler settings to be modified.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexJSProject |
class |
FlexProject
FlexProject extends ASProject to add support for compiling
.mxml, .css, and .properties files. |
Modifier and Type | Interface and Description |
---|---|
interface |
IFlexProject
Base interface for all project types that support all flex source file types
( mxml, fxg, css, etc ).
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.