
Public Member Functions | |
| EbeDocumentManager () | |
| void | newDocument (String path, String name) |
| void | loadDocument (String path) |
| void | removeDocument (String name) |
| void | removeAll () |
| void | deleteDocument (String name) |
| TreeMap< String, EbeDocument > | getDocuments () |
Package Functions | |
| SuppressWarnings ("unchecked") public void addDefaults() | |
| SuppressWarnings ("unchecked") public void addDirectory(String path) | |
Package Attributes | |
| TreeMap< String, EbeDocument > | documents |
| ErrorSchema | schema |
Private Member Functions | |
| void | addFileList (ArrayList< File > lst) |
|
|
Reads the schema files, setup classes and init the pool |
|
|
Load a filelist to the manager.
|
|
|
Permanently delete from the HD the file
|
|
|
Get the document TreeMap
|
|
|
Load the document information from the path, and creates a new doc.
|
|
||||||||||||
|
Create a new document (a new file). This class setup the classic document info.
|
|
|
Remove all the documents from the manager |
|
|
Remove a document from the manager by name.
|
|
|
Add a specific directory to the manager
|
|
|
Add defaults directories, and load the files. |
|
|
the list of current documents |
|
|
The AcsError Schema class |
1.3.8