org.apache.maven.plugin.install
Class AbstractInstallMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.install.AbstractInstallMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
InstallFileMojo, InstallMojo

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

Common fields for installation mojos.

Version:
$Id: AbstractInstallMojo.java 169577 2005-05-11 04:29:44Z brett $
Author:
Brett Porter

Field Summary
protected  org.apache.maven.artifact.installer.ArtifactInstaller installer
           
protected  org.apache.maven.artifact.repository.ArtifactRepository localRepository
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractInstallMojo()
           
 
Method Summary
 
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

installer

protected org.apache.maven.artifact.installer.ArtifactInstaller installer

localRepository

protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
Constructor Detail

AbstractInstallMojo

public AbstractInstallMojo()


Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.