A B C D E F G H I J K M N P Q R S T U V W Z

A

ArrayUtil - class com.diasparsoftware.java.lang.ArrayUtil.
 
ArrayUtil() - Constructor for class com.diasparsoftware.java.lang.ArrayUtil
 
Assert - class com.diasparsoftware.gsbase.Assert.
A utility for runtime assertions.
Assert() - Constructor for class com.diasparsoftware.gsbase.Assert
 
accept(Object) - Method in interface com.diasparsoftware.java.util.Selector
 
add(Money) - Method in class com.diasparsoftware.java.util.Money
 
add(Quantity) - Method in class com.diasparsoftware.java.util.Quantity
 
addResponseHeaderValue(String, String) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
asListOfLists(Object[][]) - Static method in class com.diasparsoftware.java.lang.ArrayUtil
Convert a two-dimensional array into a List of Lists, similar to a two-dimensional matrix.
asMap(Object[][]) - Static method in class com.diasparsoftware.java.lang.ArrayUtil
Convert a two-dimensional array into a Map.
asSet(Object[]) - Static method in class com.diasparsoftware.java.lang.ArrayUtil
Convert a one-dimensional array into a Set.
assertBeanMappedToTable(String) - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
assertDefaultDataSource(String) - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
assertFieldMappedToColumn(String, String) - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
assertNotEquals(Object, Object) - Static method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
 
assertNotEquals(String, Object, Object) - Static method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
 

B

buildMapMessage(MapMessage, Map) - Method in class com.diasparsoftware.javax.jms.MessageBuilder
 

C

CalendarUtil - class com.diasparsoftware.java.util.CalendarUtil.
 
CalendarUtil() - Constructor for class com.diasparsoftware.java.util.CalendarUtil
 
CollectionUtil - class com.diasparsoftware.java.util.CollectionUtil.
 
CollectionUtil() - Constructor for class com.diasparsoftware.java.util.CollectionUtil
 
cents(int) - Static method in class com.diasparsoftware.java.util.Money
 
check(String) - Method in class com.diasparsoftware.util.junit.GoldMasterFile
Check content against the gold master.
cleanUp() - Method in class com.diasparsoftware.jdbc.JdbcResourceRegistry
 
clone() - Method in class com.diasparsoftware.java.util.Money
 
clone() - Method in class com.diasparsoftware.java.util.Quantity
If you do not override clone(), then the add() operation will fail for subclasses of Quantity, returning a Quantity object rather than one of the specific subclass type.
com.diasparsoftware.gsbase - package com.diasparsoftware.gsbase
 
com.diasparsoftware.htmlunitx - package com.diasparsoftware.htmlunitx
 
com.diasparsoftware.java.io - package com.diasparsoftware.java.io
 
com.diasparsoftware.java.lang - package com.diasparsoftware.java.lang
 
com.diasparsoftware.java.sql - package com.diasparsoftware.java.sql
 
com.diasparsoftware.java.util - package com.diasparsoftware.java.util
 
com.diasparsoftware.javax.jms - package com.diasparsoftware.javax.jms
 
com.diasparsoftware.javax.servlet - package com.diasparsoftware.javax.servlet
 
com.diasparsoftware.javax.servlet.http - package com.diasparsoftware.javax.servlet.http
 
com.diasparsoftware.jdbc - package com.diasparsoftware.jdbc
 
com.diasparsoftware.store - package com.diasparsoftware.store
 
com.diasparsoftware.util.jboss.testing - package com.diasparsoftware.util.jboss.testing
 
com.diasparsoftware.util.junit - package com.diasparsoftware.util.junit
 
commit() - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
compareTo(Object) - Method in class com.diasparsoftware.java.util.Money
 
computeAge(Date, Date) - Static method in class com.diasparsoftware.java.util.DateUtil
Compute someone's age from their date of birth and a future date.
createControlInstance() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Creates the "control" instance of the class under test — the object against which all the others are to be compared.
createFakeResultSet(Map, MockControl) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
 
