Package | Description |
---|---|
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.targets |
This package contains interfaces related to targets.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetReport
Implementation of the
ITargetReport interface. |
Modifier and Type | Method and Description |
---|---|
protected ITargetReport |
JSTarget.computeTargetReport() |
protected abstract ITargetReport |
Target.computeTargetReport() |
protected ITargetReport |
SWFTarget.computeTargetReport() |
protected ITargetReport |
SWCTarget.computeTargetReport() |
protected ITargetReport |
FlexAppSWFTarget.computeTargetReport() |
ITargetReport |
Target.getTargetReport() |
Modifier and Type | Method and Description |
---|---|
ITargetReport |
ITarget.getTargetReport()
Returns a report specific to this target.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.