org.codehaus.mojo.nbm.utils
Class AbstractNetbeansMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.nbm.utils.AbstractNetbeansMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractNetbeansMojo()
           
 
Method Summary
protected  org.apache.tools.ant.Project antProject()
          Creates a project initialized with the same logger.
protected  org.apache.tools.ant.Project registerNbmAntTasks()
           
 
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
 

Constructor Detail

AbstractNetbeansMojo

public AbstractNetbeansMojo()
Method Detail

antProject

protected final org.apache.tools.ant.Project antProject()
Creates a project initialized with the same logger.


registerNbmAntTasks

protected final org.apache.tools.ant.Project registerNbmAntTasks()


Copyright © 2005-2013 Codehaus. All Rights Reserved.