createInsertStatement(String, List) - Static method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
createInstanceDiffersIn(String) - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Creates and returns an instance of the class under test that differs from the control instance by having a different value for the specified key property.
createPreparedStatementParameters(String, List) - Method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
createUpdateStatement(String, List, String) - Static method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 

D

DataMakesNoSenseException - exception com.diasparsoftware.store.DataMakesNoSenseException.
 
DataMakesNoSenseException(String) - Constructor for class com.diasparsoftware.store.DataMakesNoSenseException
 
DataStoreException - exception com.diasparsoftware.store.DataStoreException.
 
DataStoreException() - Constructor for class com.diasparsoftware.store.DataStoreException
 
DataStoreException(Exception) - Constructor for class com.diasparsoftware.store.DataStoreException
 
DataStoreException(String, Exception) - Constructor for class com.diasparsoftware.store.DataStoreException
 
DataStoreException(String) - Constructor for class com.diasparsoftware.store.DataStoreException
 
DateUtil - class com.diasparsoftware.java.util.DateUtil.
 
DateUtil() - Constructor for class com.diasparsoftware.java.util.DateUtil
 
detect(Collection, Predicate) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Allows you to detect whether any item in a collection satisfies some acceptance criterion.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.diasparsoftware.javax.servlet.ForwardingServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.diasparsoftware.javax.servlet.ForwardingServlet
 
dollars(int) - Static method in class com.diasparsoftware.java.util.Money
 
dollars(int, int) - Static method in class com.diasparsoftware.java.util.Money
 

E

EntityBeanMetaDataTest - class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest.
 
EntityBeanMetaDataTest() - Constructor for class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
ExceptionalClosure - interface com.diasparsoftware.java.util.ExceptionalClosure.
A Closure whose execute method might throw an exception.
ExceptionalMapEntryClosure - class com.diasparsoftware.java.util.ExceptionalMapEntryClosure.
 
ExceptionalMapEntryClosure() - Constructor for class com.diasparsoftware.java.util.ExceptionalMapEntryClosure
 
eachMapEntry(Object, Object) - Method in class com.diasparsoftware.java.util.ExceptionalMapEntryClosure
 
eachMapEntry(Object, Object) - Method in class com.diasparsoftware.java.util.MapEntryClosure
 
equals(Object) - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
equals(Object) - Method in class com.diasparsoftware.java.sql.PreparedStatementData
 
equals(Object) - Method in class com.diasparsoftware.java.util.Money
 
equals(Object) - Method in class com.diasparsoftware.java.util.Quantity
 
execute(Object) - Method in interface com.diasparsoftware.java.util.ExceptionalClosure
 
execute(Object) - Method in class com.diasparsoftware.java.util.ExceptionalMapEntryClosure
 
execute(Object) - Method in class com.diasparsoftware.java.util.MapEntryClosure
 
executeCountStatement(PreparedStatementData) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
Invoke this only for SELECT statements that count rows.
executeCountStatement(PreparedStatementData) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
Invoke this only for SELECT statements that count rows.
executeDeleteStatement(PreparedStatementData) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
executeDeleteStatement(PreparedStatementData) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
 
executeInsertStatement(PreparedStatementData) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
executeInsertStatement(PreparedStatementData) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
 
executeSelectStatement(PreparedStatementData, JdbcRowMapper) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
executeSelectStatement(PreparedStatementData, JdbcRowMapper) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
 
executeSingleRowSelectStatement(PreparedStatementData, JdbcRowMapper) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
executeSingleRowSelectStatement(PreparedStatementData, JdbcRowMapper) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
 
executeUpdateStatement(PreparedStatementData) - Method in class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
executeUpdateStatement(PreparedStatementData) - Method in interface com.diasparsoftware.jdbc.PreparedStatementExecuter
 

F

