Interface IFSDirectory

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, IDirectory
    All Known Implementing Classes:
    FSDirectory, FSShallowDirectory, ZipDirectory

    public interface IFSDirectory
    extends IDirectory
    Abstraction of a file repository based on file system.
    Since:
    4.0.11
    Version:
    $Revision: 7370 $ $Date: 2007-06-12 13:50:49 -0300 (Tue, 12 Jun 2007) $
    • Method Detail

      • getDirectoryPath

        java.lang.String getDirectoryPath()