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.driver | |
org.apache.flex.compiler.internal.driver.as | |
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.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 | Field and Description |
---|---|
protected ITarget |
MXMLJSC.target |
Modifier and Type | Method and Description |
---|---|
ITarget |
IBackend.createTarget(IASProject project,
ITargetSettings settings,
ITargetProgressMonitor monitor)
Creates a javascript target that will be used to build the compiled
javascript source file.
|
Modifier and Type | Method and Description |
---|---|
ITarget |
ASBackend.createTarget(IASProject project,
ITargetSettings settings,
ITargetProgressMonitor monitor) |
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 |
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.
|
class |
Target
Abstract base class to help subclasses implement ITarget.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJSTarget
The
IJSTarget interface allows the compiler an abstraction to
how the actual JavaScript is built. |
interface |
ISWCTarget
A target which can build a SWC.
|
interface |
ISWFTarget
An
ITarget than can build a SWF. |
Modifier and Type | Method and Description |
---|---|
void |
ITargetProgressMonitor.done(ITarget target)
Notifies that the compile operation is done; that is, either the task is
completed or the user canceled it.
|
boolean |
ITargetProgressMonitor.isCanceled(ITarget target)
Returns whether cancellation of current compile operation for the
specified target has been requested.
|
void |
ITargetProgressMonitor.percentCompleted(ITarget target,
int percent)
Reports the percentage of the main work that has been completed so far.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.