FakeHttpSession - class com.diasparsoftware.javax.servlet.http.FakeHttpSession.
 
FakeHttpSession(Map) - Constructor for class com.diasparsoftware.javax.servlet.http.FakeHttpSession
 
FileSystemWebResponse - class com.diasparsoftware.htmlunitx.FileSystemWebResponse.
 
FileSystemWebResponse(URL, File) - Constructor for class com.diasparsoftware.htmlunitx.FileSystemWebResponse
 
ForwardingServlet - class com.diasparsoftware.javax.servlet.ForwardingServlet.
A servlet that forwards to the location you specify.
ForwardingServlet() - Constructor for class com.diasparsoftware.javax.servlet.ForwardingServlet
 
flattenByteSegments(List, int, int) - Static method in class com.diasparsoftware.gsbase.StreamUtil
Turns a List of equally-sized byte segments (buffers) into a single buffer by concatenating them one by one.
forEachDo(Collection, ExceptionalClosure) - Static method in class com.diasparsoftware.java.util.CollectionUtil
The first exception stops the iteration.
forEachDo(Collection, Closure) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Execute the specified closure for each item in the specified collection.
forEachDo(Map, MapEntryClosure) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Execute the specified closure for each item in the specified collection.
forEachDo(Map, ExceptionalMapEntryClosure) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Execute the specified closure for each item in the specified collection.
forEachDoIgnoreException(Collection, ExceptionalClosure) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Executes closure for each element in the specified collection, ignoring any thrown exceptions.
forward(ServletRequest, ServletResponse) - Method in class com.diasparsoftware.javax.servlet.http.RequestDispatcherAdapter
 

G

GoldMasterFile - class com.diasparsoftware.util.junit.GoldMasterFile.
Use a gold master file when verifying content that is not worth parsing.
GoldMasterFile(String, String) - Constructor for class com.diasparsoftware.util.junit.GoldMasterFile
 
GoldMasterFile(File) - Constructor for class com.diasparsoftware.util.junit.GoldMasterFile
 
getAttribute(String) - Method in class com.diasparsoftware.javax.servlet.http.FakeHttpSession
 
getAttribute(String) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getAttributeNames() - Method in class com.diasparsoftware.javax.servlet.http.FakeHttpSession
 
getAttributeNames() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getContentAsBytes(InputStream) - Static method in class com.diasparsoftware.gsbase.StreamUtil
Reads the content coming from the specified input stream and presents it as an array of bytes.
getContentAsBytes() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
getContentAsStream() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
getContentAsString(InputStream) - Static method in class com.diasparsoftware.gsbase.StreamUtil
Reads the content coming from the specified input stream and presents it as a string.
getContentAsString() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
getContentAsString(Reader) - Static method in class com.diasparsoftware.java.io.ReaderUtil
Obtain a string representation of the content that a reader reads.
getContentCharSet() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getContentType() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getCreationTime() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getDate(ResultSet, String) - Method in class com.diasparsoftware.jdbc.JdbcMapper
A potentially safer version of ResultSet#getDate which answers a timestamp at noon on the day in question.
getForwardUri() - Method in class com.diasparsoftware.javax.servlet.ForwardingServlet
 
getId() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getLastAccessedTime() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getLastTime() - Method in interface com.diasparsoftware.gsbase.Stopwatch
Returns the last time interval recorded by the stopwatch.
getLastTime() - Method in class com.diasparsoftware.gsbase.SystemClockStopwatch
 
getLoadTimeInMilliSeconds() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
getMaxInactiveInterval() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getMonth(Date) - Static method in class com.diasparsoftware.java.util.DateUtil
 
getParameterName() - Method in class com.diasparsoftware.java.lang.MissingParameterException
 
getPreparedStatementData(String, List) - Method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
getPreparedStatementData(String, List) - Method in interface com.diasparsoftware.jdbc.PreparedStatementBuilder
 
