public abstract class AbstractCompilerMojo extends JangarooMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
sourceDirectory
Source directory to scan for files to compile.
|
| Constructor and Description |
|---|
AbstractCompilerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected JoocConfiguration |
createJoocConfiguration() |
void |
execute()
Runs the compile mojo
|
protected abstract List<File> |
getActionScriptClassPath() |
protected abstract File |
getApiOutputDirectory() |
protected File |
getClassesOutputDirectory() |
protected abstract List<File> |
getCompileSourceRoots() |
protected abstract Set<String> |
getExcludes() |
File |
getGeneratedSourcesDirectory() |
protected abstract Set<String> |
getIncludes() |
File |
getModuleClassesJsFile() |
abstract String |
getModuleClassesJsFileName() |
protected abstract File |
getOutputDirectory() |
protected org.apache.maven.project.MavenProject |
getProject() |
protected abstract File |
getTempClassesOutputDirectory() |
protected boolean |
isGenerateSourceMaps() |
protected boolean |
isJangarooPackaging() |
getMavenPluginHelperprotected File sourceDirectory
protected org.apache.maven.project.MavenProject getProject()
getProject in class JangarooMojopublic abstract String getModuleClassesJsFileName()
public File getModuleClassesJsFile()
protected abstract File getOutputDirectory()
protected File getClassesOutputDirectory()
protected abstract File getTempClassesOutputDirectory()
public File getGeneratedSourcesDirectory()
protected abstract File getApiOutputDirectory()
protected boolean isGenerateSourceMaps()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected JoocConfiguration createJoocConfiguration() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected boolean isJangarooPackaging()
isJangarooPackaging in class JangarooMojoCopyright © 2002–2015 CoreMedia AG. All rights reserved.