org.mule.tools.npm
Class AbstractJavascriptMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.mule.tools.npm.AbstractJavascriptMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
NPMMojo

public abstract class AbstractJavascriptMojo
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  org.sonatype.plexus.build.incremental.BuildContext buildContext
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractJavascriptMojo()
           
 
Method Summary
 String getJavascriptFilesDirectory()
           
 org.apache.maven.project.MavenProject getProject()
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

buildContext

protected org.sonatype.plexus.build.incremental.BuildContext buildContext
Constructor Detail

AbstractJavascriptMojo

public AbstractJavascriptMojo()
Method Detail

getJavascriptFilesDirectory

public String getJavascriptFilesDirectory()

getProject

public org.apache.maven.project.MavenProject getProject()


Copyright © 2012. All Rights Reserved.