Class StringDefinition
java.lang.Object
org.basepom.mojo.propertyhelper.definitions.FieldDefinition<String>
org.basepom.mojo.propertyhelper.definitions.StringDefinition
Defines a string field. This is a config element that is populated by maven.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateField(FieldContext context, ValueCache valueCache) booleaninthashCode()booleanvoidsetOnMissingValue(String onMissingValue) called by mavenvoidcalled by maventoString()Methods inherited from class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
check, getId, getInitialValue, getOnMissingFile, getOnMissingFileProperty, getOnMissingProperty, getPostFormat, getPreFormat, getPropertyFile, getPropertyNameInFile, getRegexp, getTransformers, isExport, isSkip, setOnMissingFile, setOnMissingFileProperty, setOnMissingProperty, setRegexp, setTransformers
-
Constructor Details
-
StringDefinition
public StringDefinition()called by maven
-
-
Method Details
-
setValues
called by maven -
setOnMissingValue
called by maven -
getValues
-
isBlankIsValid
-
getOnMissingValue
-
createField
- Specified by:
createFieldin classFieldDefinition<String>- Throws:
IOException
-
toString
- Overrides:
toStringin classFieldDefinition<String>
-
equals
- Overrides:
equalsin classFieldDefinition<String>
-
hashCode
- Overrides:
hashCodein classFieldDefinition<String>
-