com.elixirtech.report2.runtime
Interface IFileSystem


public interface IFileSystem

IFileSystem provides functions to interface with the repository filesystem.


Method Summary
 java.lang.String getDisplayName()
          Get display name of the file system.
 IFileObject getRoot()
          Get the root fileobject in the file system.
 boolean isReadOnly()
          Check if the the file system is editable.
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Get display name of the file system.


getRoot

IFileObject getRoot()
Get the root fileobject in the file system.


isReadOnly

boolean isReadOnly()
Check if the the file system is editable.