Class GlassfishDomain.Application

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GlassfishDomain

    public static class GlassfishDomain.Application
    extends java.lang.Object
    implements java.io.Serializable
    The type Application.
    See Also:
    Serialized Form
    • Field Detail

      • deploymentOrder

        protected int deploymentOrder
        The Deployment order.
      • location

        protected java.lang.String location
        The Location.
      • name

        protected java.lang.String name
        The Name.
    • Constructor Detail

      • Application

        public Application()
        Instantiates a new Application.
      • Application

        public Application​(java.lang.String name)
        Instantiates a new Application.
        Parameters:
        name - the name
    • Method Detail

      • getDeploymentOrder

        public int getDeploymentOrder()
        Gets deployment order.
        Returns:
        the deployment order
      • getLocation

        public java.lang.String getLocation()
        Gets location.
        Returns:
        the location
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • getProperties

        public java.util.List<GlassfishDomain.Property> getProperties()
        Gets properties.
        Returns:
        the properties
      • getProperties

        public <T> java.util.List<T> getProperties​(java.lang.Class<T> clazz)
        Gets properties.
        Type Parameters:
        T - the type parameter
        Parameters:
        clazz - the clazz
        Returns:
        the properties
      • getProperty

        public <T> T getProperty​(java.lang.Class<T> clazz,
                                 java.lang.String name)
        Gets property.
        Type Parameters:
        T - the type parameter
        Parameters:
        clazz - the clazz
        name - the name
        Returns:
        the property
      • setDeploymentOrder

        public void setDeploymentOrder​(int deploymentOrder)
        Sets deployment order.
        Parameters:
        deploymentOrder - the deployment order
      • setLocation

        public void setLocation​(java.lang.String location)
        Sets location.
        Parameters:
        location - the location
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name