Class PropertyDescriptor


  • public class PropertyDescriptor
    extends java.lang.Object
    Descriptor for a property to be generated by PropertiesMojo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConverter()
      The converter.
      java.lang.String getInput()
      Gets the input value.
      java.lang.String getProperty()
      Gets the name of the property to generate
      void setConverter​(java.lang.String converter)  
      void setInput​(java.lang.String input)  
      void setProperty​(java.lang.String property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyDescriptor

        public PropertyDescriptor()
    • Method Detail

      • getInput

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

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

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

        public void setInput​(java.lang.String input)
      • setConverter

        public void setConverter​(java.lang.String converter)
      • setProperty

        public void setProperty​(java.lang.String property)