getResponse(URL, SubmitMethod, List, Map) - Method in class com.diasparsoftware.htmlunitx.TestableWebConnection
 
getResponseBody() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
getResponseHeaderValue(String) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getServletContext() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getSessionContext() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getSqlString(String) - Method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
getStateForUrl(URL) - Method in class com.diasparsoftware.htmlunitx.TestableWebConnection
 
getStatusCode() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getStatusMessage() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getStopwatch() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getSupportedStatements() - Method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
getUrl() - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
getValue(String) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getValueNames() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
getYear(Date) - Static method in class com.diasparsoftware.java.util.DateUtil
 

H

HttpSessionAdapter - class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter.
 
HttpSessionAdapter() - Constructor for class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
HttpUtil - class com.diasparsoftware.javax.servlet.http.HttpUtil.
 
HttpUtil() - Constructor for class com.diasparsoftware.javax.servlet.http.HttpUtil
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.diasparsoftware.javax.servlet.ForwardingServlet
 
hashCode() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
hashCode() - Method in class com.diasparsoftware.java.sql.PreparedStatementData
 
hashCode() - Method in class com.diasparsoftware.java.util.Money
 
hashCode() - Method in class com.diasparsoftware.java.util.Quantity
 

I

InputStreamWebResponse - class com.diasparsoftware.htmlunitx.InputStreamWebResponse.
 
InputStreamWebResponse(URL, InputStream) - Constructor for class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
inCents() - Method in class com.diasparsoftware.java.util.Money
 
include(ServletRequest, ServletResponse) - Method in class com.diasparsoftware.javax.servlet.http.RequestDispatcherAdapter
 
invalidate() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
isNew() - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
isValid() - Method in class com.diasparsoftware.java.util.Money
 

J

JBossMapMessageSender - class com.diasparsoftware.javax.jms.JBossMapMessageSender.
 
JBossMapMessageSender() - Constructor for class com.diasparsoftware.javax.jms.JBossMapMessageSender
 
JdbcMapper - class com.diasparsoftware.jdbc.JdbcMapper.
 
JdbcMapper() - Constructor for class com.diasparsoftware.jdbc.JdbcMapper
 
JdbcQueryBuilder - class com.diasparsoftware.jdbc.JdbcQueryBuilder.
 
JdbcQueryBuilder() - Constructor for class com.diasparsoftware.jdbc.JdbcQueryBuilder
 
JdbcQueryExecuter - class com.diasparsoftware.jdbc.JdbcQueryExecuter.
 
JdbcQueryExecuter(Connection) - Constructor for class com.diasparsoftware.jdbc.JdbcQueryExecuter
 
JdbcResourceRegistry - class com.diasparsoftware.jdbc.JdbcResourceRegistry.
Incorporate one of these registries anywhere you would like to ensure that JDBC resources are cleaned up.
JdbcResourceRegistry() - Constructor for class com.diasparsoftware.jdbc.JdbcResourceRegistry
 
JdbcRowMapper - class com.diasparsoftware.jdbc.JdbcRowMapper.
A JdbcQueryExecuter uses this object to map each row when executing a SELECT query.
JdbcRowMapper() - Constructor for class com.diasparsoftware.jdbc.JdbcRowMapper
 
JdbcUtil - class com.diasparsoftware.jdbc.JdbcUtil.
 
JdbcUtil() - Constructor for class com.diasparsoftware.jdbc.JdbcUtil
 

K

keyPropertyNames() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
The names of the key properties used to distinguish unequal instances of this class.

M

MapEntryClosure - class com.diasparsoftware.java.util.MapEntryClosure.
 
MapEntryClosure() - Constructor for class com.diasparsoftware.java.util.MapEntryClosure
 
MapMessageSender - interface com.diasparsoftware.javax.jms.MapMessageSender.
 
MessageBuilder - class com.diasparsoftware.javax.jms.MessageBuilder.
 
