@Mojo(name="compile-js",
defaultPhase=PROCESS_SOURCES)
public class CompileJSMojo
extends BaseMojo
allowSubclassOverrides, debug, failOnCompilerWarnings, outputDirectory, project| Constructor and Description |
|---|
CompileJSMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected List<String> |
getCompilerArgs(File configFile) |
protected String |
getConfigFileName() |
protected List<Define> |
getDefines() |
protected String |
getFlexTool() |
protected List<Namespace> |
getNamespaces() |
protected File |
getOutput() |
protected String |
getToolGroupName() |
protected boolean |
includeLibrary(org.apache.maven.artifact.Artifact library) |
protected boolean |
includeLibraryJS(org.apache.maven.artifact.Artifact library) |
protected boolean |
includeLibrarySWF(org.apache.maven.artifact.Artifact library) |
protected boolean |
isForceSwcExternalLibraryPath() |
protected boolean |
skip() |
getExternalLibraries, getFilteredLibraries, getJSExternalLibraries, getJSLibraries, getLibraries, getNamespacesJS, getNamespaceUris, getSourcePath, getSourcePaths, getSWFExternalLibraries, getSWFLibraries, getThemeLibraries, getVelocityContext, handleExitCodeprotected String getToolGroupName()
getToolGroupName in class BaseMojoprotected String getFlexTool()
getFlexTool in class BaseMojoprotected String getConfigFileName() throws org.apache.maven.plugin.MojoExecutionException
getConfigFileName in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected File getOutput() throws org.apache.maven.plugin.MojoExecutionException
protected boolean isForceSwcExternalLibraryPath()
isForceSwcExternalLibraryPath in class BaseMojoprotected List<String> getCompilerArgs(File configFile) throws org.apache.maven.plugin.MojoExecutionException
getCompilerArgs in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
protected List<Namespace> getNamespaces()
getNamespaces in class BaseMojoprotected List<Define> getDefines() throws org.apache.maven.plugin.MojoExecutionException
getDefines in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected boolean includeLibrary(org.apache.maven.artifact.Artifact library)
includeLibrary in class BaseMojoprotected boolean includeLibraryJS(org.apache.maven.artifact.Artifact library)
includeLibraryJS in class BaseMojoprotected boolean includeLibrarySWF(org.apache.maven.artifact.Artifact library)
includeLibrarySWF in class BaseMojoCopyright © 2018 The Apache Software Foundation. All rights reserved.