public class SWCDepends extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SWCDepends.DependencyConfiguration
dependency.* configuration options
|
Modifier and Type | Field and Description |
---|---|
protected SWCDepends.DependencyConfiguration |
config |
protected ConfigurationBuffer |
configBuffer |
static String |
DEFINITION_DEPENDENCIES_ELEMENT |
static String |
DEFINITION_ELEMENT |
static String |
ID_ATTRIBUTE |
protected ICompilationUnit |
mainCU |
static String |
PATH_ATTRIBUTE |
protected ProblemQuery |
problems |
protected FlexProject |
project |
protected Configurator |
projectConfigurator |
static String |
SWC_DEPENDENCIES_ELEMENT |
static String |
SWC_DEPENDENCY_ORDER_ELEMENT |
static String |
SWC_ELEMENT |
protected SWFTarget |
target |
protected ITargetSettings |
targetSettings |
protected Workspace |
workspace |
Constructor and Description |
---|
SWCDepends() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
configure(String[] args)
Load configurations from all the sources.
|
static void |
main(String[] args)
Entry point for
swcdepends tool. |
int |
mainNoExit(String[] args) |
protected void |
println(String msg)
Print a message.
|
static int |
staticMainNoExit(String[] args) |
public static final String SWC_DEPENDENCY_ORDER_ELEMENT
public static final String SWC_DEPENDENCIES_ELEMENT
public static final String SWC_ELEMENT
public static final String DEFINITION_DEPENDENCIES_ELEMENT
public static final String DEFINITION_ELEMENT
public static final String PATH_ATTRIBUTE
public static final String ID_ATTRIBUTE
protected Workspace workspace
protected FlexProject project
protected SWCDepends.DependencyConfiguration config
protected ProblemQuery problems
protected ConfigurationBuffer configBuffer
protected Configurator projectConfigurator
protected ICompilationUnit mainCU
protected SWFTarget target
protected ITargetSettings targetSettings
public static void main(String[] args)
swcdepends
tool.args
- command line argumentspublic static int staticMainNoExit(String[] args)
public int mainNoExit(String[] args)
protected boolean configure(String[] args)
args
- command line argumentsprotected void println(String msg)
msg
- Message text.Copyright © 2016 The Apache Software Foundation. All rights reserved.