public interface ITarget
ICompilerProject
,
ICompilationUnit
Modifier and Type | Interface and Description |
---|---|
static class |
ITarget.TargetType
Type constants for each target compiler supports
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getASMetadataNames()
Get the set of metadata names that will be preserved in the target or
recorded in the SWC target.
|
Set<ICompilationUnit> |
getIncludesCompilationUnits()
Returns mixins.
|
ITargetReport |
getTargetReport()
Returns a report specific to this target.
|
ITargetSettings |
getTargetSettings()
Returns the settings specific to this target.
|
ITarget.TargetType |
getTargetType()
Returns the type of this target.
|
ITarget.TargetType getTargetType()
ITargetSettings getTargetSettings()
Set<ICompilationUnit> getIncludesCompilationUnits() throws InterruptedException
InterruptedException
ITargetReport getTargetReport() throws InterruptedException
InterruptedException
Copyright © 2016 The Apache Software Foundation. All rights reserved.