Class Property


  • public class Property
    extends Object
    Identifies a configuration property. These properties are defined in environment - specific files, such as: jdbc.prod.properties.
    Author:
    Igor Polevoy
    • Constructor Detail

      • Property

        public Property​(String name,
                        String value,
                        String propertyFile)
        Parameters:
        name - name of property.
        value - value of property.
        propertyFile - - path to property file this value is defined in.