C D E F G H I L M N O P R S T U V W

C

CleanLocalRepository - Class in org.hackystat.utilities.ivy
Removes all but most recently published files from the Hackystat local repository.
CleanLocalRepository() - Constructor for class org.hackystat.utilities.ivy.CleanLocalRepository
 
clear() - Method in class org.hackystat.utilities.uricache.UriCache
Removes everything in the default cache, but not any of the group caches.
clearAll() - Method in class org.hackystat.utilities.uricache.UriCache
Clears the default as well as all group caches.
clearGroup(String) - Method in class org.hackystat.utilities.uricache.UriCache
Removes everything in the specified group.
compare(XMLGregorianCalendar, XMLGregorianCalendar) - Method in class org.hackystat.utilities.tstamp.TstampComparator
Compares the two instances.
compareTo(Object) - Method in class org.hackystat.utilities.time.period.Day
Compares two Day objects.
compareTo(Object) - Method in class org.hackystat.utilities.time.period.Month
Compares two Month instances.
compareTo(Object) - Method in class org.hackystat.utilities.time.period.Week
Compares two Week objects.

D

Day - Class in org.hackystat.utilities.time.period
Provides a "cousin" of Date that represents only year, month, and day information.
DayInterval - Class in org.hackystat.utilities.time.interval
Represents an interval as a set of Days.
DayInterval(String, String, String, String, String, String) - Constructor for class org.hackystat.utilities.time.interval.DayInterval
Instantiates DayInterval with start day and end day.
DayInterval(Day, Day) - Constructor for class org.hackystat.utilities.time.interval.DayInterval
Instantiates DayInterval with start day and end day.
DayInterval(XMLGregorianCalendar, XMLGregorianCalendar) - Constructor for class org.hackystat.utilities.time.interval.DayInterval
Instantiates DayInterval with start day and end day.
DayIterator - Class in org.hackystat.utilities.time.interval
Provides an iterator over Day instances.
DayIterator(DayInterval) - Constructor for class org.hackystat.utilities.time.interval.DayIterator
Creates a day iterator over the interval.
daysBetween(Day, Day) - Static method in class org.hackystat.utilities.time.period.Day
Returns the number of days (positive or negative) between day1 and day2.
daysBetween(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns the number of days between time1 and time2.
dec() - Method in class org.hackystat.utilities.time.period.Month
Returns the Month instance prior to this Month.
dec() - Method in class org.hackystat.utilities.time.period.Week
Returns a new Week instance representing the previous Week.
diff(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns differences between time1 and time2 in milliseconds.
disableLogging() - Static method in class org.hackystat.utilities.logger.RestletLoggerUtil
Disables all Restlet-based loggers unless the property dont.disable.restlet.loggers has the value "true".
dispose(String) - Static method in class org.hackystat.utilities.uricache.UriCache
Shuts down the specified cache, and removes it from the list of active caches so it can be created again.

E

equal(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if time1 equals time2.
equals(Object) - Method in class org.hackystat.utilities.time.interval.DayInterval
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hackystat.utilities.time.interval.MonthInterval
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hackystat.utilities.time.interval.WeekInterval
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hackystat.utilities.time.period.Day
Two Day instances are equal() iff they have equal year, month, and day fields.
equals(Object) - Method in class org.hackystat.utilities.time.period.Month
Returns true if the passed object is a month and is equal to this Month.
equals(Object) - Method in class org.hackystat.utilities.time.period.Week
Returns true if the passed object is a Week and is equal to this Week.

F

format(LogRecord) - Method in class org.hackystat.utilities.logger.OneLineFormatter
Formats the passed log string as a single line.

G

get(Serializable) - Method in class org.hackystat.utilities.uricache.UriCache
Returns the object associated with key from the cache, or null if not found.
getCurrentDay() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets current day string.
getCurrentMonth() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets current month value.
getCurrentWeek() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets current week string.
getCurrentYear() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets current year value in the year options.
getDate() - Method in class org.hackystat.utilities.time.period.Day
Returns a freshly created Date object that corresponds to the current day.
getDay(String, String, String) - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Get day object from year, month and day strings.
getDayOptions() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets map of days.
getDays() - Method in class org.hackystat.utilities.time.period.Month
Returns a list of Day instances from the first Day to the last Day in this Month.
getDays() - Method in class org.hackystat.utilities.time.period.Week
Returns a list with the seven Day instances in this Week.
getDayString() - Method in class org.hackystat.utilities.time.period.Day
Returns a two character string representing this Day's day (00-31).
getDefaultProjectEndTime() - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns the end time for the Default project, which is five years after today.
getDefaultProjectStartTime() - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns the start time for the Default project, which is 2000-01-01.
getEndDay() - Method in class org.hackystat.utilities.time.interval.DayInterval
Gets the end day of this interval.
getEndMonth() - Method in class org.hackystat.utilities.time.interval.MonthInterval
Gets the end month.
getEndWeek() - Method in class org.hackystat.utilities.time.interval.WeekInterval
Gets end week.
getFirstDay() - Method in class org.hackystat.utilities.time.period.Day
Returns the "first" day in the TimePeriod.
getFirstDay() - Method in class org.hackystat.utilities.time.period.Month
Returns the first Day instance associated with this Month.
getFirstDay() - Method in interface org.hackystat.utilities.time.period.TimePeriod
Returns the first day in this TimePeriod.
getFirstDay() - Method in class org.hackystat.utilities.time.period.Week
Gets first day of this Week, always a Sunday.
getFirstTickOfTheDay() - Method in class org.hackystat.utilities.time.period.Day
Gets the first tick of the day.
getFirstWeekInMonth() - Method in class org.hackystat.utilities.time.period.Month
Returns the Week instance associated with the first day in this Month.
getFromGroup(Serializable, String) - Method in class org.hackystat.utilities.uricache.UriCache
Implements group-based retrieval of cache elements.
getGroupKeys(String) - Method in class org.hackystat.utilities.uricache.UriCache
Returns the set of cache keys associated with this group.
getGroupSize(String) - Method in class org.hackystat.utilities.uricache.UriCache
Returns the current number of elements in this cache group.
getHome() - Static method in class org.hackystat.utilities.home.HackystatUserHome
Return a File instance representing the desired location of the .hackystat directory.
getInstance() - Static method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets the singleton interval utility class.
getInstance() - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to today.
getInstance(long) - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to the day associated with timestamp.
getInstance(Date) - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to the passed Date.
getInstance(int, int, int) - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to the passed year, month, and day.
getInstance(String) - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to the passed date in dd-MMM-yyyy format.
getInstance(XMLGregorianCalendar) - Static method in class org.hackystat.utilities.time.period.Day
Returns a Day instance associated with this passed XMLGregorianCalendar.
getIntervalType() - Method in class org.hackystat.utilities.time.interval.Interval
Gets interval type.
getKeys() - Method in class org.hackystat.utilities.uricache.UriCache
Returns the set of keys associated with this cache.
getLastDay() - Method in class org.hackystat.utilities.time.period.Month
Returns the last Day instance associated with this Month.
getLastDay() - Method in class org.hackystat.utilities.time.period.Week
Gets the last day of this Week, always a Saturday.
getLastTickOfTheDay() - Method in class org.hackystat.utilities.time.period.Day
Gets the last tick of the day.
getLastWeekInMonth() - Method in class org.hackystat.utilities.time.period.Month
Returns the Week instance associated with the last Day of this Month.
getLogger(String) - Static method in class org.hackystat.utilities.logger.HackystatLogger
Return the Hackystat Logger named with loggerName, creating it if it does not yet exist.
getLogger(String, String) - Static method in class org.hackystat.utilities.logger.HackystatLogger
Return the Hackystat Logger named with loggerName, creating it if it does not yet exist.
getLogger(String, String, boolean) - Static method in class org.hackystat.utilities.logger.HackystatLogger
Return the Hackystat Logger named with loggerName, creating it if it does not yet exist.
getMediumMonthString() - Method in class org.hackystat.utilities.time.period.Day
Returns a three character string representing this Day's month, e.g.
getMonth() - Method in class org.hackystat.utilities.time.period.Month
Returns the zero-based month associated with this Month.
getMonthOptions() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets map of months.
getMonthString() - Method in class org.hackystat.utilities.time.period.Day
Returns a two character string representing this Day's month (01-12).
getNumOfDays() - Method in class org.hackystat.utilities.time.period.Month
Returns the number of days in this Month.
getSimpleDayString() - Method in class org.hackystat.utilities.time.period.Day
Gets the simple date string in 2004-03-25 format.
getStartDay() - Method in class org.hackystat.utilities.time.interval.DayInterval
Gets the start day of this interval.
getStartMonth() - Method in class org.hackystat.utilities.time.interval.MonthInterval
Gets start month.
getStartWeek() - Method in class org.hackystat.utilities.time.interval.WeekInterval
Gets start week.
getUniqueTstamp(long) - Method in class org.hackystat.utilities.tstamp.TstampSet
Return a new unique timestamp based upon the passed timestamp.
getWeek(String) - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Returns a Week instance given a week string.
getWeekOptions() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets map of weeks.
getWeekRepresentation() - Method in class org.hackystat.utilities.time.period.Week
Returns a String representation of this Week.
getYear() - Method in class org.hackystat.utilities.time.period.Month
Returns the year associated with this Month.
getYearOptions() - Method in class org.hackystat.utilities.time.interval.IntervalUtility
Gets map of years.
getYearString() - Method in class org.hackystat.utilities.time.period.Day
Returns a four character string representing this Day's year (2000, etc.).
greaterThan(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if time1 > time2.
greaterThan(String, String) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if timeString1 > timeString2.

H

HackystatLogger - Class in org.hackystat.utilities.logger
Supports logging of informational and error messages by a service.
HackystatUserHome - Class in org.hackystat.utilities.home
Provides a utility that returns the desired location of the dot-hackystat directory.
hashCode() - Method in class org.hackystat.utilities.time.interval.DayInterval
Gets the hash code.
hashCode() - Method in class org.hackystat.utilities.time.interval.MonthInterval
Gets the hash code.
hashCode() - Method in class org.hackystat.utilities.time.interval.WeekInterval
Gets the hash code.
hashCode() - Method in class org.hackystat.utilities.time.period.Day
Compute the hashcode following recommendations in "Effective Java".
hashCode() - Method in class org.hackystat.utilities.time.period.Month
Hash code of this Month.
hashCode() - Method in class org.hackystat.utilities.time.period.Week
Calculate the hashcode for this Week.
hasNext() - Method in class org.hackystat.utilities.time.interval.DayIterator
Whether it is still inside the day interval.
hasNext() - Method in class org.hackystat.utilities.time.interval.MonthIterator
If it is before the end month it will be a good one.
hasNext() - Method in class org.hackystat.utilities.time.interval.WeekIterator
Whether it is still inside the day interval.

I

IllegalIntervalException - Exception in org.hackystat.utilities.time.interval
Throws exception when end period of the interval is earlier than the start interval period.
IllegalIntervalException(String, Throwable) - Constructor for exception org.hackystat.utilities.time.interval.IllegalIntervalException
Thrown when selected interval is not valid.
IllegalIntervalException(String) - Constructor for exception org.hackystat.utilities.time.interval.IllegalIntervalException
Thrown when selected interval is not valid.
inBetween(XMLGregorianCalendar, XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if tstamp is equal to or between start and end.
inc(int) - Method in class org.hackystat.utilities.time.period.Day
Returns a Day instance corresponding to a day plus or minus increment days in the future or past.
inc() - Method in class org.hackystat.utilities.time.period.Month
Returns the Month instance after this Month.
inc() - Method in class org.hackystat.utilities.time.period.Week
Returns a new Week instance representing the next Week.
incrementDays(XMLGregorianCalendar, int) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new XMLGregorianCalendar corresponding to the passed tstamp incremented by the number of days.
incrementHours(XMLGregorianCalendar, int) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new XMLGregorianCalendar corresponding to the passed tstamp incremented by the number of hours.
incrementMilliseconds(XMLGregorianCalendar, long) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new XMLGregorianCalendar corresponding to the passed tstamp incremented by the number of milliseconds.
incrementMinutes(XMLGregorianCalendar, int) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new XMLGregorianCalendar corresponding to the passed tstamp incremented by the number of minutes.
incrementSeconds(XMLGregorianCalendar, int) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new XMLGregorianCalendar corresponding to the passed tstamp incremented by the number of seconds.
Interval - Class in org.hackystat.utilities.time.interval
Provides a general interval type.
Interval(String) - Constructor for class org.hackystat.utilities.time.interval.Interval
Instantiates an interval object.
IntervalUtility - Class in org.hackystat.utilities.time.interval
Provides support for constants and methods in the interval selector.
isBefore(Day) - Method in class org.hackystat.utilities.time.period.Day
Returns true if this Day preceeds the passed Day, false if the two Days are equal or this day comes after the passed Day.
isBogusStartTime(XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
In the early days of Hackystat, default project start times were 1000-01-01.
isDailyInterval() - Method in class org.hackystat.utilities.time.interval.Interval
Whether this interval is a daily interval type.
isMonthlyInterval() - Method in class org.hackystat.utilities.time.interval.Interval
Whether this interval is a month interval type.
isTimestamp(String) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if the passed string can be parsed into an XMLGregorianCalendar object.
isTodayOrLater(XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if the passed timestamp indicates some time today or some time in the future.
isValid(String) - Static method in class org.hackystat.utilities.email.ValidateEmailSyntax
Returns true if the email appears to be valid.
isWeeklyInterval() - Method in class org.hackystat.utilities.time.interval.Interval
Whether this interval is a week interval type.
isYesterdayOrLater(XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if the passed timestamp indicates some time yesterday or some time in the future.
iterator() - Method in class org.hackystat.utilities.time.interval.DayInterval
Returns an iterator over the days in this interval.
iterator() - Method in class org.hackystat.utilities.time.interval.Interval
Gets iterator over the interval.
iterator() - Method in class org.hackystat.utilities.time.interval.MonthInterval
Gets the iterator over the month interval.
iterator() - Method in class org.hackystat.utilities.time.interval.WeekInterval
Gets the iterator over the week period.

L

lessThan(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns true if time1 < time2.

M

main(String[]) - Static method in class org.hackystat.utilities.ivy.CleanLocalRepository
Runs the program.
makeTimestamp(String) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns an XMLGregorianCalendar, given its string representation.
makeTimestamp(Timestamp) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Converts a javax.sql.Timestamp into a javax.xml.datatype.XMLGregorianCalendar.
makeTimestamp(long) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Converts the specified time in milliseconds into a javax.xml.datatype.XMLGregorianCalendar.
makeTimestamp(Day) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Converts the specified Day into a javax.xml.datatype.XMLGregorianCalendar.
makeTimestamp(XMLGregorianCalendar) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a new java.sql.Timestamp created from a javax.xml.datatype.XMLGregorianCalendar.
makeTimestamp() - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns an XMLGregorianCalendar corresponding to the current time.
Month - Class in org.hackystat.utilities.time.period
Provides the Month abstract data type, which represents the collection of Week and Day instances in a given month.
Month(int, int) - Constructor for class org.hackystat.utilities.time.period.Month
Creates a Month instance for the given year and month.
Month(XMLGregorianCalendar) - Constructor for class org.hackystat.utilities.time.period.Month
Returns the Month instance corresponding to the passed XMLGregorianCalendar instance.
MonthInterval - Class in org.hackystat.utilities.time.interval
Provides month interval type.
MonthInterval(String, String, String, String) - Constructor for class org.hackystat.utilities.time.interval.MonthInterval
Creates a MonthInterval object with start month and end month.
MonthInterval(XMLGregorianCalendar, XMLGregorianCalendar) - Constructor for class org.hackystat.utilities.time.interval.MonthInterval
Creates a MonthInterval object with start month and end month.
MonthIterator - Class in org.hackystat.utilities.time.interval
Defines iterator for month interval.
MonthIterator(MonthInterval) - Constructor for class org.hackystat.utilities.time.interval.MonthIterator
Creates an iterator.

N

next() - Method in class org.hackystat.utilities.time.interval.DayIterator
Gets the next day.
next() - Method in class org.hackystat.utilities.time.interval.MonthIterator
Gets the next month.
next() - Method in class org.hackystat.utilities.time.interval.WeekIterator
Gets the next day.

O

OneLineFormatter - Class in org.hackystat.utilities.logger
Provides a one line formatter for use with Hackystat logging.
OneLineFormatter() - Constructor for class org.hackystat.utilities.logger.OneLineFormatter
Default constructor that enables the date stamp and new line.
OneLineFormatter(boolean) - Constructor for class org.hackystat.utilities.logger.OneLineFormatter
One line format string with optional date stamp.
OneLineFormatter(boolean, boolean) - Constructor for class org.hackystat.utilities.logger.OneLineFormatter
One line format string with optional date stamp and optional newline.
org.hackystat.utilities.email - package org.hackystat.utilities.email
Provides a utility for checking the validity of email addresses.
org.hackystat.utilities.home - package org.hackystat.utilities.home
Provides a utility for finding the hackystat "home" directory where the .hackystat directory should live.
org.hackystat.utilities.ivy - package org.hackystat.utilities.ivy
Provides a utility for garbage collecting the local Ivy Hackystat repository.
org.hackystat.utilities.logger - package org.hackystat.utilities.logger
Provides a Logger for Hackystat services.
org.hackystat.utilities.stacktrace - package org.hackystat.utilities.stacktrace
Provides a simple class for converting stack traces to strings.
org.hackystat.utilities.time.interval - package org.hackystat.utilities.time.interval
Provides the Interval abstraction, which allows the user to specify time intervals at the grain-size of Days, Weeks, or Months.
org.hackystat.utilities.time.period - package org.hackystat.utilities.time.period
Provides abstractions for Days, Weeks, and Months.
org.hackystat.utilities.tstamp - package org.hackystat.utilities.tstamp
Provides classes to facilitate manipulation of timestamps.
org.hackystat.utilities.uricache - package org.hackystat.utilities.uricache
Provides classes to facilitate URI caching.

P

put(Serializable, Serializable) - Method in class org.hackystat.utilities.uricache.UriCache
Adds the key-value pair to this cache.
put(Serializable, Serializable, double) - Method in class org.hackystat.utilities.uricache.UriCache
Adds the key-value pair to this cache with an explicit expiration time.
putInGroup(Serializable, String, Serializable) - Method in class org.hackystat.utilities.uricache.UriCache
Implements group-based addition of cache elements.

R

remove() - Method in class org.hackystat.utilities.time.interval.DayIterator
Required for iterator().
remove() - Method in class org.hackystat.utilities.time.interval.MonthIterator
Required for iterator().
remove() - Method in class org.hackystat.utilities.time.interval.WeekIterator
Required for iterator().
remove(Serializable) - Method in class org.hackystat.utilities.uricache.UriCache
Ensures that the key-value pair associated with key is no longer in this cache.
removeFromGroup(Serializable, String) - Method in class org.hackystat.utilities.uricache.UriCache
Implements group-based removal of cache elements.
RestletLoggerUtil - Class in org.hackystat.utilities.logger
Provides a convenience method for Restlet logging that adjusts the output Handlers.

S

setLoggingLevel(Logger, String) - Static method in class org.hackystat.utilities.logger.HackystatLogger
Sets the logging level to be used for this Hackystat logger.
setLoggingLevel(String) - Method in class org.hackystat.utilities.uricache.UriCache
Sets the logging level for this logger to level.
size() - Method in class org.hackystat.utilities.uricache.UriCache
Returns the current number of elements in this cache.
sort(Collection<XMLGregorianCalendar>) - Static method in class org.hackystat.utilities.tstamp.Tstamp
Returns a newly created sorted list of tstamps from the passed collection.
StackTrace - Class in org.hackystat.utilities.stacktrace
Provides a simple solution to the common problem of obtaining a String containing the stack trace produced by an exception.

T

testCurrentDayValue() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests current day.
testCurrentMonthValue() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests current month.
testCurrentWeekValue() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests current week.
testCurrentYearValue() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests current year value.
TestDay - Class in org.hackystat.utilities.time.period
Tests the Day implementation.
TestDay() - Constructor for class org.hackystat.utilities.time.period.TestDay
 
testDay() - Method in class org.hackystat.utilities.time.period.TestDay
Test the APIs of day object.
TestDayInterval - Class in org.hackystat.utilities.time.interval
Tests the interval class.
TestDayInterval() - Constructor for class org.hackystat.utilities.time.interval.TestDayInterval
 
testDayInterval() - Method in class org.hackystat.utilities.time.interval.TestDayInterval
Test day interval.
testDaylightSavingsIssues() - Method in class org.hackystat.utilities.time.period.TestDay
Tests the day light savings issue associated with getting a day.
testDayOptions() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests day options.
testDayParser() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests the day parser.
testDaysBetween() - Method in class org.hackystat.utilities.tstamp.TestTstamp
Test to make sure that the daysBetween method works correctly.
testDayWeekInterval() - Method in class org.hackystat.utilities.time.interval.TestWeekInterval
Tests week interval constructor with single day.
testDiskCache() - Method in class org.hackystat.utilities.uricache.TestUriCache
Test use of disk cache.
testDisposeCache() - Method in class org.hackystat.utilities.uricache.TestUriCache
Test simple cache put and get.
testElementExpiration() - Method in class org.hackystat.utilities.uricache.TestUriCache
Test that we can expire elements from the cache.
testEmail() - Method in class org.hackystat.utilities.email.TestValidateEmailSyntax
Tests the hackystat user home definition facility.
testGetFirstTickOfTheDay() - Method in class org.hackystat.utilities.time.period.TestDay
Tests getFirstTickOfTheDay and getLastTickOfTheDay method.
testGroupedElementsCache() - Method in class org.hackystat.utilities.uricache.TestUriCache
Tests addition and deletion of grouped cache entries.
TestHackystatLogger - Class in org.hackystat.utilities.logger
Tests the HackystatLogger class.
TestHackystatLogger() - Constructor for class org.hackystat.utilities.logger.TestHackystatLogger
 
TestHackystatUserHome - Class in org.hackystat.utilities.home
Tests the HackystatUserHome class.
TestHackystatUserHome() - Constructor for class org.hackystat.utilities.home.TestHackystatUserHome
 
testHierarchicalKeyCacheRemoval() - Method in class org.hackystat.utilities.uricache.TestUriCache
Tests addition and deletion of hierarchical cache entries.
testHome() - Method in class org.hackystat.utilities.home.TestHackystatUserHome
Tests the hackystat user home definition facility.
TestIntervalUtility - Class in org.hackystat.utilities.time.interval
Tests the IntervalUtility class.
TestIntervalUtility() - Constructor for class org.hackystat.utilities.time.interval.TestIntervalUtility
 
testLogging() - Method in class org.hackystat.utilities.logger.TestHackystatLogger
Tests the logger.
TestMonth - Class in org.hackystat.utilities.time.period
Tests the Month and Months implementations.
TestMonth() - Constructor for class org.hackystat.utilities.time.period.TestMonth
 
testMonth() - Method in class org.hackystat.utilities.time.period.TestMonth
Test month constructor and operation.
testMonth2() - Method in class org.hackystat.utilities.time.period.TestMonth
Tests month metods.
TestMonthInterval - Class in org.hackystat.utilities.time.interval
Tests month interval.
TestMonthInterval() - Constructor for class org.hackystat.utilities.time.interval.TestMonthInterval
 
testMonthInterval() - Method in class org.hackystat.utilities.time.interval.TestMonthInterval
Tests the month interval.
testMonthOptions() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests month options.
testMonths() - Method in class org.hackystat.utilities.time.period.TestMonth
Test month collection.
testOrLater() - Method in class org.hackystat.utilities.tstamp.TestTstamp
Test to make sure that the is* methods work OK.
testSet() - Method in class org.hackystat.utilities.tstamp.TestTstampSet
Tests the tstampset.
testSimpleCache() - Method in class org.hackystat.utilities.uricache.TestUriCache
Test simple cache put and get.
testSingleton() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Test the singleton instance implementation.
testSorting() - Method in class org.hackystat.utilities.tstamp.TestTstamp
Tests that the sort() method works.
TestStackTrace - Class in org.hackystat.utilities.stacktrace
Tests the Stack Trace class.
TestStackTrace() - Constructor for class org.hackystat.utilities.stacktrace.TestStackTrace
 
testStackTrace() - Method in class org.hackystat.utilities.stacktrace.TestStackTrace
Tests the Stack Tracing.
TestTstamp - Class in org.hackystat.utilities.tstamp
Tests the Tstamp class.
TestTstamp() - Constructor for class org.hackystat.utilities.tstamp.TestTstamp
 
testTstampArithmetic() - Method in class org.hackystat.utilities.tstamp.TestTstamp
Tests the Tstamp class.
TestTstampSet - Class in org.hackystat.utilities.tstamp
Tests the TstampSet class.
TestTstampSet() - Constructor for class org.hackystat.utilities.tstamp.TestTstampSet
 
testTstampSpan() - Method in class org.hackystat.utilities.tstamp.TestTstamp
Tests time span.
TestUriCache - Class in org.hackystat.utilities.uricache
Tests the UriCache class.
TestUriCache() - Constructor for class org.hackystat.utilities.uricache.TestUriCache
 
TestValidateEmailSyntax - Class in org.hackystat.utilities.email
Tests the ValidateEmailSyntax class.
TestValidateEmailSyntax() - Constructor for class org.hackystat.utilities.email.TestValidateEmailSyntax
 
TestWeek - Class in org.hackystat.utilities.time.period
Tests the Week implementation.
TestWeek() - Constructor for class org.hackystat.utilities.time.period.TestWeek
 
testWeek() - Method in class org.hackystat.utilities.time.period.TestWeek
Test week constructor.
testWeek2() - Method in class org.hackystat.utilities.time.period.TestWeek
Test week methods.
TestWeekInterval - Class in org.hackystat.utilities.time.interval
Tests week interval.
TestWeekInterval() - Constructor for class org.hackystat.utilities.time.interval.TestWeekInterval
 
testWeekInterval() - Method in class org.hackystat.utilities.time.interval.TestWeekInterval
Tests week interval type.
testWeekOptions() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests week options.
testWeekParser() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests the week parser.
testWeeks() - Method in class org.hackystat.utilities.time.period.TestWeek
Tests days in this week.
testXmlMonth() - Method in class org.hackystat.utilities.time.period.TestMonth
Test the XMLGregorianCalendar constructor.
testYearOptions() - Method in class org.hackystat.utilities.time.interval.TestIntervalUtility
Tests year options.
TimePeriod - Interface in org.hackystat.utilities.time.period
Tag interface for Day, Week, Month objects.
toString(Throwable) - Static method in class org.hackystat.utilities.stacktrace.StackTrace
Converts the Throwable.getStackTrace to a String representation for logging.
toString() - Method in class org.hackystat.utilities.time.interval.DayInterval
String representation of this interval.
toString() - Method in class org.hackystat.utilities.time.interval.MonthInterval
String representation of the MonthInterval object.
toString() - Method in class org.hackystat.utilities.time.interval.WeekInterval
String representaiton of the WeekInterval object.
toString() - Method in class org.hackystat.utilities.time.period.Day
Returns this Day instance in YYYY-MM-DD format.
toString() - Method in class org.hackystat.utilities.time.period.Month
String representation of this Month.
toString() - Method in class org.hackystat.utilities.time.period.Week
First day of the week is chosen to represent the week in toString().
Tstamp - Class in org.hackystat.utilities.tstamp
Utility class that facilitates Timestamp representation and processing.
TstampComparator - Class in org.hackystat.utilities.tstamp
Implements a comparator for XMLGregorianCalendar instances consistent with the Tstamp operations.
TstampComparator() - Constructor for class org.hackystat.utilities.tstamp.TstampComparator
 
TstampSet - Class in org.hackystat.utilities.tstamp
Provides a way to guarantee unique timestamps by keeping track of the old ones and incrementing the millisecond field as needed to create a unique one.
TstampSet() - Constructor for class org.hackystat.utilities.tstamp.TstampSet
Create a new TstampSet, which is initialized with no knowledge of prior timestamps.

U

UriCache - Class in org.hackystat.utilities.uricache
Provides a wrapper around Apache JCS (Java Caching System) to facilitate Hackystat caching.
UriCache(String, String) - Constructor for class org.hackystat.utilities.uricache.UriCache
Creates a new UriCache instance with the specified name.
UriCache(String, String, Double, Long) - Constructor for class org.hackystat.utilities.uricache.UriCache
Creates a new UriCache with the specified parameters.
useFileHandler(String) - Static method in class org.hackystat.utilities.logger.RestletLoggerUtil
Deprecated. 

V

ValidateEmailSyntax - Class in org.hackystat.utilities.email
Validate syntax of email addresses.

W

Week - Class in org.hackystat.utilities.time.period
Provides a representation for seven Day instances where the first Day is always a Sunday and the last Day is always the following Saturday.
Week() - Constructor for class org.hackystat.utilities.time.period.Week
Create a Week instance that starts on Sunday and ends on Saturday and that includes today.
Week(Date) - Constructor for class org.hackystat.utilities.time.period.Week
Create a Week instance that includes the passed date.
Week(Day) - Constructor for class org.hackystat.utilities.time.period.Week
Creates a Week instance that starts on Sunday and ends on Saturday and that includes the passed day.
Week(XMLGregorianCalendar) - Constructor for class org.hackystat.utilities.time.period.Week
Creates a week instance starting on Sunday and ending on Saturday that includes the passed Day.
WeekInterval - Class in org.hackystat.utilities.time.interval
Provides week interval.
WeekInterval(String, String) - Constructor for class org.hackystat.utilities.time.interval.WeekInterval
Creates a WeekInterval object with start and end information.
WeekInterval(XMLGregorianCalendar, XMLGregorianCalendar) - Constructor for class org.hackystat.utilities.time.interval.WeekInterval
Creates a week-based interval with start and end information.
WeekIterator - Class in org.hackystat.utilities.time.interval
Provides an iterator over week intervals.
WeekIterator(WeekInterval) - Constructor for class org.hackystat.utilities.time.interval.WeekIterator
Creates an iterator.

C D E F G H I L M N O P R S T U V W