com.atlassian.maven.plugins.docsversion
Class SetPropertyMojo
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.gmaven.mojo.GroovyMojo
com.atlassian.maven.plugins.docsversion.SetPropertyMojo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SetPropertyMojo
- extends org.codehaus.gmaven.mojo.GroovyMojo
- implements groovy.lang.GroovyObject
set-property MOJO.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.codehaus.gmaven.mojo.GroovyMojo |
fail, fail, getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetPropertyMojo
public SetPropertyMojo()
getProperty
public java.lang.String getProperty()
setProperty
public void setProperty(java.lang.String value)
getProject
public org.apache.maven.project.MavenProject getProject()
setProject
public void setProject(org.apache.maven.project.MavenProject value)
getProjectHelper
public org.apache.maven.project.MavenProjectHelper getProjectHelper()
setProjectHelper
public void setProjectHelper(org.apache.maven.project.MavenProjectHelper value)
execute
public void execute()
- Sets the property in the project.
- Specified by:
execute in interface org.apache.maven.plugin.Mojo
getDocsVersion
public java.lang.Object getDocsVersion()
- Returns the docs version for this project.
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class groovy.lang.GroovyObjectSupport
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class groovy.lang.GroovyObjectSupport
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class groovy.lang.GroovyObjectSupport
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class org.codehaus.gmaven.mojo.GroovyMojo
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class groovy.lang.GroovyObjectSupport
Copyright © 2012 Atlassian. All Rights Reserved.