MessageBuilder() - Constructor for class com.diasparsoftware.javax.jms.MessageBuilder
 
MessagingException - exception com.diasparsoftware.javax.jms.MessagingException.
 
MessagingException(String, Exception) - Constructor for class com.diasparsoftware.javax.jms.MessagingException
 
MissingParameterException - exception com.diasparsoftware.java.lang.MissingParameterException.
 
MissingParameterException(String) - Constructor for class com.diasparsoftware.java.lang.MissingParameterException
 
Money - class com.diasparsoftware.java.util.Money.
 
Money() - Constructor for class com.diasparsoftware.java.util.Money
 
Money(int) - Constructor for class com.diasparsoftware.java.util.Money
 
Money(int, int) - Constructor for class com.diasparsoftware.java.util.Money
 
Money(String) - Constructor for class com.diasparsoftware.java.util.Money
 
magnitude - Variable in class com.diasparsoftware.java.util.Quantity
 
makeDate(int, int, int) - Static method in class com.diasparsoftware.java.util.DateUtil
Create a Date object from the parameters you expect to pass -- none of this "year minus 1900" and "months start from 0" nonsense and we assume Gregorian!
makeDate(int, int, int, int, int, int) - Static method in class com.diasparsoftware.java.util.DateUtil
 
makeDate(int, int, int) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
 
makeDomainObject(ResultSet) - Method in class com.diasparsoftware.jdbc.JdbcRowMapper
Make a domain object from the row referred to by row.
makeDomainObject(ResultSet) - Method in class com.diasparsoftware.jdbc.RowCountRowMapper
 
makeFutureDate(Date, int) - Static method in class com.diasparsoftware.java.util.DateUtil
Make a date a specified number of days in the future from the provided date.
makeGregorianCalendar(int, int, int, int, int, int, int) - Static method in class com.diasparsoftware.java.util.CalendarUtil
 
makeRequestIgnoreSession(String, Map) - Static method in class com.diasparsoftware.javax.servlet.http.HttpUtil
Create an HttpServletRequest from the specified URI and request parameters.
makeTimestamp(int, int, int) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
Creates a Timestamp object from the specified year, month, day, but at 12 noon local time.
makeTimestamp(Date) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
 
makeTimestamp(int, int, int, int, int, int, int) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
A way to make timestamps for normal people — none of this "year minus 1900" and "month minus 1" nonsense.
multipliedBy(int) - Method in class com.diasparsoftware.java.util.Money
 
multipliedBy(float) - Method in class com.diasparsoftware.java.util.Money
 

N

negate() - Method in class com.diasparsoftware.java.util.Money
 
notNull(String, Object) - Static method in class com.diasparsoftware.gsbase.Assert
Throws a runtime exception if the specified value is null.

P

ParameterizedTestSuite - class com.diasparsoftware.util.junit.ParameterizedTestSuite.
Create a parameterized test suite from a collection of fixture objects.
ParameterizedTestSuite(Collection) - Constructor for class com.diasparsoftware.util.junit.ParameterizedTestSuite
Creates a test suite of fixtured test cases from the specified fixtures.
PreparedStatementBuilder - interface com.diasparsoftware.jdbc.PreparedStatementBuilder.
 
PreparedStatementData - class com.diasparsoftware.java.sql.PreparedStatementData.
 
PreparedStatementData() - Constructor for class com.diasparsoftware.java.sql.PreparedStatementData
 
PreparedStatementData(String, List) - Constructor for class com.diasparsoftware.java.sql.PreparedStatementData
 
PreparedStatementExecuter - interface com.diasparsoftware.jdbc.PreparedStatementExecuter.
 
parameterMapToString(HttpServletRequest) - Static method in class com.diasparsoftware.javax.servlet.ServletUtil
Provides a nicer string representation of a servlet request parameter map.
parameters - Variable in class com.diasparsoftware.java.sql.PreparedStatementData
 
