From 90966728991f04dbb92cd052c734b4aec658e1b6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2009 01:36:06 +0000 Subject: --- doc/server/CalendarFormatParser.html | 311 ----------------------------------- 1 file changed, 311 deletions(-) delete mode 100644 doc/server/CalendarFormatParser.html (limited to 'doc/server/CalendarFormatParser.html') diff --git a/doc/server/CalendarFormatParser.html b/doc/server/CalendarFormatParser.html deleted file mode 100644 index d864051..0000000 --- a/doc/server/CalendarFormatParser.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -CalendarFormatParser - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -server -
-Class CalendarFormatParser

-
-java.lang.Object
-  extended byserver.CalendarFormatParser
-
-
-
-
public final class CalendarFormatParser
extends java.lang.Object
- -

-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. -

- -

-

-
Author:
-
buetow
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
CalendarFormatParser() - -
-          Simple constructor.
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- java.util.VectorgetCategories() - -
-          This method returns a vector of all found calendar categories after parsing.
- voidsetWorkdir(java.lang.String sWorkdir) - -
-          This method sets the working directory.
- voidstart() - -
-          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
- -

-CalendarFormatParser

-
-public CalendarFormatParser()
-
-
Simple constructor. Creates a calendar format parser object and initializes some private members. -

-

- - - - - - - - -
-Method Detail
- -

-getCategories

-
-public java.util.Vector getCategories()
-
-
This method returns a vector of all found calendar categories after parsing. -

-

- -
Returns:
Returns a Vector of all available CalendarCategory objects.
-
-
-
- -

-setWorkdir

-
-public void setWorkdir(java.lang.String sWorkdir)
-
-
This method sets the working directory. Its the "server_workdir" variable defined in the current configuration by default. -

-

-
Parameters:
sWorkdir - Specifies the working directory.
-
-
-
- -

-start

-
-public void start()
-
-
Starts the parsing work of the calendar database files. -

-

-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3