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
URLResource
public URLResource(URL url)
getRelativeResource
public Resource getRelativeResource(String relativePath)
- Description copied from interface:
Resource
- Returns a resource resolved relatively to the current resource. E.g. DataMap files
can be resolved relatively to cayenne.xml.
- Specified by:
getRelativeResource
in interface Resource
getURL
public URL getURL()
- Description copied from interface:
Resource
- Returns a resource URL to read (and possibly write) the resource data.
- Specified by:
getURL
in interface Resource
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.