Class PropertySet


  • public class PropertySet
    extends Object
    Ant element used to tell the Cargo task to load a properties file containing system properties. Note: When we switch to Ant 1.6 we will be able to replace this by Ant 1.6 PropertySet
    • Constructor Detail

      • PropertySet

        public PropertySet()
    • Method Detail

      • setFile

        public void setFile​(File propertiesFile)
        Parameters:
        propertiesFile - the properties file to load
      • readProperties

        public ResourceBundle readProperties()
        Returns:
        the properties loaded from the properties file