Package org.bedework.calfacade.configs
Class BasicSystemProperties
java.lang.Object
org.bedework.calfacade.configs.BasicSystemProperties
Provides access to some of the basic configuration for the system. Most of
these values should not be changed. While their values do leak out into the
user interface they are intended to be independent of any language.
Display names should be used to localize the names of collections and paths.
- Author:
- Mike Douglass
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis directory allows us to hide away bedework specific resources such as views and categories.static final booleanBefore 4.0 internal paths did not end with "/".static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colPathEndsWithSlash
public static final boolean colPathEndsWithSlashBefore 4.0 internal paths did not end with "/". 4.0 and above they will- See Also:
-
publicCalendarRoot
- See Also:
-
publicCalendarRootPath
-
globalResourcesPath
- See Also:
-
userCalendarRoot
- See Also:
-
userCalendarRootPath
-
userDefaultCalendar
- See Also:
-
userInbox
- See Also:
-
userPendingInbox
- See Also:
-
userOutbox
- See Also:
-
userDefaultTasksCalendar
- See Also:
-
userDefaultPollsCalendar
- See Also:
-
defaultNotificationsName
- See Also:
-
defaultAttachmentsName
- See Also:
-
defaultReferencesName
- See Also:
-
bedeworkResourceDirectory
This directory allows us to hide away bedework specific resources such as views and categories. We can hide this directory from generic caldav and other protocols.- See Also:
-
-
Constructor Details
-
BasicSystemProperties
public BasicSystemProperties()
-