org.sonatype.tycho.plugins.p2.publisher
Class AbstractP2Mojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.sonatype.tycho.plugins.p2.publisher.AbstractP2Mojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractPublishMojo, ArchiveRepositoryMojo
public abstract class AbstractP2Mojo
- extends org.apache.maven.plugin.AbstractMojo
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 |
AbstractP2Mojo
public AbstractP2Mojo()
getProject
protected org.apache.maven.project.MavenProject getProject()
getSession
protected org.apache.maven.execution.MavenSession getSession()
getQualifier
protected java.lang.String getQualifier()
getEclipseRepositoryProject
protected org.codehaus.tycho.osgitools.EclipseRepositoryProject getEclipseRepositoryProject()
getTychoProjectFacet
protected org.codehaus.tycho.TychoProject getTychoProjectFacet()
getTargetPlatform
protected org.codehaus.tycho.TargetPlatform getTargetPlatform()
getEnvironments
protected java.util.List<org.codehaus.tycho.TargetEnvironment> getEnvironments()
getTargetRepositoryLocation
protected java.io.File getTargetRepositoryLocation()
Copyright © 2008-2011. All Rights Reserved.