Package org.basepom.mojo.propertyhelper
Class Field<T,U extends FieldDefinition<T>>
java.lang.Object
org.basepom.mojo.propertyhelper.Field<T,U>
- Direct Known Subclasses:
DateField
,MacroField
,NumberField
,StringField
,UuidField
Describe all the fields.
-
Method Details
-
getFieldName
The name of the field. -
getValue
The value of the field.Optional.empty()
can be returned if the value is not defined.- Throws:
org.apache.maven.plugin.MojoExecutionException
-
isExposeAsProperty
True if the value of this element should be exposed as a maven property.
-