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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDirectoryPath()
-
Methods inherited from interface lumis.portal.serialization.persistency.IDirectory
delete, exists, getDescription, getInputStream, getOutputStream
-
-