Package org.apache.camel.support
Class ResourceSupport
- java.lang.Object
-
- org.apache.camel.support.ResourceSupport
-
- All Implemented Interfaces:
org.apache.camel.spi.Resource
public abstract class ResourceSupport extends Object implements org.apache.camel.spi.Resource
Base class forResourceimplementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceSupport(String scheme, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocation()StringgetScheme()inthashCode()StringtoString()
-