public class COMPJSC extends MXMLJSC
MXMLJSC.JSOutputType
asFileHandler, config, jsOutputType, jsTarget, keepASDoc, problems, project, projectConfigurator, target, targetSettings, workspace
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, getProblemQuery, mainNoExit, waitAndClose
public COMPJSC(IBackend backend)
public String getName()
public int execute(String[] args)
public 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 MXMLJSC
IOException
InterruptedException
protected void buildArtifact() throws InterruptedException, IOException, ConfigurationException
buildArtifact
in class MXMLJSC
InterruptedException
- threading errorIOException
- IO errorConfigurationException
protected boolean setupTargetFile() throws InterruptedException
setupTargetFile
in class MXMLJSC
InterruptedException
protected void validateTargetFile() throws ConfigurationException
validateTargetFile
in class MXMLJSC
ConfigurationException.MustSpecifyTarget
ConfigurationException.IOError
ConfigurationException
protected String getProgramName()
protected boolean isCompc()
protected ITarget.TargetType getTargetType()
getTargetType
in class MXMLJSC
Copyright © 2016 The Apache Software Foundation. All rights reserved.