org.apache.jetspeed.components.util.system
Class ClassLoaderSystemResourceUtilImpl

java.lang.Object
  extended by org.apache.jetspeed.components.util.system.ClassLoaderSystemResourceUtilImpl
All Implemented Interfaces:
SystemResourceUtil

public class ClassLoaderSystemResourceUtilImpl
extends java.lang.Object
implements SystemResourceUtil

ClassLoaderSystemResourceUtilImpl

Version:
$Id: ClassLoaderSystemResourceUtilImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Constructor Summary
ClassLoaderSystemResourceUtilImpl(java.lang.ClassLoader cl)
           
 
Method Summary
 java.lang.String getSystemRoot()
          For this implementation, always returns "/"
 java.net.URL getURL(java.lang.String relativePath)
          Creates a fully qualified path to the relativePath as a URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderSystemResourceUtilImpl

public ClassLoaderSystemResourceUtilImpl(java.lang.ClassLoader cl)
Parameters:
cl - ClassLoader that will be used to locate a resource
Method Detail

getSystemRoot

public java.lang.String getSystemRoot()
For this implementation, always returns "/"

Specified by:
getSystemRoot in interface SystemResourceUtil
Returns:
The root from were this system is running

getURL

public java.net.URL getURL(java.lang.String relativePath)
                    throws java.net.MalformedURLException
Description copied from interface: SystemResourceUtil
Creates a fully qualified path to the relativePath as a URL

Specified by:
getURL in interface SystemResourceUtil
Returns:
Throws:
java.net.MalformedURLException
See Also:
SystemResourceUtil.getURL(java.lang.String)


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.