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

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

public class FSSystemResourceUtilImpl
extends java.lang.Object
implements SystemResourceUtil

FSSystemResourceUtilImpl

Locates resources relative to the root file system path

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

Constructor Summary
FSSystemResourceUtilImpl(java.lang.String systemRoot)
           
 
Method Summary
 java.lang.String getSystemRoot()
           
 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

FSSystemResourceUtilImpl

public FSSystemResourceUtilImpl(java.lang.String systemRoot)
                         throws java.io.IOException
Parameters:
systemRoot - The root from which all resource URLs will be constructed.
Throws:
java.io.IOException
Method Detail

getSystemRoot

public java.lang.String getSystemRoot()
Specified by:
getSystemRoot in interface SystemResourceUtil
Returns:
The root from were this system is running
See Also:
SystemResourceUtil.getSystemRoot()

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-2010 Apache Software Foundation. All Rights Reserved.