Package org.tentackle.maven.plugin
Class PropertyDescriptor
java.lang.Object
org.tentackle.maven.plugin.PropertyDescriptor
Descriptor for a property to be generated by
PropertiesMojo.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe converter.getInput()Gets the input value.Gets the name of the property to generatevoidsetConverter(String converter) voidvoidsetProperty(String property)
-
Constructor Details
-
PropertyDescriptor
public PropertyDescriptor()
-
-
Method Details
-
getInput
Gets the input value.- Returns:
- the input value to the converter
-
getConverter
The converter.- Returns:
- the FQCN of the converter, or the META-INF service if beginning with
@
-
getProperty
Gets the name of the property to generate- Returns:
- the property name
-
setInput
-
setConverter
-
setProperty
-