Class ResourceSupport

  • All Implemented Interfaces:
    org.apache.camel.spi.Resource

    public abstract class ResourceSupport
    extends Object
    implements org.apache.camel.spi.Resource
    Base class for Resource implementations.
    • Constructor Detail

      • ResourceSupport

        protected ResourceSupport​(String scheme,
                                  String location)
    • Method Detail

      • getScheme

        public String getScheme()
        Specified by:
        getScheme in interface org.apache.camel.spi.Resource
      • getLocation

        public String getLocation()
        Specified by:
        getLocation in interface org.apache.camel.spi.Resource
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object