Uses of Package
ca.cbc.sportwire.util

Packages that use ca.cbc.sportwire.util
ca.cbc.sportwire.feed   
ca.cbc.sportwire.servlet   
ca.cbc.sportwire.servlet.data   
ca.cbc.sportwire.util   
 

Classes in ca.cbc.sportwire.util used by ca.cbc.sportwire.feed
RegexMap
          RegexMap.java: A Map class that is created from an array of three-part strings key,pattern,replacement to produce a map of key values to Perl5 pattern/replacement pairs (remember that the commas must be escaped in the property file!)
 

Classes in ca.cbc.sportwire.util used by ca.cbc.sportwire.servlet
MRUCacheMap
          MRUCacheMap.java:
TTLCacheMap
          TTLCacheMap.java: non-synchronized Map which runs an independent thread to remove expired items.
 

Classes in ca.cbc.sportwire.util used by ca.cbc.sportwire.servlet.data
JdbcConnections
          JdbcConnections.java: offers connection pools as a global object by implementing the pool server as a singleton.
PeriodicData
          PeriodicData.java: Base class for all periodically refreshed or expired data times.
Stoppable
          Stoppable: for the TTLCacheMap to detect that the object should be stopped before it is destroyed.
TTLCacheMap
          TTLCacheMap.java: non-synchronized Map which runs an independent thread to remove expired items.
 

Classes in ca.cbc.sportwire.util used by ca.cbc.sportwire.util
JdbcConnections
          JdbcConnections.java: offers connection pools as a global object by implementing the pool server as a singleton.
PathUtil
          PathString: Static operations for manipulating file paths for the Sportwire
PeriodicData
          PeriodicData.java: Base class for all periodically refreshed or expired data times.
RegexMap
          RegexMap.java: A Map class that is created from an array of three-part strings key,pattern,replacement to produce a map of key values to Perl5 pattern/replacement pairs (remember that the commas must be escaped in the property file!)
Stoppable
          Stoppable: for the TTLCacheMap to detect that the object should be stopped before it is destroyed.
Text2XML
          Text2XML provides an ASCII-to-XML filter to transform a flat ASCII String or Stream into a tag-delimited XML which can be later transformed into HTML for pretty-printing on a website.
TTLCacheMap
          TTLCacheMap.java: non-synchronized Map which runs an independent thread to remove expired items.
TTLCacheMap.TTLEntry
          Class TTLEntry: