Class PropertyDescriptor

java.lang.Object
org.tentackle.maven.plugin.PropertyDescriptor

public class PropertyDescriptor extends Object
Descriptor for a property to be generated by PropertiesMojo.
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor()
  • Method Details

    • getInput

      public String getInput()
      Gets the input value.
      Returns:
      the input value to the converter
    • getConverter

      public String getConverter()
      The converter.
      Returns:
      the FQCN of the converter, or the META-INF service if beginning with @
    • getProperty

      public String getProperty()
      Gets the name of the property to generate
      Returns:
      the property name
    • setInput

      public void setInput(String input)
    • setConverter

      public void setConverter(String converter)
    • setProperty

      public void setProperty(String property)