org.egothor.io
Class FileManager

java.lang.Object
  extended by org.egothor.io.FileManager

public class FileManager
extends java.lang.Object

This class is part of the Egothor Project

Author:
Leo Galambos

Constructor Summary
FileManager()
           
 
Method Summary
static FileManager getRootManager()
          Gets the rootManager attribute of the FileManager class
 File newFile(java.lang.String filename)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManager

public FileManager()
Method Detail

getRootManager

public static FileManager getRootManager()
Gets the rootManager attribute of the FileManager class

Returns:
The rootManager value

newFile

public File newFile(java.lang.String filename)
Description of the Method

Parameters:
filename - Description of the Parameter
Returns:
Description of the Return Value