parse(String) - Static method in class com.diasparsoftware.java.util.Money
 
parseMetaData() - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
putValue(String, Object) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 

Q

QUEUE_CONNECTION_FACTORY_JNDI_NAME - Static variable in class com.diasparsoftware.javax.jms.JBossMapMessageSender
 
Quantity - class com.diasparsoftware.java.util.Quantity.
 
Quantity(Integer, Object) - Constructor for class com.diasparsoftware.java.util.Quantity
 
Quantity(BigDecimal, Object) - Constructor for class com.diasparsoftware.java.util.Quantity
 

R

ReaderUtil - class com.diasparsoftware.java.io.ReaderUtil.
 
ReaderUtil() - Constructor for class com.diasparsoftware.java.io.ReaderUtil
 
RequestDispatcherAdapter - class com.diasparsoftware.javax.servlet.http.RequestDispatcherAdapter.
 
RequestDispatcherAdapter() - Constructor for class com.diasparsoftware.javax.servlet.http.RequestDispatcherAdapter
 
RowCountRowMapper - class com.diasparsoftware.jdbc.RowCountRowMapper.
Extracts the row count from a SELECT COUNT(...) statement.
RowCountRowMapper() - Constructor for class com.diasparsoftware.jdbc.RowCountRowMapper
 
registerConnection(Connection) - Method in class com.diasparsoftware.jdbc.JdbcResourceRegistry
 
registerResultSet(ResultSet) - Method in class com.diasparsoftware.jdbc.JdbcResourceRegistry
 
registerStatement(Statement) - Method in class com.diasparsoftware.jdbc.JdbcResourceRegistry
 
removeAttribute(String) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
removeValue(String) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
reset() - Method in interface com.diasparsoftware.gsbase.Stopwatch
Resets the stopwatch, clearing the last time and preparing the shopwatch to be started again.
reset() - Method in class com.diasparsoftware.gsbase.SystemClockStopwatch
 
resultSetAsTable(ResultSet) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
Provide a human-readable view of a JDBC result set.
roundToNearestDollar() - Method in class com.diasparsoftware.java.util.Money
 

S

Selector - interface com.diasparsoftware.java.util.Selector.
 
ServletUtil - class com.diasparsoftware.javax.servlet.ServletUtil.
 
ServletUtil() - Constructor for class com.diasparsoftware.javax.servlet.ServletUtil
 
Stopwatch - interface com.diasparsoftware.gsbase.Stopwatch.
A simple timing device you can use to time any event.
StreamUtil - class com.diasparsoftware.gsbase.StreamUtil.
Provides some utility methods for working with streams.
StreamUtil() - Constructor for class com.diasparsoftware.gsbase.StreamUtil
 
SystemClockStopwatch - class com.diasparsoftware.gsbase.SystemClockStopwatch.
An production-quality implementation of com.gargoylesoftware.base.util.Stopwatch that uses the system clock.
SystemClockStopwatch() - Constructor for class com.diasparsoftware.gsbase.SystemClockStopwatch
 
select(Set, Selector) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Selects the first object that the selector accepts, or null if the selector rejects them all.
sendMapMessage(String, Map) - Method in class com.diasparsoftware.javax.jms.JBossMapMessageSender
 
sendMapMessage(String, Map) - Method in interface com.diasparsoftware.javax.jms.MapMessageSender
 
sessionToString(HttpSession) - Static method in class com.diasparsoftware.javax.servlet.http.HttpUtil
Provides a human-readable string representation of an HttpSession.
setAttribute(String, Object) - Method in class com.diasparsoftware.javax.servlet.http.FakeHttpSession
 
setAttribute(String, Object) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
setContentCharSet(String) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
setContentType(String) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
setEntityBeanUnderTest(String) - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
setForwardUri(String) - Method in class com.diasparsoftware.javax.servlet.ForwardingServlet
The URI to which this servlet ought to forward when you invoke service().
setMaxInactiveInterval(int) - Method in class com.diasparsoftware.javax.servlet.http.HttpSessionAdapter
 
setMetaDataFilename(String) - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
setPreparedStatementParameters(PreparedStatement, List) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
 
setResponse(WebResponse) - Method in class com.diasparsoftware.htmlunitx.TestableWebConnection
 
setStatusCode(int) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
setStatusMessage(String) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
setStopwatch(Stopwatch) - Method in class com.diasparsoftware.htmlunitx.TestableWebResponse
 
setUp() - Method in class com.diasparsoftware.util.jboss.testing.EntityBeanMetaDataTest
 
setUp() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
 
split(int) - Method in class com.diasparsoftware.java.util.Money
 
sqlString - Variable in class com.diasparsoftware.java.sql.PreparedStatementData
 
start() - Method in interface com.diasparsoftware.gsbase.Stopwatch
Start the stopwatch.
start() - Method in class com.diasparsoftware.gsbase.SystemClockStopwatch
 
stop() - Method in interface com.diasparsoftware.gsbase.Stopwatch
Stops the stopwatch.
stop() - Method in class com.diasparsoftware.gsbase.SystemClockStopwatch
 
stringCollectionContainsIgnoreCase(Collection, String) - Static method in class com.diasparsoftware.java.util.CollectionUtil
Searches a collection of String s for the specified search string, but ignoring case.
supportsStatement(String) - Method in class com.diasparsoftware.jdbc.JdbcQueryBuilder
 

T

TestableWebConnection - class com.diasparsoftware.htmlunitx.TestableWebConnection.
 
TestableWebConnection(WebClient) - Constructor for class com.diasparsoftware.htmlunitx.TestableWebConnection
 
TestableWebResponse - class com.diasparsoftware.htmlunitx.TestableWebResponse.
 
TestableWebResponse(URL) - Constructor for class com.diasparsoftware.htmlunitx.TestableWebResponse
 
testEqualsAgainstNewObject() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals holds up against a new Object (should always be false).
testEqualsAgainstNull() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals holds up against null.
testEqualsAgainstUnequalObjects() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals holds up against objects that should not compare equal.
testEqualsIsConsistentAcrossInvocations() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals is consistent.
testEqualsIsReflexive() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals is reflexive.
testEqualsIsSymmetricAndTransitive() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests whether equals is symmetric and transitive.
testHashCodeContract() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests the hashCode contract.
testHashCodeIsConsistentAcrossInvocations() - Method in class com.diasparsoftware.util.junit.ValueObjectEqualsTest
Tests the consistency of hashCode.
toJavaUtilDate(Timestamp) - Static method in class com.diasparsoftware.jdbc.JdbcUtil
 
toString() - Method in class com.diasparsoftware.htmlunitx.InputStreamWebResponse
 
toString() - Method in class com.diasparsoftware.java.sql.PreparedStatementData
 
toString() - Method in class com.diasparsoftware.java.util.Money
 
toString() - Method in class com.diasparsoftware.java.util.Quantity
 

U

unitOfMeasure - Variable in class com.diasparsoftware.java.util.Quantity
 

V

ValueObjectEqualsTest - class com.diasparsoftware.util.junit.ValueObjectEqualsTest.
 
ValueObjectEqualsTest() - Constructor for class com.diasparsoftware.util.junit.ValueObjectEqualsTest
 
valueInCentsIs(int) - Method in class com.diasparsoftware.java.util.Money
 

W

write(String) - Method in class com.diasparsoftware.util.junit.GoldMasterFile
Create gold master content, writing it to file.

Z

ZERO - Static variable in class com.diasparsoftware.java.util.Money
 
ZERO - Static variable in class com.diasparsoftware.java.util.Quantity
 
zeroOf(Object) - Static method in class com.diasparsoftware.java.util.Quantity
 

A B C D E F G H I J K M N P Q R S T U V W Z

Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.