org.apache.maven.plugin.eclipse
Class AbstractWorkspaceMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
All Implemented Interfaces:
ContextEnabled, Mojo
Direct Known Subclasses:
ConfigureWorkspaceMojo

public abstract class AbstractWorkspaceMojo
extends AbstractMojo


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractWorkspaceMojo()
           
 
Method Summary
 ArtifactRepository getLocalRepository()
           
 String getWorkspace()
           
 void setLocalRepository(ArtifactRepository localRepository)
           
 void setWorkspace(String workspace)
           
 
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

AbstractWorkspaceMojo

public AbstractWorkspaceMojo()
Method Detail

getLocalRepository

public ArtifactRepository getLocalRepository()

setLocalRepository

public void setLocalRepository(ArtifactRepository localRepository)

getWorkspace

public String getWorkspace()

setWorkspace

public void setWorkspace(String workspace)


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.