| java.lang.Object org.apache.commons.discovery.Resource
All known Subclasses: org.apache.commons.discovery.ResourceClass,
Resource | public class Resource (Code) | | 'Resource' located by discovery.
Naming of methods becomes a real pain ('getClass()')
so I've patterned this after ClassLoader...
I think it works well as it will give users a point-of-reference.
author: Craig R. McClanahan author: Costin Manolache author: Richard A. Sitze |
getClassLoader | public ClassLoader getClassLoader()(Code) | | Get the value of loader.
value of loader. |
getName | public String getName()(Code) | | Get the value of resourceName.
value of resourceName. |
getResource | public URL getResource()(Code) | | Get the value of URL.
value of URL. |
getResourceAsStream | public InputStream getResourceAsStream()(Code) | | Get the value of URL.
value of URL. |
|
|