|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.common.Property
public final class Property
Defines a property to be selected by the user to include into the build meta data properties.
Constructor Summary | |
---|---|
Property() |
Method Summary | |
---|---|
String |
getLabel() Returns the label used for reports. |
String |
getMappedName() Returns the name of the property in the build meta data properties. |
String |
getName() Returns the name of the system property to add to the build meta data properties. |
String |
getSection() Returns the section the property is added to. |
String |
getValue() Returns the value provided for the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Property()
Method Detail |
---|
public String getName()
public String getMappedName()
name
is returned.
public String getValue()
public String getSection()
build.misc
section.
Valid section identifiers are:
build.scm
build.dateAndVersion
build.runtime
build.java
build.maven
public String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |