Class PropertyDescriptor


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

      • PropertyDescriptor

        public PropertyDescriptor()
    • Method Detail

      • 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 wirh @
      • 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)