Class DefaultApplicationAdapter

    • Constructor Detail

      • DefaultApplicationAdapter

        public DefaultApplicationAdapter​(java.lang.String basePath,
                                         java.lang.ClassLoader classLoader)
        Instantiates a new DefaultApplicationAdapter.
    • Method Detail

      • getAttribute

        public <T> T getAttribute​(java.lang.String name)
        Description copied from interface: ApplicationAdapter
        Gets the attribute.
        Type Parameters:
        T - the generic type
        Parameters:
        name - the name
        Returns:
        the attribute
      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.Object value)
        Description copied from interface: ApplicationAdapter
        Sets the attribute.
        Parameters:
        name - the name
        value - the value
      • getAttributeNames

        public java.util.Enumeration<java.lang.String> getAttributeNames()
        Description copied from interface: ApplicationAdapter
        Gets the attribute names.
        Returns:
        the attribute names
      • removeAttribute

        public void removeAttribute​(java.lang.String name)
        Description copied from interface: ApplicationAdapter
        Removes the attribute.
        Parameters:
        name - the name