Interface IFSDirectory
-
- All Superinterfaces:
AutoCloseable
,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 String
getDirectoryPath()
-
Methods inherited from interface lumis.portal.serialization.persistency.IDirectory
delete, exists, getDescription, getInputStream, getOutputStream
-
-
-
-
Method Detail
-
getDirectoryPath
String getDirectoryPath()
-
-