Class ConfigAnt


  • public class ConfigAnt
    extends Object
    This entity contains the list of name/value pairs targeted for updating on server.
    Author:
    Apache Directory Project
    • Constructor Detail

      • ConfigAnt

        public ConfigAnt()
        Default constructor required for all Ant entities.
    • Method Detail

      • getProps

        public String getProps()
        Get the properties as a String.
        Returns:
        String containing property name/values.
      • setProps

        public void setProps​(String szProps)
        Set the properties as a String.
        Parameters:
        szProps - The properties to set