Package org.apache.cayenne.resource
Class URLResource
java.lang.Object
org.apache.cayenne.resource.URLResource
- All Implemented Interfaces:
- Serializable,- Resource
public class URLResource extends Object implements Resource
A 
Resource implementation wrapping a resource URL.- Since:
- 3.1
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description URLResource(URL url)
- 
Method Summary
- 
Constructor Details- 
URLResource
 
- 
- 
Method Details- 
getRelativeResourceDescription copied from interface:ResourceReturns a resource resolved relatively to the current resource. E.g. DataMap files can be resolved relatively to cayenne.xml.- Specified by:
- getRelativeResourcein interface- Resource
 
- 
getURLDescription copied from interface:ResourceReturns a resource URL to read (and possibly write) the resource data.
- 
toString
 
-