| Package | Description | 
|---|---|
| org.apache.flex.compiler.clients | This package contains classes implementing four compiler command-line tools:
 MXMLC,COMPC,ASC, andOptimizer. | 
| org.apache.flex.compiler.internal.projects | This package is the internal counterpart of the external
 org.apache.flex.compiler.projectspackage. | 
| org.apache.flex.compiler.internal.targets | This package is the internal counterpart of the external
 org.apache.flex.compiler.targetspackage. | 
| 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.OptimizerSWFTargetA 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  | ILibrarySWFTargetInterface for library swf targets. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppSWFTargetSub-class of  SWFTargetthat builds a SWF that is meant to be loaded
 by the flash player ( as opposed to a library.swf in a SWC ). | 
| class  | FlexAppSWFTargetSub-class of  AppSWFTargetthat builds an application SWF that uses
 the flex framework. | 
| class  | FlexLibrarySWFTarget | 
| class  | LibrarySWFTargetClass to build a library.swf for a SWC. | 
| class  | SWFTargetConcrete 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  ISWFTargetused by this target
 to build the library.swf in the SWC. | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.