org.apache.tapestry5.ioc.internal.util
Class ClasspathResource
java.lang.Object
org.apache.tapestry5.ioc.internal.util.LockSupport
org.apache.tapestry5.ioc.internal.util.AbstractResource
org.apache.tapestry5.ioc.internal.util.ClasspathResource
- All Implemented Interfaces:
- Resource
public final class ClasspathResource
- extends AbstractResource
Implementation of Resource
for files on the classpath (as defined by a ClassLoader
).
Method Summary |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
protected Resource |
newResource(java.lang.String path)
Factory method provided by subclasses. |
java.lang.String |
toString()
|
java.net.URL |
toURL()
Returns the URL for the resource, or null if it does not exist. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ClasspathResource
public ClasspathResource(java.lang.String path)
ClasspathResource
public ClasspathResource(java.lang.ClassLoader classLoader,
java.lang.String path)
newResource
protected Resource newResource(java.lang.String path)
- Description copied from class:
AbstractResource
- Factory method provided by subclasses.
- Specified by:
newResource
in class AbstractResource
toURL
public java.net.URL toURL()
- Description copied from interface:
Resource
- Returns the URL for the resource, or null if it does not exist. This value is lazily computed; starting in 5.3.4, subclasses may cache
the result.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2012 The Apache Software Foundation.