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.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
Modifier and Type | Class and Description |
---|---|
static class |
Optimizer.OptimizerSWFTarget
A SWF target that will start with a SWF, and simply link it to build it
|
Modifier and Type | Field and Description |
---|---|
protected Set<Target> |
CompilerProject.targets |
Modifier and Type | Class and Description |
---|---|
class |
AppSWFTarget
Sub-class of
SWFTarget that builds a SWF that is meant to be loaded
by the flash player ( as opposed to a library.swf in a SWC ). |
class |
FlexAppSWFTarget
Sub-class of
AppSWFTarget that builds an application SWF that uses
the flex framework. |
class |
FlexJSSWCTarget |
class |
FlexJSTarget |
class |
FlexLibrarySWFTarget |
class |
JSTarget |
class |
LibrarySWFTarget
Class to build a library.swf for a SWC.
|
class |
SWCTarget
Compilation target for SWC library.
|
class |
SWFTarget
Concrete implementation of ITarget for building a collection of source files
into a SWF.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.