Class ReadPropertyAction

    • Field Detail

      • propertyName

        private final String propertyName
      • defaultValue

        private final String defaultValue
    • Constructor Detail

      • ReadPropertyAction

        public ReadPropertyAction​(String propertyName)
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
      • ReadPropertyAction

        public ReadPropertyAction​(String propertyName,
                                  String defaultValue)
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
        defaultValue - the value to use if the property is not present (null for none)