Package | Description |
---|---|
org.apache.flex.compiler.internal.caches | |
org.apache.flex.compiler.internal.graph | |
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.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
org.apache.flex.compiler.targets |
This package contains interfaces related to targets.
|
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
org.apache.flex.swc.catalog |
This package contains classes and interfaces for reading and writing
the
catalog.xml file inside a SWC. |
org.apache.flex.swc.io |
This package contains classes and interfaces for reading and writing SWC files.
|
Modifier and Type | Field and Description |
---|---|
protected ISWC |
SWFCache.SWFInSWCCacheKey.swc |
ISWC |
CSSDocumentCache.CSSDocumentCacheKey.swc |
Modifier and Type | Method and Description |
---|---|
static SWFCache.SWFInSWCCacheKey |
SWFCache.createKey(ISWC swc,
String swfPath)
Factory method for creating a key object for
SWCCache . |
static CacheStoreKeyBase |
CSSDocumentCache.createKey(ISWC swc,
String cssFileName)
Create a cache key for
CSSDocumentCache that references
a CSS file in a SWC. |
static FileScopeCache.FileScopeCacheKey |
FileScopeCache.createKey(ISWC swc,
String librarySWFPath,
ISWCScript script)
Factory method for creating a key object for
SWCCache . |
static AssetTagCache.AssetTagCacheKey |
AssetTagCache.createKey(ISWC swc,
String swfPath,
ISWCScript script,
String qname)
Factory method for creating a key object for
AssetTagCacheKey . |
ICSSDocument |
CSSDocumentCache.getDefaultsCSS(ISWC swc,
Integer compatibilityVersion)
Get the "default" CSS model in a SWC library.
|
Constructor and Description |
---|
CSSDocumentCache.CSSDocumentCacheKey(ISWC swc,
String cssFileName) |
Constructor and Description |
---|
GoogDepsWriter(File outputFolder,
String mainClassName,
JSGoogConfiguration config,
List<ISWC> swcs) |
Modifier and Type | Method and Description |
---|---|
List<ISWC> |
ASProject.getLibraries() |
protected com.google.common.collect.ImmutableList<ISWC> |
LibraryPathManager.getLibrarySWCs()
Get
ISWC objects for the SWC files on the library path. |
Modifier and Type | Method and Description |
---|---|
protected void |
LibraryPathManager.invalidate(ISWC swc)
Invalidate a SWC on the library path.
|
void |
ASProject.invalidateLibrary(ISWC swc) |
Modifier and Type | Method and Description |
---|---|
ISWC |
SWCTarget.build(Collection<ICompilerProblem> problems) |
Constructor and Description |
---|
SWCCompilationUnit(CompilerProject project,
ISWC swc,
ISWCLibrary library,
ISWCScript script,
List<String> qnames,
int order)
Create a compilation unit from ABC byte code in a SWF tag.
|
Modifier and Type | Method and Description |
---|---|
List<ISWC> |
IASProject.getLibraries()
The libraries available to compiler source in this project.
|
Modifier and Type | Method and Description |
---|---|
void |
IASProject.invalidateLibrary(ISWC swc)
Removes any calculated data related to a SWC.
|
Modifier and Type | Method and Description |
---|---|
ISWC |
ISWCTarget.build(Collection<ICompilerProblem> problems)
Build the target SWC and collect problems.
|
Modifier and Type | Class and Description |
---|---|
class |
SWC
Implementation of
ISWC . |
Modifier and Type | Method and Description |
---|---|
protected ISWC |
SWCManager.createEntryValue(CacheStoreKeyBase key) |
ISWC |
SWCManager.get(File file) |
ISWC |
ISWCManager.get(File file)
Get the SWC model of the given SWC file.
|
Modifier and Type | Method and Description |
---|---|
void |
SWCLibrary.readSWFInputStream(SWFReader swfReader,
ISWC swc) |
void |
ISWCLibrary.readSWFInputStream(SWFReader swfReader,
ISWC swc)
Read the
InputStream of the library SWF file. |
Constructor and Description |
---|
StAXCatalogWriter(ISWC swc,
Writer writer)
Create an catalog.xml writer.
|
Modifier and Type | Method and Description |
---|---|
ISWC |
SWCReader.getSWC() |
ISWC |
ISWCReader.getSWC()
Get the SWC model object.
|
Modifier and Type | Method and Description |
---|---|
void |
ISWCWriter.write(ISWC swc)
Write SWC model to a file.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.