Class ResourceBase

    • Field Detail

      • resources

        protected NamingResources resources
        The NamingResources with which we are associated (if any).
    • Constructor Detail

      • ResourceBase

        public ResourceBase()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getProperty

        public Object getProperty​(String name)
        Return a configured property.
      • setProperty

        public void setProperty​(String name,
                                Object value)
        Set a configured property.
      • removeProperty

        public void removeProperty​(String name)
        remove a configured property.
      • listProperties

        public Iterator<String> listProperties()
        List properties.