|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectserver.CalendarFormatParser
This class is needed for parsing the original UNIX calendar database format. Its parsing the calendar database from the file-system and its caching it into the memory. Then, the CalendarDatabase class can be used to access the database. Each calendar category has its own file. In each file all the calendar events of the specific categories are stored.
| Constructor Summary | |
CalendarFormatParser()
Simple constructor. |
|
| Method Summary | |
java.util.Vector |
getCategories()
This method returns a vector of all found calendar categories after parsing. |
void |
setWorkdir(java.lang.String sWorkdir)
This method sets the working directory. |
void |
start()
Starts the parsing work of the calendar database files. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CalendarFormatParser()
| Method Detail |
public java.util.Vector getCategories()
public void setWorkdir(java.lang.String sWorkdir)
sWorkdir - Specifies the working directory.public void start()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||