Class MemoryResource

    • Method Detail

      • equals

        public boolean equals​(Object other)
        Method equals
        Overrides:
        equals in class Object
        Parameters:
        other -
      • isPattern

        public boolean isPattern()
        Get true if the identifer is a pattern that is to be evaluated, for example x.* could match x.a or x.b and x.** could match x.foo
        Specified by:
        isPattern in interface Resource
      • setPattern

        public void setPattern​(boolean pattern)
        Set true if the identifer is a pattern that is to be evaluated, for example x.* could match x.a or x.b and x.** could match x.foo
        Specified by:
        setPattern in interface Resource
        Parameters:
        pattern -
      • isPermanent

        public boolean isPermanent()
        Description copied from interface: Resource
        Test to see if the object is a permanent object or not.
        Specified by:
        isPermanent in interface Resource
        Returns:
        true if the object is permanent.
      • setPermanent

        public void setPermanent​(boolean permanent)
        Description copied from interface: Resource
        Set flag indicating if the object is a permanent object or not.
        Specified by:
        setPermanent in interface Resource
        Parameters:
        permanent - true if the object is permanent.