net.jangaroo.jooc.mvnplugin
Class CompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.jangaroo.jooc.mvnplugin.JangarooMojo
net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
net.jangaroo.jooc.mvnplugin.CompilerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CompilerMojo
- extends AbstractCompilerMojo
Mojo to compile Jangaroo sources during the compile phase.
| 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 |
CompilerMojo
public CompilerMojo()
getApiOutputDirectory
public File getApiOutputDirectory()
- Specified by:
getApiOutputDirectory in class AbstractCompilerMojo
getCompileSourceRoots
protected List<File> getCompileSourceRoots()
- Specified by:
getCompileSourceRoots in class AbstractCompilerMojo
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory in class AbstractCompilerMojo
getTempClassesOutputDirectory
protected File getTempClassesOutputDirectory()
- Specified by:
getTempClassesOutputDirectory in class AbstractCompilerMojo
getIncludes
protected Set<String> getIncludes()
- Specified by:
getIncludes in class AbstractCompilerMojo
getExcludes
protected Set<String> getExcludes()
- Specified by:
getExcludes in class AbstractCompilerMojo
getModuleClassesJsFileName
public String getModuleClassesJsFileName()
- Specified by:
getModuleClassesJsFileName in class AbstractCompilerMojo
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.