org.apache.maven.plugin.eclipse
Class AbstractWorkspaceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AddMavenRepoMojo, ConfigureWorkspaceMojo
- public abstract class AbstractWorkspaceMojo
- extends org.apache.maven.plugin.AbstractMojo
- Requires a Maven project to run:
- true
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
AbstractWorkspaceMojo
public AbstractWorkspaceMojo()
getLocalRepository
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
setLocalRepository
public void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
getWorkspace
public java.lang.String getWorkspace()
setWorkspace
public void setWorkspace(java.lang.String workspace)
Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.