| Interface | Description |
|---|---|
| Builder |
The
Builder interface lists the common configuration and build-cycle methods. |
| Configuration |
The
Configuration interface allows clients to set compiler options for Application and Library. |
| Logger |
The
Logger interface is the Flex compiler logging mechanism for OEM applications. |
| Message |
The
Message interface lets you discover
the following information about a compiler message. |
| PathResolver |
Defines the API for path resolution.
|
| ProgressMeter |
The
ProgressMeter interface lets you get periodic updates from the compiler
about the compilation progress. |
| Report |
The
Report interface provides information about the composition
of an Application or a Library. |
| Class | Description |
|---|---|
| Application |
The
Application class represents a Flex application. |
| ApplicationCache |
A cache which allows SourceList, SourcePath, and ResourceContainer
based Sources, which are common between compilations, to be shared.
|
| Library |
The
Library class represents a SWC archive or a RSL. |
| LibraryCache |
A cache of library files that is designed to be used to compile
Application and Library objects, which ideally have some common
library path elements.
|
| VirtualLocalFile |
The
VirtualLocalFile class represents a source file in memory. |
| VirtualLocalFileSystem |
The
VirtualLocalFileSystem class serves as a factory for creating VirtualLocalFile instances. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.