Class DaemonElement


  • public class DaemonElement
    extends Object
    Holds configuration data for the <daemon> tag used to configure the ANT tasks.
    • Constructor Detail

      • DaemonElement

        public DaemonElement()
    • Method Detail

      • addConfiguredProperty

        public void addConfiguredProperty​(Property property)
        Add a container property.
        Parameters:
        property - the container property to add
      • getProperties

        protected List<Property> getProperties()
        Returns:
        the list of container properties
      • getClasspaths

        public List<String> getClasspaths()
        Returns:
        The additional classpath entries to set for a container.
      • setClasspaths

        public void setClasspaths​(List<String> classpaths)
        Parameters:
        classpaths - The additional classpath entries for a container.
      • getProperty

        public String getProperty​(String name)
        Parameters:
        name - The daemon property key
        Returns:
        the value of a daemon property