|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The FileSystem is an interface of a file system. It is
a directory on the real file system on the disk drive, or a virtual
file system on memory.
| Method Summary | |
Folder |
createHierarchicalFolder(java.util.Vector folder_list)
Creates the folder hierarchy and returns the folder. |
void |
discard()
Discards the file system. |
Folder |
getFolder(java.lang.String name)
Gets the top folder. |
Folder |
getHierarchicalFolder(java.util.Vector folder_list)
Gets the folder represented by the specified hierarchy. |
PrimitiveManager |
getPrimitiveManager(Folder folder,
XmlDBHolder holder_class,
XmlDBRecord record_class)
Gets the new PrimitiveManager of the specified
folder. |
| Method Detail |
public Folder getFolder(java.lang.String name)
name - the folder name.public Folder getHierarchicalFolder(java.util.Vector folder_list)
folder_list - the list of hierarchical folders.
public Folder createHierarchicalFolder(java.util.Vector folder_list)
throws java.io.IOException
folder_list - the list of hierarchical folders.
public PrimitiveManager getPrimitiveManager(Folder folder,
XmlDBHolder holder_class,
XmlDBRecord record_class)
throws java.io.IOException
PrimitiveManager of the specified
folder.folder - the folder.holder_class - the holder class object of the XML records.record_class - the class object of the XML records.
public void discard()
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||