net.wasdev.wlp.maven.plugins
Class AbstractLibertySupport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by net.wasdev.wlp.maven.plugins.AbstractLibertySupport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Direct Known Subclasses:
BasicSupport

public abstract class AbstractLibertySupport
extends org.codehaus.mojo.pluginsupport.MojoSupport

Liberty Abstract Mojo Support


Field Summary
protected  org.codehaus.mojo.pluginsupport.ant.AntHelper ant
           
protected  org.apache.maven.artifact.repository.ArtifactRepository artifactRepository
           
protected  org.apache.maven.project.MavenProject project
          Maven Project
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractLibertySupport()
           
 
Method Summary
protected  org.apache.maven.artifact.repository.ArtifactRepository getArtifactRepository()
           
protected  org.apache.maven.project.MavenProject getProject()
           
protected  void init()
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, doExecute, execute, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact
 
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
 

Field Detail

project

protected org.apache.maven.project.MavenProject project
Maven Project


artifactRepository

protected org.apache.maven.artifact.repository.ArtifactRepository artifactRepository

ant

protected org.codehaus.mojo.pluginsupport.ant.AntHelper ant
Constructor Detail

AbstractLibertySupport

public AbstractLibertySupport()
Method Detail

getProject

protected org.apache.maven.project.MavenProject getProject()
Overrides:
getProject in class org.codehaus.mojo.pluginsupport.MojoSupport

getArtifactRepository

protected org.apache.maven.artifact.repository.ArtifactRepository getArtifactRepository()
Overrides:
getArtifactRepository in class org.codehaus.mojo.pluginsupport.MojoSupport

init

protected void init()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Overrides:
init in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2014. All Rights Reserved.