|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IFileSystemManager | Provides operations for manipulating the file system. |
IPortalBaseFolder | A portal base folder represents a logical folder known to the portal. |
Class Summary | |
---|---|
AbstractPortalBaseFolder | Abstract IPortalBaseFolder implementation, used as base class for
some implementations. |
FileSystemManager | Implementation of the file system manager. |
FileSystemManager.WriteFileCommand | Command used to perform the write operation of a file. |
PortalFile | A file that resides inside the portal's controlled file system. |
PortalFilePath | Represents a path to a portal file. |
Enum Summary | |
---|---|
PortalBaseFolder | Specifies a portal standard base folder. |
Provides the API for accessing the portal file system.
It is recommended to use the API available in this package instead of accessing the file system directly to get the following advantages:
The entry points for this package are:
IFileSystemManager
, available at
ManagerFactory.getFileSystemManager()
,
that provides operations on the file system.PortalFile
, extension of File
,
that embeds the features above.
ManagerFactory.getFileSystemManager()
,
IFileSystemManager
,
PortalFile
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |