MXMLC, COMPC, ASC, and Optimizer.See: Description
| Class | Description |
|---|---|
| ASC |
ActionScript Compiler command-line interface.
|
| ASDOC |
Documentation compiler entry point.
|
| COMPC |
Component compiler entry point.
|
| FalconToolGroup |
FlexToolGroup exposing the implementations of the Falcon compilers tools.
|
| MXMLC |
The entry-point class for mxmlc.
|
| Optimizer |
Command line optimizer - can read in a swf, apply the optimizations usually done during swf linking,
and write out the swf again.
|
| Optimizer.OptimizerConfiguration |
Configuration class - adds the input option
|
| Optimizer.OptimizerConfigurator |
Optimizer configurator - provides overrides to create the right config buffer,
and defaults for the optimizer
|
| Optimizer.OptimizerSWFTarget |
A SWF target that will start with a SWF, and simply link it to build it
|
| Enum | Description |
|---|---|
| MXMLC.ExitCode |
Exit code enumerations.
|
MXMLC, COMPC, ASC, and Optimizer.
For example, the mxmlc command-line shell script or batch file
simply runs the main entry point of MXMLC, namely
public static void main(String[] args).
Copyright © 2016 The Apache Software Foundation. All rights reserved.