Package | Description |
---|---|
org.apache.flex.compiler.internal.embedding | |
org.apache.flex.compiler.internal.embedding.transcoders | |
org.apache.flex.compiler.internal.filespecs | |
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.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Method and Description |
---|---|
ISWCFileEntry |
EmbedData.getSWCSource() |
Modifier and Type | Field and Description |
---|---|
protected ISWCFileEntry |
TranscoderBase.swcSource |
Constructor and Description |
---|
SWCFileSpecification(String path,
ISWCFileEntry fileEntry) |
Modifier and Type | Method and Description |
---|---|
ISWCFileEntry |
LibraryPathManager.getFileEntryFromLibraryPath(String filename)
Search the library path for file entries matching the filename
|
ISWCFileEntry |
ASProject.getSourceFileFromLibraryPath(String file)
Iterate through the library path list looking for the specified file.
|
Constructor and Description |
---|
ResourceBundleCompilationUnit(CompilerProject project,
ISWCFileEntry fileEntry,
String qname,
String locale)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ISWCFileEntry |
SWC.getFile(String filename) |
ISWCFileEntry |
ISWC.getFile(String filename)
Get the asset information encoded in the file tags for the specific filename
|
Modifier and Type | Method and Description |
---|---|
Map<String,ISWCFileEntry> |
SWC.getFiles() |
Map<String,ISWCFileEntry> |
ISWC.getFiles()
Get the assets information encoded in the file tags.
|
Modifier and Type | Method and Description |
---|---|
void |
SWC.addFile(ISWCFileEntry file) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.