net.jangaroo.jooc.mvnplugin
Class CompilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
          extended by 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.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CompilerMojo()
           
 
Method Summary
 java.io.File getApiOutputDirectory()
           
protected  java.util.List<java.io.File> getCompileSourceRoots()
           
protected  java.io.File getOutputDirectory()
           
 java.lang.String getOutputFileName()
           
protected  org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
           
protected  java.io.File getTempOutputDirectory()
           
 
Methods inherited from class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
execute, getActionScriptClassPath, getGeneratedSourcesDirectory, getSourceInclusionScanner, getSourceInclusionScanner
 
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
 

Constructor Detail

CompilerMojo

public CompilerMojo()
Method Detail

getApiOutputDirectory

public java.io.File getApiOutputDirectory()
Specified by:
getApiOutputDirectory in class AbstractCompilerMojo

getCompileSourceRoots

protected java.util.List<java.io.File> getCompileSourceRoots()
Specified by:
getCompileSourceRoots in class AbstractCompilerMojo

getOutputDirectory

protected java.io.File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractCompilerMojo

getTempOutputDirectory

protected java.io.File getTempOutputDirectory()
Specified by:
getTempOutputDirectory in class AbstractCompilerMojo

getSourceInclusionScanner

protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
Specified by:
getSourceInclusionScanner in class AbstractCompilerMojo

getOutputFileName

public java.lang.String getOutputFileName()
Specified by:
getOutputFileName in class AbstractCompilerMojo


Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.