org.codehaus.tycho.buildversion
Class AbstractVersionMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.tycho.buildversion.AbstractVersionMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
BuildQualifierMojo, ValidateVersionMojo

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


Field Summary
protected  String packaging
           
protected  org.apache.maven.project.MavenProject project
           
protected  Map<String,org.codehaus.tycho.TychoProject> projectTypes
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractVersionMojo()
           
 
Method Summary
protected  String getOSGiVersion()
           
 
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

project

protected org.apache.maven.project.MavenProject project

packaging

protected String packaging

projectTypes

protected Map<String,org.codehaus.tycho.TychoProject> projectTypes
Constructor Detail

AbstractVersionMojo

public AbstractVersionMojo()
Method Detail

getOSGiVersion

protected String getOSGiVersion()


Copyright © 2008-2011. All Rights Reserved.