org.globus.mds.webmds
Class WebmdsUtil

java.lang.Object
  extended byorg.globus.mds.webmds.WebmdsUtil

public class WebmdsUtil
extends Object

WebMDS utility class, passed to webmds source objects when they're initialized.


Constructor Summary
WebmdsUtil()
           
 
Method Summary
 File newFile(String fileName)
          newFile -- create a new File object, with relative pathnames interpreted relative to the application root directory.
protected  void setDirectoryName(String directoryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebmdsUtil

public WebmdsUtil()
Method Detail

setDirectoryName

protected void setDirectoryName(String directoryName)

newFile

public File newFile(String fileName)
newFile -- create a new File object, with relative pathnames interpreted relative to the application root directory.

Parameters:
fileName - the name of the new file.
Returns:
a newly-created File object.


Copyright © 1999-2006 University of Chicago. All rights reserved.