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. |
org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
org.apache.flex.compiler.targets |
This package contains interfaces related to targets.
|
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 | Method and Description |
---|---|
ISWFTarget |
FlexProject.createSWFTarget(ITargetSettings targetSettings,
ITargetProgressMonitor progressMonitor) |
ISWFTarget |
CompilerProject.createSWFTarget(ITargetSettings targetSettings,
ITargetProgressMonitor progressMonitor) |
ISWFTarget |
FlexProject.getSWFTarget() |
Modifier and Type | Interface and Description |
---|---|
interface |
ILibrarySWFTarget
Interface for library swf 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 |
FlexLibrarySWFTarget |
class |
LibrarySWFTarget
Class to build a library.swf for a SWC.
|
class |
SWFTarget
Concrete implementation of ITarget for building a collection of source files
into a SWF.
|
Modifier and Type | Method and Description |
---|---|
ISWFTarget |
SWCTarget.getLibrarySWFTarget() |
Modifier and Type | Method and Description |
---|---|
ISWFTarget |
ICompilerProject.createSWFTarget(ITargetSettings targetSettings,
ITargetProgressMonitor progressMonitor)
Create a SWF target
|
Modifier and Type | Method and Description |
---|---|
ISWFTarget |
ISWCTarget.getLibrarySWFTarget()
Get's the
ISWFTarget used by this target
to build the library.swf in the SWC. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.