public class COMPJSCNative extends MXMLJSCNative
asFileHandler, config, jsTarget, problems, project, projectConfigurator, target, targetSettings, workspace| Constructor and Description |
|---|
COMPJSCNative() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildArtifact()
Build target artifact.
|
protected boolean |
compile()
Main body of this program.
|
int |
execute(String[] args) |
String |
getName() |
protected String |
getProgramName() |
protected ITarget.TargetType |
getTargetType() |
protected boolean |
isCompc() |
static void |
main(String[] args)
Java program entry point.
|
protected boolean |
setupTargetFile()
Mxmlc uses target file as the main compilation unit and derive the output
SWF file name from this file.
|
static int |
staticMainNoExit(String[] args)
Entry point for the
<compc> Ant task. |
protected void |
validateTargetFile()
Validate target file.
|
close, configure, createConfigurator, getMainSource, getProblemQuery, getSourceList, mainNoExit, waitAndClosepublic String getName()
getName in interface org.apache.flex.tools.FlexToolgetName in class MXMLJSCNativepublic int execute(String[] args)
execute in interface org.apache.flex.tools.FlexToolexecute in class MXMLJSCNativepublic static void main(String[] args)
args - command line argumentspublic static int staticMainNoExit(String[] args)
<compc> Ant task.args - Command line arguments.protected boolean compile()
compile in class MXMLJSCNativeIOExceptionInterruptedExceptionprotected void buildArtifact()
throws InterruptedException,
IOException,
ConfigurationException
buildArtifact in class MXMLJSCNativeInterruptedException - threading errorIOException - IO errorConfigurationExceptionprotected boolean setupTargetFile()
throws InterruptedException
setupTargetFile in class MXMLJSCNativeInterruptedExceptionprotected void validateTargetFile()
throws ConfigurationException
validateTargetFile in class MXMLJSCNativeConfigurationException.MustSpecifyTargetConfigurationException.IOErrorConfigurationExceptionprotected String getProgramName()
protected boolean isCompc()
protected ITarget.TargetType getTargetType()
getTargetType in class MXMLJSCNativeCopyright © 2021 The Apache Software Foundation. All rights reserved.