Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCachedData - Class in org.bedework.timezones.common
-
Abstract class to help simplify implementation
- AbstractCachedData(TzConfig, String) - Constructor for class org.bedework.timezones.common.AbstractCachedData
- AbstractCachedData.AliasMaps - Class in org.bedework.timezones.common
- AbstractDb - Class in org.bedework.timezones.common.db
-
User: mike Date: 6/22/21 Time: 23:07
- AbstractDb(TzConfig, String) - Constructor for class org.bedework.timezones.common.db.AbstractDb
- AbstractDb.DbIterator<T> - Class in org.bedework.timezones.common.db
- AbstractDb.TzEntry - Class in org.bedework.timezones.common.db
- AbstractDb.UpdateThread - Class in org.bedework.timezones.common.db
- add - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
If not add or delete then update.
- addAlias(String, VTimeZone) - Method in class org.bedework.timezones.common.AbstractCachedData
- addTzAlias(TzAlias) - Method in class org.bedework.timezones.common.db.AbstractDb
- addTzAlias(TzAlias) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- addTzSpec(TzDbSpec) - Method in class org.bedework.timezones.common.db.AbstractDb
- addTzSpec(TzDbSpec) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- aliasChangeOnly - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
True if only aliases changed
- aliases - Variable in class org.bedework.timezones.common.AbstractCachedData.AliasMaps
- aliases - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
- aliasesStr - Variable in class org.bedework.timezones.common.AbstractCachedData.AliasMaps
- aliasMaps - Variable in class org.bedework.timezones.common.AbstractCachedData
- AliasMaps() - Constructor for class org.bedework.timezones.common.AbstractCachedData.AliasMaps
B
- byAlias - Variable in class org.bedework.timezones.common.AbstractCachedData.AliasMaps
-
key is alias, value is target id
- bytesJson(Object) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
-
=================================================================== Json methods ===================================================================
- byTzid - Variable in class org.bedework.timezones.common.AbstractCachedData.AliasMaps
-
key is tzid, val is list of alias ids
C
- CachedData - Interface in org.bedework.timezones.common
-
Cached data affected by the source data.
- cfg - Variable in class org.bedework.timezones.common.AbstractCachedData
- checkData() - Method in interface org.bedework.timezones.common.CachedData
-
Update from primary source if any.
- checkData() - Method in class org.bedework.timezones.common.db.AbstractDb
- checkData() - Method in class org.bedework.timezones.common.FileCachedData
- checkData() - Method in class org.bedework.timezones.common.ZipCachedData
- checkData() - Method in class org.bedework.timezones.service.TzConf
- checkData() - Method in interface org.bedework.timezones.service.TzConfMBean
-
Check with primary source
- checkNulls() - Method in class org.bedework.timezones.common.db.LocalizedString
-
Check this is properly trimmed
- checkOpen() - Method in class org.bedework.timezones.common.db.AbstractDb
- clearDb() - Method in class org.bedework.timezones.common.db.AbstractDb
- clearDb() - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- clone() - Method in class org.bedework.timezones.common.db.LocalizedString
- clone() - Method in class org.bedework.timezones.common.db.TzAlias
- clone() - Method in class org.bedework.timezones.common.db.TzDbentity
-
Make visible
- close() - Method in class org.bedework.timezones.common.db.AbstractDb
- close() - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- compare(CachedData, CachedData) - Method in class org.bedework.timezones.common.Differ
-
Compares the new set of data with the supplied current set of data.
- compareData(String) - Static method in class org.bedework.timezones.common.TzServerUtil
-
Compare data pointed to by tzdataUrl with the given data.
- compareData(String) - Method in class org.bedework.timezones.service.TzConf
- compareData(String) - Method in interface org.bedework.timezones.service.TzConfMBean
-
Compare data pointed to by tzdataUrl with the current data.
- compareTo(LocalizedString) - Method in class org.bedework.timezones.common.db.LocalizedString
- compareTo(TzAlias) - Method in class org.bedework.timezones.common.db.TzAlias
- compareTo(TzDbSpec) - Method in class org.bedework.timezones.common.db.TzDbSpec
- compareTo(ExpandedMapEntryKey) - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- compareTo(T) - Method in class org.bedework.timezones.common.db.TzDbentity
- conn - Variable in class org.bedework.timezones.common.h2db.H2dbCachedData
-
Current Database
- convertDateTime(String, String, String) - Method in class org.bedework.timezones.common.TzServerUtil
-
Convert from local time in fromTzid to local time in toTzid.
- copyTo(TzConfig) - Method in class org.bedework.timezones.common.TzConfigImpl
-
init copy of the config
D
- DbEmptyException - Class in org.bedework.timezones.common.db
-
Forbidden exception thrown by webdav classes
- DbEmptyException() - Constructor for class org.bedework.timezones.common.db.DbEmptyException
-
Constructor
- DbIterator() - Constructor for class org.bedework.timezones.common.db.AbstractDb.DbIterator
- dbLock - Static variable in class org.bedework.timezones.common.db.AbstractDb
- DbStaleStateException - Class in org.bedework.timezones.common.db
-
Base exception thrown by tz classes
- DbStaleStateException(String) - Constructor for class org.bedework.timezones.common.db.DbStaleStateException
-
Constructor
- deleted - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
We should never delete even though we check for it here
- Differ - Class in org.bedework.timezones.common
-
This class provides support for diffing timezone data to determine if updates need to be made to stored data.
- Differ() - Constructor for class org.bedework.timezones.common.Differ
- Differ.DiffListEntry - Class in org.bedework.timezones.common
- DiffListEntry() - Constructor for class org.bedework.timezones.common.Differ.DiffListEntry
- dtstamp - Variable in class org.bedework.timezones.common.AbstractCachedData
-
XML formatted UTC dtstamp (i.e.
E
- equals(Object) - Method in class org.bedework.timezones.common.db.TzDbentity
- equals(Object) - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- errorNodata - Static variable in class org.bedework.timezones.common.TzServerUtil
-
Unable to retrieve the data
- escape(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- ExpandedMapEntry - Class in org.bedework.timezones.common
-
Allows us to cache expansions
- ExpandedMapEntry(String, ExpandedTimezoneType) - Constructor for class org.bedework.timezones.common.ExpandedMapEntry
- ExpandedMapEntryKey - Class in org.bedework.timezones.common
-
Allos us to cache expansions
- ExpandedMapEntryKey(String, String, String) - Constructor for class org.bedework.timezones.common.ExpandedMapEntryKey
- expansions - Variable in class org.bedework.timezones.common.AbstractCachedData
F
- fail() - Method in class org.bedework.timezones.common.db.AbstractDb
- fetchTimeZone(String) - Method in class org.bedework.timezones.common.TzServerUtil
-
Get a timezone object from the server given the id.
- FileCachedData - Class in org.bedework.timezones.common
-
Cached data obtained from a set of files and directories..
- FileCachedData(TzConfig) - Constructor for class org.bedework.timezones.common.FileCachedData
- findAliases(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- findAliases(String) - Method in interface org.bedework.timezones.common.CachedData
- findAliases(String) - Method in class org.bedework.timezones.common.TzServerUtil
- findIds(String) - Method in class org.bedework.timezones.common.AbstractCachedData
-
Find tz identifiers or alias names that (partially) match the given value
- findIds(String) - Method in class org.bedework.timezones.common.db.AbstractDb
- findIds(String) - Method in class org.bedework.timezones.common.FileCachedData
- findIds(String) - Method in class org.bedework.timezones.common.ZipCachedData
- findLang(String, Collection<? extends LocalizedString>) - Static method in class org.bedework.timezones.common.db.LocalizedString
-
Search the collection for a string that matches the given language code.
- findTimezones(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- findTimezones(String) - Method in interface org.bedework.timezones.common.CachedData
- findTimezones(String) - Method in class org.bedework.timezones.common.TzServerUtil
- findTzAliases(String) - Method in class org.bedework.timezones.common.db.AbstractDb
- findTzs(String) - Method in class org.bedework.timezones.common.db.AbstractDb
- fireCheck() - Static method in class org.bedework.timezones.common.TzServerUtil
-
Cause data to be checked against primary
- fireRefresh(boolean) - Static method in class org.bedework.timezones.common.TzServerUtil
-
Cause a refresh of the data
- fromAlias(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- fromAlias(String) - Method in interface org.bedework.timezones.common.CachedData
-
Given an alias return the tzid for that alias
G
- getActive() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getAliasedCachedVtz(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getAliasedCachedVtz(String) - Method in interface org.bedework.timezones.common.CachedData
-
Get an aliased cached VTIMEZONE specifications
- getAliasedTz(String) - Method in class org.bedework.timezones.common.TzServerUtil
- getAliasedXTimeZone(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getAliasedXTimeZone(String) - Method in interface org.bedework.timezones.common.CachedData
-
Get an aliased timezone object from the server given the id.
- getAliasesStr() - Method in class org.bedework.timezones.common.AbstractCachedData
- getAliasesStr() - Method in interface org.bedework.timezones.common.CachedData
- getAliasesStr() - Method in class org.bedework.timezones.common.TzServerUtil
- getAliasId() - Method in class org.bedework.timezones.common.db.TzAlias
-
Get the alias - this should be unique.
- getAliasIterator() - Method in class org.bedework.timezones.common.db.AbstractDb
- getAliasIterator() - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- getAllCachedVtzs() - Method in class org.bedework.timezones.common.AbstractCachedData
- getAllCachedVtzs() - Method in interface org.bedework.timezones.common.CachedData
-
Get all cached VTIMEZONE specifications
- getAllTzs() - Method in class org.bedework.timezones.common.TzServerUtil
- getAppname() - Static method in class org.bedework.timezones.common.TzServerUtil
- getCachedVtz(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getCachedVtz(String) - Method in interface org.bedework.timezones.common.CachedData
-
Get cached VTIMEZONE specifications
- getCalHdr() - Static method in class org.bedework.timezones.common.TzServerUtil
- getCalTlr() - Static method in class org.bedework.timezones.common.TzServerUtil
- getDataSource(TzConfig) - Static method in class org.bedework.timezones.common.TzServerUtil
- getDbPath() - Method in interface org.bedework.timezones.common.TzConfig
-
Location of the db data.
- getDbPath() - Method in class org.bedework.timezones.common.TzConfigImpl
-
Location of the db data.
- getDbPath() - Method in class org.bedework.timezones.service.TzConf
- getDisplayNames() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getDtstamp() - Method in class org.bedework.timezones.common.AbstractCachedData
- getDtstamp() - Method in interface org.bedework.timezones.common.CachedData
- getDtstamp() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getDtstamp() - Method in interface org.bedework.timezones.common.TzConfig
- getDtstamp() - Method in class org.bedework.timezones.common.TzConfigImpl
- getDtstamp() - Method in class org.bedework.timezones.common.TzServerUtil
- getDtstamp() - Method in class org.bedework.timezones.service.TzConf
- getEnd() - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- getErrorTag() - Method in class org.bedework.timezones.common.TzException
-
Get the errorTag
- getEtag() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getEtag() - Method in class org.bedework.timezones.common.ExpandedMapEntry
- getEtag() - Method in class org.bedework.timezones.common.TzServerUtil
- getExpanded(String, String, String, boolean) - Method in class org.bedework.timezones.common.TzServerUtil
- getExpanded(ExpandedMapEntryKey) - Method in class org.bedework.timezones.common.AbstractCachedData
- getExpanded(ExpandedMapEntryKey) - Method in interface org.bedework.timezones.common.CachedData
- getId() - Method in class org.bedework.timezones.common.db.TzDbentity
- getInstance() - Static method in class org.bedework.timezones.common.TzServerUtil
- getJson(InputStream, Class<T>) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- getLang() - Method in class org.bedework.timezones.common.db.LocalizedString
-
Get the lang
- getLogger() - Method in class org.bedework.timezones.common.AbstractCachedData
- getLogger() - Method in class org.bedework.timezones.common.Differ
- getName() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getName() - Method in class org.bedework.timezones.common.Stat
- getNameList() - Method in class org.bedework.timezones.common.AbstractCachedData
- getNameList() - Method in interface org.bedework.timezones.common.CachedData
- getNames() - Method in class org.bedework.timezones.common.TzServerUtil
- getPrimaryServer() - Method in interface org.bedework.timezones.common.TzConfig
-
Are we a primary server?
- getPrimaryServer() - Method in class org.bedework.timezones.common.TzConfigImpl
-
Are we a primary server?
- getPrimaryServer() - Method in class org.bedework.timezones.service.TzConf
- getPrimaryUrl() - Method in interface org.bedework.timezones.common.TzConfig
- getPrimaryUrl() - Method in class org.bedework.timezones.common.TzConfigImpl
-
Url for the primary server.
- getPrimaryUrl() - Method in class org.bedework.timezones.service.TzConf
- getRefreshDelay() - Method in interface org.bedework.timezones.common.TzConfig
- getRefreshDelay() - Method in class org.bedework.timezones.common.TzConfigImpl
-
Refresh delay - seconds
- getRefreshDelay() - Method in class org.bedework.timezones.service.TzConf
- getSeq() - Method in class org.bedework.timezones.common.db.TzDbentity
-
Get the entity seq
- getSource() - Method in interface org.bedework.timezones.common.CachedData
- getSource() - Method in class org.bedework.timezones.common.db.AbstractDb
- getSource() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getSource() - Method in class org.bedework.timezones.common.FileCachedData
- getSource() - Method in interface org.bedework.timezones.common.TzConfig
- getSource() - Method in class org.bedework.timezones.common.TzConfigImpl
- getSource() - Method in class org.bedework.timezones.common.ZipCachedData
- getSource() - Method in class org.bedework.timezones.service.TzConf
- getSpec(String) - Method in class org.bedework.timezones.common.db.AbstractDb
- getSpec(String) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- getStart() - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- getStats() - Method in class org.bedework.timezones.common.AbstractCachedData
- getStats() - Method in interface org.bedework.timezones.common.CachedData
- getStats() - Method in class org.bedework.timezones.common.db.AbstractDb
- getStats() - Static method in class org.bedework.timezones.common.TzServerUtil
- getStats() - Method in class org.bedework.timezones.service.TzConf
- getStats() - Method in interface org.bedework.timezones.service.TzConfMBean
-
Get the current stats
- getStatusCode() - Method in class org.bedework.timezones.common.TzException
-
Get the status
- getTargetId() - Method in class org.bedework.timezones.common.db.TzAlias
-
Get the targetId
- getTimeZone(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getTimeZone(String) - Method in interface org.bedework.timezones.common.CachedData
-
Get a timezone object from the server given the id.
- getTimezones(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getTimezones(String) - Method in interface org.bedework.timezones.common.CachedData
- getTimezones(String) - Method in class org.bedework.timezones.common.TzServerUtil
- getTimezones(String[]) - Method in class org.bedework.timezones.common.AbstractCachedData
- getTimezones(String[]) - Method in interface org.bedework.timezones.common.CachedData
- getTimezones(String[]) - Method in class org.bedework.timezones.common.TzServerUtil
- getTz(String) - Method in class org.bedework.timezones.common.TzServerUtil
- getTzAlias(String) - Method in class org.bedework.timezones.common.db.AbstractDb
- getTzAlias(String) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- getTzConfig() - Static method in class org.bedework.timezones.common.TzServerUtil
- getTzdataUrl() - Method in interface org.bedework.timezones.common.TzConfig
- getTzdataUrl() - Method in class org.bedework.timezones.common.TzConfigImpl
-
Location of the (backup) zip file.
- getTzdataUrl() - Method in class org.bedework.timezones.service.TzConf
- getTzid() - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- getTzs() - Method in class org.bedework.timezones.common.ExpandedMapEntry
- getTzSpecIterator() - Method in class org.bedework.timezones.common.db.AbstractDb
- getTzSpecIterator() - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- getUtc(String, String) - Method in class org.bedework.timezones.common.TzServerUtil
- getValue() - Method in class org.bedework.timezones.common.db.LocalizedString
-
Get the value
- getValue1() - Method in class org.bedework.timezones.common.Stat
- getValue2() - Method in class org.bedework.timezones.common.Stat
- getVersion() - Method in interface org.bedework.timezones.common.TzConfig
- getVersion() - Method in class org.bedework.timezones.common.TzConfigImpl
- getVersion() - Method in class org.bedework.timezones.service.TzConf
- getVtimezone() - Method in class org.bedework.timezones.common.db.TzDbSpec
- getXTimeZone(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- getXTimeZone(String) - Method in interface org.bedework.timezones.common.CachedData
-
Get a timezone object from the server given the id.
H
- H2dbCachedData - Class in org.bedework.timezones.common.h2db
-
Cached timezone data in an h2 database.
- H2dbCachedData(TzConfig, boolean) - Constructor for class org.bedework.timezones.common.h2db.H2dbCachedData
-
Start from database cache.
- hashCode() - Method in class org.bedework.timezones.common.db.LocalizedString
- hashCode() - Method in class org.bedework.timezones.common.db.TzAlias
- hashCode() - Method in class org.bedework.timezones.common.db.TzDbentity
- hashCode() - Method in class org.bedework.timezones.common.db.TzDbSpec
- hashCode() - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
I
- initData(boolean) - Method in class org.bedework.timezones.common.db.AbstractDb
- isOpen() - Method in class org.bedework.timezones.common.db.AbstractDb
L
- lastDataFetch - Static variable in class org.bedework.timezones.common.TzServerUtil
-
Time we last fetched the data
- loadConfig() - Method in class org.bedework.timezones.service.TzConf
- loadConfig() - Method in interface org.bedework.timezones.service.TzConfMBean
-
(Re)load the configuration
- loadInitialData() - Method in class org.bedework.timezones.common.db.AbstractDb
- LocalizedString - Class in org.bedework.timezones.common.db
-
.
- LocalizedString() - Constructor for class org.bedework.timezones.common.db.LocalizedString
-
Constructor
- LocalizedString(String, String) - Constructor for class org.bedework.timezones.common.db.LocalizedString
-
Create a string by specifying all its fields
M
- mapper - Variable in class org.bedework.timezones.common.h2db.H2dbCachedData
- msgPrefix - Variable in class org.bedework.timezones.common.AbstractCachedData
O
- open - Variable in class org.bedework.timezones.common.db.AbstractDb
- open() - Method in class org.bedework.timezones.common.db.AbstractDb
- open() - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- org.bedework.timezones.common - package org.bedework.timezones.common
- org.bedework.timezones.common.db - package org.bedework.timezones.common.db
- org.bedework.timezones.common.h2db - package org.bedework.timezones.common.h2db
- org.bedework.timezones.service - package org.bedework.timezones.service
P
- parseDef(String) - Method in class org.bedework.timezones.common.AbstractCachedData
- printableTime(long) - Static method in class org.bedework.timezones.common.TzServerUtil
- processSpec(String, String, String, String) - Method in class org.bedework.timezones.common.AbstractCachedData
- processSpec(String, Calendar, String, String) - Method in class org.bedework.timezones.common.AbstractCachedData
- putConfig() - Method in class org.bedework.timezones.service.TzConf
-
Save the configuration.
- putTzAlias(TzAlias) - Method in class org.bedework.timezones.common.db.AbstractDb
- putTzAlias(TzAlias) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- putTzSpec(TzDbSpec) - Method in class org.bedework.timezones.common.db.AbstractDb
- putTzSpec(TzDbSpec) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
R
- refreshData() - Method in class org.bedework.timezones.service.TzConf
- refreshData() - Method in interface org.bedework.timezones.service.TzConfMBean
-
Refresh all the data - almost a restart
- removeTzAlias(TzAlias) - Method in class org.bedework.timezones.common.db.AbstractDb
- removeTzAlias(TzAlias) - Method in class org.bedework.timezones.common.h2db.H2dbCachedData
- resetTzs() - Method in class org.bedework.timezones.common.AbstractCachedData
- run() - Method in class org.bedework.timezones.common.db.AbstractDb.UpdateThread
S
- saveConfig() - Static method in class org.bedework.timezones.common.TzServerUtil
- setActive(boolean) - Method in class org.bedework.timezones.common.db.TzDbSpec
- setDbPath(String) - Method in interface org.bedework.timezones.common.TzConfig
-
Location of the db data.
- setDbPath(String) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Location of the db data.
- setDbPath(String) - Method in class org.bedework.timezones.service.TzConf
- setDisplayNames(Set<LocalizedString>) - Method in class org.bedework.timezones.common.db.TzDbSpec
- setDtstamp(String) - Method in class org.bedework.timezones.common.db.TzDbSpec
- setDtstamp(String) - Method in interface org.bedework.timezones.common.TzConfig
- setDtstamp(String) - Method in class org.bedework.timezones.common.TzConfigImpl
- setDtstamp(String) - Method in class org.bedework.timezones.service.TzConf
- setEtag(String) - Method in class org.bedework.timezones.common.db.TzDbSpec
-
Etag value for last fetch from primary
- setExpanded(ExpandedMapEntryKey, ExpandedMapEntry) - Method in class org.bedework.timezones.common.AbstractCachedData
- setExpanded(ExpandedMapEntryKey, ExpandedMapEntry) - Method in interface org.bedework.timezones.common.CachedData
- setId(long) - Method in class org.bedework.timezones.common.db.TzDbentity
- setLang(String) - Method in class org.bedework.timezones.common.db.LocalizedString
-
Set the lang
- setName(String) - Method in class org.bedework.timezones.common.db.TzDbSpec
- setPrimaryServer(boolean) - Method in interface org.bedework.timezones.common.TzConfig
-
Are we a primary server?
- setPrimaryServer(boolean) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Are we a primary server?
- setPrimaryServer(boolean) - Method in class org.bedework.timezones.service.TzConf
- setPrimaryUrl(String) - Method in interface org.bedework.timezones.common.TzConfig
-
Primary url
- setPrimaryUrl(String) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Url for the primary server.
- setPrimaryUrl(String) - Method in class org.bedework.timezones.service.TzConf
- setProdid(String) - Static method in class org.bedework.timezones.common.TzServerUtil
- setRefreshDelay(long) - Method in interface org.bedework.timezones.common.TzConfig
-
Refresh interval - seconds
- setRefreshDelay(long) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Refresh delay - seconds
- setRefreshDelay(long) - Method in class org.bedework.timezones.service.TzConf
- setSeq(int) - Method in class org.bedework.timezones.common.db.TzDbentity
-
Set the seq for this entity
- setSource(String) - Method in class org.bedework.timezones.common.db.TzDbSpec
-
Source of the timezone - a url
- setSource(String) - Method in interface org.bedework.timezones.common.TzConfig
- setSource(String) - Method in class org.bedework.timezones.common.TzConfigImpl
- setSource(String) - Method in class org.bedework.timezones.service.TzConf
- setStatusCode(int) - Method in class org.bedework.timezones.common.TzException
-
Set the status
- setTargetId(String) - Method in class org.bedework.timezones.common.db.TzAlias
-
set the target id
- setTzConfigHolder(ConfigHolder<TzConfigImpl>) - Static method in class org.bedework.timezones.common.TzServerUtil
- setTzdataUrl(String) - Method in interface org.bedework.timezones.common.TzConfig
-
Tzdata url
- setTzdataUrl(String) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Location of the (backup) zip file.
- setTzdataUrl(String) - Method in class org.bedework.timezones.service.TzConf
- setValue(String) - Method in class org.bedework.timezones.common.db.LocalizedString
-
Set the value
- setVersion(String) - Method in interface org.bedework.timezones.common.TzConfig
- setVersion(String) - Method in class org.bedework.timezones.common.TzConfigImpl
- setVersion(String) - Method in class org.bedework.timezones.service.TzConf
- setVtimezone(String) - Method in class org.bedework.timezones.common.db.TzDbSpec
- Stat - Class in org.bedework.timezones.common
-
Provide a way to get named values.
- Stat(String, String) - Constructor for class org.bedework.timezones.common.Stat
- Stat(String, String, String) - Constructor for class org.bedework.timezones.common.Stat
- stop() - Method in interface org.bedework.timezones.common.CachedData
-
Stop any running threads.
- stop() - Method in class org.bedework.timezones.common.db.AbstractDb
- stop() - Method in class org.bedework.timezones.common.FileCachedData
- stop() - Method in class org.bedework.timezones.common.TzServerUtil
-
Stop any running threads.
- stop() - Method in class org.bedework.timezones.common.ZipCachedData
T
- toShortString() - Method in class org.bedework.timezones.common.Differ.DiffListEntry
- toString() - Method in class org.bedework.timezones.common.db.TzDbentity
- toString() - Method in class org.bedework.timezones.common.ExpandedMapEntry
- toString() - Method in class org.bedework.timezones.common.ExpandedMapEntryKey
- toString() - Method in class org.bedework.timezones.common.Stat
- toStringSegment(StringBuilder, boolean, String) - Method in class org.bedework.timezones.common.Differ.DiffListEntry
-
Add our stuff to the StringBuilder
- toStringSegment(ToString) - Method in class org.bedework.timezones.common.db.LocalizedString
- toStringSegment(ToString) - Method in class org.bedework.timezones.common.db.TzAlias
- toStringSegment(ToString) - Method in class org.bedework.timezones.common.db.TzDbentity
-
Add our stuff to the ToString builder
- toStringSegment(ToString) - Method in class org.bedework.timezones.common.db.TzDbSpec
- toStringSegment(ToString) - Method in class org.bedework.timezones.common.TzConfigImpl
-
Add our stuff to the StringBuilder
- TzAlias - Class in org.bedework.timezones.common.db
-
.
- TzAlias() - Constructor for class org.bedework.timezones.common.db.TzAlias
-
Constructor for jackson
- TzAlias(String, String) - Constructor for class org.bedework.timezones.common.db.TzAlias
-
Constructor
- TzConf - Class in org.bedework.timezones.service
- TzConf() - Constructor for class org.bedework.timezones.service.TzConf
- TzConfig - Interface in org.bedework.timezones.common
-
This interface defines the various properties we need for a timezone server
- TzConfigImpl - Class in org.bedework.timezones.common
-
This class defines the various properties we need for a carddav server
- TzConfigImpl() - Constructor for class org.bedework.timezones.common.TzConfigImpl
- TzConfMBean - Interface in org.bedework.timezones.service
-
Run the timezones service
- TzDbentity<T extends TzDbentity> - Class in org.bedework.timezones.common.db
-
Base type for a database entity.
- TzDbentity() - Constructor for class org.bedework.timezones.common.db.TzDbentity
- TzDbSpec - Class in org.bedework.timezones.common.db
-
Type for db info.
- TzDbSpec() - Constructor for class org.bedework.timezones.common.db.TzDbSpec
- TzEntry() - Constructor for class org.bedework.timezones.common.db.AbstractDb.TzEntry
- TzException - Class in org.bedework.timezones.common
-
Base exception thrown by tz classes
- TzException(int) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- TzException(int, String) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- TzException(int, QName) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- TzException(int, QName, String) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- TzException(String) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- TzException(Throwable) - Constructor for class org.bedework.timezones.common.TzException
-
Constructor
- tzid - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
Tzid changed
- TzServerUtil - Class in org.bedework.timezones.common
-
Common code for the timezone service.
- tzSpec - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
The spec
U
- unsaved() - Method in class org.bedework.timezones.common.db.TzDbentity
- update(LocalizedString) - Method in class org.bedework.timezones.common.db.LocalizedString
-
Figure out what's different and update it.
- updateData(String) - Static method in class org.bedework.timezones.common.TzServerUtil
-
Compare data pointed to by tzdataUrl with the given data then update.
- updateData(String) - Method in class org.bedework.timezones.service.TzConf
- updateData(String) - Method in interface org.bedework.timezones.service.TzConfMBean
-
Update the data from the data at the given url
- updateData(String, List<Differ.DiffListEntry>) - Method in interface org.bedework.timezones.common.CachedData
-
Update the stored data using the given update list.
- updateData(String, List<Differ.DiffListEntry>) - Method in class org.bedework.timezones.common.db.AbstractDb
- updateData(String, List<Differ.DiffListEntry>) - Method in class org.bedework.timezones.common.FileCachedData
- updateData(String, List<Differ.DiffListEntry>) - Method in class org.bedework.timezones.common.ZipCachedData
- UpdateThread(String) - Constructor for class org.bedework.timezones.common.db.AbstractDb.UpdateThread
V
- vtzFromCal(Calendar) - Method in class org.bedework.timezones.common.AbstractCachedData
X
- xcal - Variable in class org.bedework.timezones.common.Differ.DiffListEntry
-
The XML spec
Z
- ZipCachedData - Class in org.bedework.timezones.common
-
Cached data affected by the source data.
- ZipCachedData(TzConfig) - Constructor for class org.bedework.timezones.common.ZipCachedData
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form