net.jangaroo.jooc.mvnplugin
Class AbstractCompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.jangaroo.jooc.mvnplugin.JangarooMojo
net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CompilerMojo, TestCompilerMojo
public abstract class AbstractCompilerMojo
- extends JangarooMojo
Super class for mojos compiling Jangaroo sources.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceDirectory
protected File sourceDirectory
- Source directory to scan for files to compile.
AbstractCompilerMojo
public AbstractCompilerMojo()
getProject
protected org.apache.maven.project.MavenProject getProject()
- Specified by:
getProject in class JangarooMojo
getModuleClassesJsFileName
public abstract String getModuleClassesJsFileName()
getModuleClassesJsFile
public File getModuleClassesJsFile()
getCompileSourceRoots
protected abstract List<File> getCompileSourceRoots()
getOutputDirectory
protected abstract File getOutputDirectory()
getClassesOutputDirectory
protected File getClassesOutputDirectory()
getTempClassesOutputDirectory
protected abstract File getTempClassesOutputDirectory()
getGeneratedSourcesDirectory
public File getGeneratedSourcesDirectory()
getApiOutputDirectory
protected abstract File getApiOutputDirectory()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Runs the compile mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
getActionScriptClassPath
protected abstract List<File> getActionScriptClassPath()
getIncludes
protected abstract Set<String> getIncludes()
getExcludes
protected abstract Set<String> getExcludes()
isJangarooPackaging
protected boolean isJangarooPackaging()
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.