| java.lang.Object com.uwyn.rife.resources.AbstractResourceFinder com.uwyn.rife.resources.ResourceFinderClasspath
ResourceFinderClasspath | public class ResourceFinderClasspath extends AbstractResourceFinder (Code) | | This class offers ResourceFinder capabilities for resources that
are available through the classloader. This is done for directories as well
as for jar files. Basically, this corresponds to the resources that are
available through the classpath.
Since the application's classloader isn't supposed to change in a global way,
the ResourceFinderClasspath class can only be instantiated
through the static getInstance() method that always returns
the same instance as a singleton.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: com.uwyn.rife.resources.ResourceFinder since: 1.0 |
ResourceFinderClasspath | protected ResourceFinderClasspath()(Code) | | |
getInstance | public static ResourceFinderClasspath getInstance()(Code) | | Returns the shared singleton instance of the
ResourceFinderClasspath class.
the singleton ResourceFinderClasspath instance since: 1.0 |
|
|