| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.config | |
| org.apache.royale.compiler.filespecs | |
| org.apache.royale.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.royale.compiler.config package. |
| org.apache.royale.compiler.mxml | |
| org.apache.royale.compiler.tree.as | |
| org.apache.royale.compiler.workspaces |
| Modifier and Type | Method and Description |
|---|---|
IFileSpecification |
IFileSpecificationGetter.getFileSpecification(String fileName)
Returns the most recent
IFileSpecification given to the
implementation for a specified path. |
| Modifier and Type | Method and Description |
|---|---|
List<IFileSpecification> |
Configuration.getCompilerThemeCssFiles() |
static List<IFileSpecification> |
Configurator.toFileSpecifications(List<String> paths,
IWorkspace workspace)
Resolve a list of normalized paths to
IFileSpecification objects
from the given workspace. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addThemeCssFiles(List<IFileSpecification> files) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBinaryFileSpecification
Extension of IFileSpecification that can open an input stream to the specified file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFileSpecification
Base class for all IFileSpecifications, which has a file path and knows
how to perform basic operations with it.
|
class |
CombinedFile
This is an
IFileSpecification that include multiple source files into
one. |
class |
FileSpecification
A file specification that reads the content of the file from the file itself.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
LoadExternsParser.collectExterns(ConfigurationValue cfgval,
IFileSpecification file)
Collect externs from the given report file.
|
static void |
FileConfigurator.load(ConfigurationBuffer buffer,
IFileSpecification fileSpec,
String context,
String rootElement,
boolean ignoreUnknownItems)
Load configuration XML file into a
ConfigurationBuffer object. |
| Modifier and Type | Method and Description |
|---|---|
IFileSpecification |
IMXMLData.getFileSpecification()
Gets the file on disk that created this MXMLData.
|
IFileSpecification |
IMXMLUnitData.getSource()
Gets the source file that contains this unit.
|
| Modifier and Type | Method and Description |
|---|---|
IMXMLData |
IMXMLDataManager.get(IFileSpecification fileSpec)
Gets the
IMXMLData for the specified MXML file. |
void |
IMXMLDataManager.invalidate(IFileSpecification fileSpec)
Removes any cached
IMXMLData objects for the specified file. |
| Modifier and Type | Method and Description |
|---|---|
IFileSpecification |
IASNode.getFileSpecification()
Get the
IFileSpecification that produced this node |
| Modifier and Type | Method and Description |
|---|---|
void |
IWorkspace.fileAdded(IFileSpecification addedFile)
Called by clients of the driver object model when a file add has been
detected.
|
void |
IWorkspace.fileChanged(IFileSpecification changedFile)
Called by clients of the driver object model when a file change has been
detected.
|
void |
IWorkspace.fileRemoved(IFileSpecification removedFile)
Called by clients of the driver object model when a file remove has been
detected.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.