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

A

ABOUT_TO_ADD - Static variable in class nl.knowledgeplaza.util.collection.CollectionEvent
The constant for an object about to be remove
ABOUT_TO_REMOVE - Static variable in class nl.knowledgeplaza.util.collection.CollectionEvent
The constant for an object about to be remove
aboutToDelete() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
aboutToDelete(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
aboutToDelete() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
the SQL is about to be executed
aboutToInsert() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
aboutToInsert(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
aboutToInsert() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
the SQL is about to be executed
aboutToUpdate() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
aboutToUpdate(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
aboutToUpdate() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
the SQL is about to be executed
abs() - Method in class nl.knowledgeplaza.math.BigDecimalN
Absolute value
abs() - Method in class nl.knowledgeplaza.math.Fraction
positive value
AbstractBean<T> - Class in nl.knowledgeplaza.util
a class that implements standard features of a JavaBean.
AbstractBean() - Constructor for class nl.knowledgeplaza.util.AbstractBean
 
AbstractBean<T> - Class in nl.knowledgeplaza.util.jpa
Touch method should be overridden.
AbstractBean() - Constructor for class nl.knowledgeplaza.util.jpa.AbstractBean
 
AbstractBeanEclipselink<T> - Class in nl.knowledgeplaza.util.jpa
 
AbstractBeanEclipselink() - Constructor for class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
AbstractBM - Class in nl.knowledgeplaza.util.jpa
 
AbstractBM() - Constructor for class nl.knowledgeplaza.util.jpa.AbstractBM
 
AbstractBM.TokenListener - Class in nl.knowledgeplaza.util.jpa
 
AbstractBM.TokenListener() - Constructor for class nl.knowledgeplaza.util.jpa.AbstractBM.TokenListener
 
AbstractBMEclipselink - Class in nl.knowledgeplaza.util.jpa
 
AbstractBMEclipselink() - Constructor for class nl.knowledgeplaza.util.jpa.AbstractBMEclipselink
 
AbstractComparator - Class in nl.knowledgeplaza.util
This class does the basic comparing for you: - is either class NULL - are the classes identical Usage: public int compare(Object o1, Object o2) { int lComparator = super.compare(o1, o2); if (lComparator != UNDETERMINED) return lComparator; ...
AbstractComparator() - Constructor for class nl.knowledgeplaza.util.AbstractComparator
 
AbstractMapEntry<K,V> - Class in nl.knowledgeplaza.util
An AbstractMapEntry takes care of most of the grunge work involved in subclassing java.util.Map.Entry.
AbstractMapEntry() - Constructor for class nl.knowledgeplaza.util.AbstractMapEntry
 
acceptsURL(String) - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
acceptsURL(String) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
acquire() - Method in class nl.knowledgeplaza.util.thread.Semaphore
 
activateObject(Object) - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
activateObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
activateObject(Object) - Method in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
 
add(BigDecimalN) - Method in class nl.knowledgeplaza.math.BigDecimalN
Addition
add(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
add(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
add(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
add(T) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
add(int, T) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
add(int, T) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
add(T) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
add(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
add(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
add(Object) - Method in class nl.knowledgeplaza.util.collection.SortedList
insert in a sorted way, use binary search to determine where
add(Object, int) - Method in class nl.knowledgeplaza.util.collection.SortedList
Throws an IllegalArgumentException
add(int, T) - Method in class nl.knowledgeplaza.util.LinearSet
 
add(T) - Method in class nl.knowledgeplaza.util.LinearSet
 
add(L) - Method in class nl.knowledgeplaza.util.ListenerHandler
the listeners
add(int, T) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
add(T) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
add(int, Object) - Method in class nl.knowledgeplaza.util.SortedSet
 
add(Object) - Method in class nl.knowledgeplaza.util.SortedSet
 
add(Runnable) - Method in class nl.knowledgeplaza.util.thread.WorkerThread
Add a new runnable to the worker thread
add(String, Runnable) - Method in class nl.knowledgeplaza.util.thread.WorkerThread
Description for a task
add(int, T) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
add(T) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
addAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
addAll(int, Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
addAll(int, Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
addAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
addAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
addAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
addAll(Collection) - Method in class nl.knowledgeplaza.util.collection.SortedList
 
addAll(Map, String) - Static method in class nl.knowledgeplaza.util.CollectionUtil
quick insert some string key / values in a map and return the map itself
addAll(Collection<? extends T>) - Method in class nl.knowledgeplaza.util.LinearSet
 
addAll(Collection<? extends T>) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
addAll(int, Collection<? extends T>) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
addAll(Collection) - Method in class nl.knowledgeplaza.util.SortedSet
 
addAll(Collection<? extends T>) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
addAll(int, Collection<? extends T>) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
addCollectionListener(CollectionListener<T>) - Method in interface nl.knowledgeplaza.util.collection.ObservableCollection
Adds a CollectionListener to the collection
addCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Adds a listener to this collection.
addCollectionListener(CollectionListener<T>) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
addCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Adds a listener to this collection.
addCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Adds a listener to this collection.
addCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Adds a listener to this collection.
addCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Adds a listener to this collection.
addConfigurationChangedListener(ConfigurationProperties.ConfigurationChangedListener) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
addConnection() - Method in interface nl.knowledgeplaza.util.pool.JdbcConnectionPool
 
addConnection() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
addDataChange(String) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
Force-add a change
addDataChangeListener(EntityManagerChangeCount.DataChangeListener) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
DataChangeListener
ADDED - Static variable in class nl.knowledgeplaza.util.collection.CollectionEvent
The constant for an object added
added(File) - Method in interface nl.knowledgeplaza.util.DirectoryMonitor.AddListener
 
addEntityChangeListener(EntityManagerChangeCount.EntityChangeListener) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
DataChangeListener
addFields(String[]) - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
add a set of fields to the Parameter
addListeners - Variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
addObject() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
addObject() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
addObject() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
addObject() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
addParameter(int, String, String, Object) - Method in class nl.knowledgeplaza.util.JdbcUtil.Preprocess
 
addProperty(Property) - Method in class nl.knowledgeplaza.util.AbstractBean
 
addProperty(Property) - Method in interface nl.knowledgeplaza.util.property.Property.PropertyBean
 
addPropertyChangeListener(PropertyChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
 
addPropertyChangeListener(PropertyChangeListener) - Method in class nl.knowledgeplaza.util.property.Property
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
addTokenListener(AbstractBM.TokenListener) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
TokenListeners
addVetoableChangeListener(VetoableChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
VetoableChange
addVetoableChangeListener(VetoableChangeListener) - Method in class nl.knowledgeplaza.util.property.Property
VetoableChange
addVisitor(Class, GenericVisitor) - Method in class nl.knowledgeplaza.util.GenericVisitor
 
afterDelete() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
afterDeleteRecord(LinearMap<String, Object>) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
afterInsertUpdate() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
and() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
andC() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
andO() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
AnimatedTransition - Class in nl.knowledgeplaza.util.thread
 
AnimatedTransition() - Constructor for class nl.knowledgeplaza.util.thread.AnimatedTransition
 
ApacheCommonCodecUtil - Class in nl.knowledgeplaza.util
 
ApacheCommonCodecUtil() - Constructor for class nl.knowledgeplaza.util.ApacheCommonCodecUtil
 
ApacheObjectPoolWrapper - Class in nl.knowledgeplaza.util.pool
This is a wrapper of the Apache's ObjectPool 1.3: - getting rid of the "throws Exception" - implement a shutdown mode before close
ApacheObjectPoolWrapper(ObjectPool) - Constructor for class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
ApacheObjectPoolWrapper(String, ObjectPool) - Constructor for class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
append(String) - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
append(String, Object) - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
append(String, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
append(String) - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
append(String, Object) - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
append(String, Object[]) - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
appendFile(File, File) - Static method in class nl.knowledgeplaza.util.FileUtil
conveniance
appendNull(Collection) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Add null to a collection (used for comboboxes and lists to allow clearing)
appendToFile(String, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Append text to file
appendToFile(File, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Append text to file
appendTransition(AnimatedTransition, AnimatedTransition, double, double, double, int) - Static method in class nl.knowledgeplaza.util.thread.AnimatedTransition
Start the animation after the previous has finished
appendTransition(AnimatedTransition, AnimatedTransition, double, double, double, double, int) - Static method in class nl.knowledgeplaza.util.thread.AnimatedTransition
Start the animation after the previous has finished
appendValuesText() - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
Append a values text with the same number of ? as there are parameters
appendValuesText() - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
Append a values text with the same number of ? as there are parameters e.g.
applyLocalizedPattern(String) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
applyPattern(String) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
aquireNonBlocking() - Method in class nl.knowledgeplaza.util.thread.Semaphore
 
ArrayUtil - Class in nl.knowledgeplaza.util
This class contains several Array helper methods.
ArrayUtil() - Constructor for class nl.knowledgeplaza.util.ArrayUtil
 
asList(Object[]) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Easily convert an array of objects to a list of objects (which then can be casted).
assertAllFieldsHaveBeenSet() - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
 
associate(Component, EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
associate(EntityManager, Thread) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
associateWithCurrentThread(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
asString() - Method in class nl.knowledgeplaza.math.Fraction
Simplify and return as fraction string notation, e.g.
asString2() - Method in class nl.knowledgeplaza.math.Fraction
Simplify and return as integer+(fraction) string notation, e.g 1+(2/3)
asStringRaw() - Method in class nl.knowledgeplaza.math.Fraction
Return as fraction string notation, e.g.
ATLOADTIMEPOSTFIX - Static variable in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
available() - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
 

B

Base64 - Class in nl.knowledgeplaza.util
This class contains Base64 encode and decode logic.
BaseObjectPool - Class in nl.knowledgeplaza.util.pool
This class implements basic object pool logic.
BaseObjectPool(Logger) - Constructor for class nl.knowledgeplaza.util.pool.BaseObjectPool
Initialize
BaseObjectPool(PoolableObjectFactory, Logger) - Constructor for class nl.knowledgeplaza.util.pool.BaseObjectPool
Initialize
BaseObjectPool.NotFromThisPoolException - Exception in nl.knowledgeplaza.util.pool
 
BaseObjectPool.NotFromThisPoolException(Object) - Constructor for exception nl.knowledgeplaza.util.pool.BaseObjectPool.NotFromThisPoolException
 
BaseObjectPool.TimeOutException - Exception in nl.knowledgeplaza.util.pool
 
BaseObjectPool.TimeOutException() - Constructor for exception nl.knowledgeplaza.util.pool.BaseObjectPool.TimeOutException
 
beforeDelete() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
beforeDeleteRecord(LinearMap<String, Object>) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
beforeInsertUpdate() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
begin() - Method in class nl.knowledgeplaza.util.ProgressListener
 
begin() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
for initializing
BigDecimalN - Class in nl.knowledgeplaza.math
 
BigDecimalN() - Constructor for class nl.knowledgeplaza.math.BigDecimalN
default is based 10 = normal digit system
BigDecimalN(String) - Constructor for class nl.knowledgeplaza.math.BigDecimalN
default is based 10 = normal digit system
BigDecimalN(int) - Constructor for class nl.knowledgeplaza.math.BigDecimalN
set a custom base
BigDecimalN(String, int) - Constructor for class nl.knowledgeplaza.math.BigDecimalN
set a custom base
BigDecimalN(int, String) - Constructor for class nl.knowledgeplaza.math.BigDecimalN
set a custom base and digits
BigDecimalN(String, int, String) - Constructor for class nl.knowledgeplaza.math.BigDecimalN
set a custom base
bigDecimalValue(int, int) - Method in class nl.knowledgeplaza.math.Fraction
Return a big decimal with the specified scale (if the conversion requires a divide)
bigDecimalValue() - Method in class nl.knowledgeplaza.math.Fraction
Return a BigDecimal with scale 10 and rounding half up
bigIntegerValue() - Method in class nl.knowledgeplaza.math.Fraction
Return a BigInteger
bigIntegerValueExact() - Method in class nl.knowledgeplaza.math.Fraction
Return a BigInteger
binaryFindInsertLocation(List, Object, Comparator) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Use a binary find algorithm to determine the index where a new object should be inserted
borrowConnection() - Method in interface nl.knowledgeplaza.util.pool.JdbcConnectionPool
 
borrowConnection() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
borrowObject() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
borrowObject() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
borrowObject() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
borrowObject() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
buildSqlDeleteStatement(String, String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build the SQL statement that checks if a certain record exists select 1 from table where key=?, ...
buildSqlInsertStatement(String, String[], String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build an insert statement with the same parameter list as the update statement would have.
buildSqlSelectAllStatement(String, String[], String[], String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build the SQL statement that selects the specified fields of one record select field, ...
buildSqlSelectAllStatement(String, String[], String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
buildSqlSelectChangedStatement(String, String[], String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build the select statement that checks if any of the fields of the record have changed (using the key to identify record) select 1 from table where (fields<>? or ...) and key=? and ...
buildSqlSelectExistsStatement(String, String[], String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build the SQL statement that checks if a certain record exists select 1 from table where key=?, ...
buildSqlSelectExistsStatement(String, String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
buildSqlSelectStatement(String, String[], String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build the SQL statement that selects the specified fields of one record select field, ...
buildSqlUpdateStatement(String, String[], String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Build an update statement with the same parameter list as the insert statement would have.
ByteArrayDataSource - Class in nl.knowledgeplaza.util.javamail
Using the following code an HTML email can be create using JavaMail ...
ByteArrayDataSource(InputStream, String) - Constructor for class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
ByteArrayDataSource(byte[], String) - Constructor for class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
ByteArrayDataSource(String, String) - Constructor for class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
byteArrayToString(byte[], int, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns a byte array as a java string
byteArrayToString(byte[]) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns a byte array as a java string
byteToHex(byte) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns hex String representation of byte b
byteToHex(byte[]) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns hex String representation of bytes b
byteValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 

C

cache(K, V) - Method in class nl.knowledgeplaza.util.SimpleLRUCache
 
CACHESIZE_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.SimpleLRUCache
 
CalendarUtil - Class in nl.knowledgeplaza.util
Quick format and quick parse (ISO) for Calendars
CalendarUtil() - Constructor for class nl.knowledgeplaza.util.CalendarUtil
 
CalendarWrapper - Class in nl.knowledgeplaza.util
Wrap a calendar and make it easier accessible
CalendarWrapper() - Constructor for class nl.knowledgeplaza.util.CalendarWrapper
 
CalendarWrapper(Locale) - Constructor for class nl.knowledgeplaza.util.CalendarWrapper
 
CalendarWrapper(Calendar) - Constructor for class nl.knowledgeplaza.util.CalendarWrapper
 
CallableStatement - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
CallableStatement(CallableStatement) - Constructor for class nl.knowledgeplaza.util.jdbc.CallableStatement
 
callMethod(Object, String, Class[], Object[]) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Call a method
callMethod(Object, String) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Call method with no parameters
cancel() - Method in class nl.knowledgeplaza.util.ProgressListener
 
cancel() - Method in class nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
 
castToJpaEntityManager(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
Cast to JpaEntityManager, but first see if this is the EntityManagerExtender proxy
catPath(String, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Will concatenate 2 paths.
cEclipselinkDescriptorEventListenerRouter - Static variable in class nl.knowledgeplaza.util.jpa.AbstractBMEclipselink
 
cEntityClasses - Static variable in class nl.knowledgeplaza.util.jpa.AbstractBMEclipselink
 
CENTURY - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
chain(ConfigurationProperties) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
changed(File) - Method in interface nl.knowledgeplaza.util.DirectoryMonitor.ChangeListener
 
changeListeners - Variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
charToHex(char) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns hex String representation of char c
checkVersionEqualOrGreater(String, String, Class, String) - Static method in class nl.knowledgeplaza.util.VersionUtil
Check if a available version is >= to the required version.
checkVersionEqualOrGreater(String, String, Object, String) - Static method in class nl.knowledgeplaza.util.VersionUtil
Convenience method
children() - Method in class nl.knowledgeplaza.util.TypeToken
 
ClassComparator - Class in nl.knowledgeplaza.util.reflection
Comparator that can compare classes.
ClassComparator(boolean, boolean) - Constructor for class nl.knowledgeplaza.util.reflection.ClassComparator
Creates a new Class Comparator with given options
classes - Variable in class nl.knowledgeplaza.util.GenericVisitor
 
ClassUtil - Class in nl.knowledgeplaza.util
 
ClassUtil() - Constructor for class nl.knowledgeplaza.util.ClassUtil
 
cleanDirectory(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Clean a directory without deleting it.
cleanDirectory(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Clean a directory without deleting it.
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Calls the super class's corresponding method and fires a CollectionEvent.
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Calls the super class's corresponding method and fires a CollectionEvent.
clear() - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
clear(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Clean the EntityManager and the associated EntityManagerChangeCount
clear() - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Clean the active EntityManager and the associated EntityManagerChangeCount
clear() - Method in class nl.knowledgeplaza.util.LinearMap
 
clear() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
clear() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
clear() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
clear() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
clear() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
clear() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
clear() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
clear2ndLevelCache(EntityManagerFactory) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Invalidate second level cache
clearAllSecurityTokens() - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
clearDate(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Clear date (date becomes 1-1-1)
clearDelayedActions() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 
clearDescriptors() - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Clear any cached property descriptors information for all classes loaded by any class loaders.
CLEARED_ENTITIES - Static variable in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 
clearPendingChanges() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
clearPendingChanges(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
clearTime(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Clear time
clearValues() - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
Clear the parameter values (set null)
clone() - Method in class nl.knowledgeplaza.math.Fraction
 
clone() - Method in class nl.knowledgeplaza.util.LinearSet
 
clone() - Method in class nl.knowledgeplaza.util.SortedSet
 
clone() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
close() - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
Closes the Stringreader.
close() - Method in class nl.knowledgeplaza.util.io.TeeOutputStream
Close the underlying OutputStreams.
close() - Method in class nl.knowledgeplaza.util.io.TeeWriter
Close the underlying Writers.
close(InputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(Reader) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(Socket) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(ServerSocket) - Static method in class nl.knowledgeplaza.util.IOUtil
 
close(Connection) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Close and wrap the possible but highly unlikely exception in a RuntimeException
close(Statement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Close and wrap the possible but highly unlikely exception in a RuntimeException
close(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Close and wrap the possible but highly unlikely exception in a RuntimeException
close(ResultSet) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Close and wrap the possible but highly unlikely exception in a RuntimeException
close() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
close() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
close
close() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
close() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
closeClosableObject(Object) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
cmp - Variable in class nl.knowledgeplaza.util.GenericVisitor
 
collectEntityClasses(InputStream) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
 
collectionChanged(CollectionEvent<T>) - Method in interface nl.knowledgeplaza.util.collection.CollectionListener
Invoked when an ObservableCollection changes
CollectionEvent<T> - Class in nl.knowledgeplaza.util.collection
The CollectionEvent provides information on an ObservableCollection object when it has been modified.
CollectionEvent(ObservableCollection<T>, int) - Constructor for class nl.knowledgeplaza.util.collection.CollectionEvent
Creates a CollectionEvent
CollectionEvent(ObservableCollection, int, T) - Constructor for class nl.knowledgeplaza.util.collection.CollectionEvent
Creates a CollectionEvent
CollectionEvent(ObservableCollection, int, Collection<T>) - Constructor for class nl.knowledgeplaza.util.collection.CollectionEvent
Creates a CollectionEvent
CollectionEvent(ObservableCollection, int, T, T) - Constructor for class nl.knowledgeplaza.util.collection.CollectionEvent
Creates a CollectionEvent
CollectionEvent(ObservableCollection, int, Collection<T>, Collection<T>) - Constructor for class nl.knowledgeplaza.util.collection.CollectionEvent
Creates a CollectionEvent
CollectionListener<T> - Interface in nl.knowledgeplaza.util.collection
The listener interface for receiving collection events.
CollectionObjectPoolFactory - Class in nl.knowledgeplaza.util.pool
This class is a simple implementation of an ObjectPoolFactory.
CollectionObjectPoolFactory(Collection) - Constructor for class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
CollectionObjectPoolFactory(Collection, boolean) - Constructor for class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
CollectionUtil - Class in nl.knowledgeplaza.util
The CollectionUtil provides methods for wrapping normal Collection objects with ObservableCollection objects, which allows a listener to register for changes to the Collection object.
CollectionUtil() - Constructor for class nl.knowledgeplaza.util.CollectionUtil
 
ColorUtil - Class in nl.knowledgeplaza.util
Some Color Utils methods a.o.
ColorUtil() - Constructor for class nl.knowledgeplaza.util.ColorUtil
 
commit(Connection) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Commit but throw a runtime exception instead of a SQLExeception.
COMMITEVERY_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
ComparableComparator - Class in nl.knowledgeplaza.util.comparators
This class will compare two comparables.
ComparableComparator() - Constructor for class nl.knowledgeplaza.util.comparators.ComparableComparator
 
ComparatorNotNulls - Class in nl.knowledgeplaza.util
A comparator that handles nulls before actually comparing.
ComparatorNotNulls() - Constructor for class nl.knowledgeplaza.util.ComparatorNotNulls
 
compare(Object, Object) - Method in class nl.knowledgeplaza.util.AbstractComparator
This is the actual compare
compare(Object, Object) - Method in class nl.knowledgeplaza.util.ComparatorNotNulls
 
compare(Object, Object) - Method in class nl.knowledgeplaza.util.comparators.ComparableComparator
 
compare(Object, Object) - Method in class nl.knowledgeplaza.util.comparators.InvertingComparator
 
compare(Object, Object) - Method in class nl.knowledgeplaza.util.reflection.ClassComparator
 
compare2(Object, Object) - Static method in class nl.knowledgeplaza.util.AbstractComparator
This is for convenience
compareForNull(Object, Object) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Do a compare for null on the two objects.
compareNotNulls(Object, Object) - Method in class nl.knowledgeplaza.util.ComparatorNotNulls
 
compareTo(Object) - Method in class nl.knowledgeplaza.math.Fraction
Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object
compareTo(Comparable, Comparable) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Does a o1.compareTo(o2) but also checks if o1 or o2 are null.
concat(byte[], byte[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Create a new byte array with holds the contents of a follow by b
Configuration - Class in nl.knowledgeplaza.util.configuration
 
Configuration() - Constructor for class nl.knowledgeplaza.util.configuration.Configuration
create and initialize with default settings
Configuration(Map<String, String>) - Constructor for class nl.knowledgeplaza.util.configuration.Configuration
get all the settings from the system properties then override with provided identifiers
Configuration(File...) - Constructor for class nl.knowledgeplaza.util.configuration.Configuration
Specify what files to use
ConfigurationProperties - Class in nl.knowledgeplaza.util
This class is a wrapper for context dependent property collections.
ConfigurationProperties() - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all the settings from the system properties
ConfigurationProperties(String) - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all but the parameters from the system properties
ConfigurationProperties(String, String) - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all but the parameters from the system properties
ConfigurationProperties(String, String, String) - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all but the parameters from the system properties
ConfigurationProperties(Map) - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all the settings from the system properties then override with provided identifiers
ConfigurationProperties(File...) - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties
get all the settings from the system properties then override with provided identifiers
ConfigurationProperties.ConfigurationChangedEvent - Class in nl.knowledgeplaza.util
 
ConfigurationProperties.ConfigurationChangedEvent() - Constructor for class nl.knowledgeplaza.util.ConfigurationProperties.ConfigurationChangedEvent
 
ConfigurationProperties.ConfigurationChangedListener - Interface in nl.knowledgeplaza.util
 
CONFIGURATIONPROPERTY_ID_APPLICATIONNAME - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
CONFIGURATIONPROPERTY_ID_HOST - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
CONFIGURATIONPROPERTY_ID_OSNAME - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
CONFIGURATIONPROPERTY_ID_PORT - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
CONFIGURATIONPROPERTY_ID_SYSTEMNAME - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
CONFIGURATIONPROPERTY_ID_USERNAME - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
 
ConfigurationProviderAbstract - Class in nl.knowledgeplaza.util.configuration
 
ConfigurationProviderAbstract(Configuration) - Constructor for class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
ConfigurationProviderPropertyFile - Class in nl.knowledgeplaza.util.configuration
Read configuration data from a property file.
ConfigurationProviderPropertyFile(Configuration, URL) - Constructor for class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
create and initialize with default settings
ConfigurationProviderXmlFile - Class in nl.knowledgeplaza.util.configuration
Read configuration data from an XML file
ConfigurationProviderXmlFile(Configuration, URL) - Constructor for class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
create and initialize with default settings
connect(String, Properties) - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
connect(String, Properties) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
Connection - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
contains(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
contains(Object) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
contains(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Return true if the string contains the other string.
contains(String, char) - Static method in class nl.knowledgeplaza.util.StringUtil
Return true if the string contains the other character.
contains(Object) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
containsAll(Collection<?>) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
containsAll(Collection<?>) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
containsAll(Collection<?>) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
containsKey(Object) - Method in class nl.knowledgeplaza.util.LinearMap
 
containsKey(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
containsValue(Object) - Method in class nl.knowledgeplaza.util.LinearMap
 
containsValue(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
contentEquals(File, File) - Static method in class nl.knowledgeplaza.util.FileUtil
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
convertDataValueToObjectValue(Object, Session) - Method in class nl.knowledgeplaza.util.jpa.FractionToBigDecimalConverter
to Fraction
convertDbIdentifierToJavaNotation(String, String, boolean) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
Converts database id to java id, allowing for id overriding, and incorporates stripping
convertDbIdentifierToJavaNotationPure(String) - Static method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
Converts a database id to java id without any tuning The resulting Java camelcase ID will start with a capital
convertDbIdentifierToJavaProperty(String, String) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
Without stripping "nr"
convertDbIdentifierToJavaPropertyStripIdPostfix(String, String) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
With stripping "nr"
ConvertEncoding - Class in nl.knowledgeplaza.util.dosutil
 
ConvertEncoding() - Constructor for class nl.knowledgeplaza.util.dosutil.ConvertEncoding
 
convertEncodingConvert(String, String, String, String) - Static method in class nl.knowledgeplaza.util.dosutil.ConvertEncoding
 
convertEncodingUsage() - Static method in class nl.knowledgeplaza.util.dosutil.ConvertEncoding
 
convertObjectValueToDataValue(Object, Session) - Method in class nl.knowledgeplaza.util.jpa.FractionToBigDecimalConverter
from Fraction
convertPrimitiveToObject(Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
Converts the primitive type to its corresponding Object type.
convertStandardTypesToString(Object) - Static method in class nl.knowledgeplaza.util.StringUtil
 
convertStringToStandardTypes(String, Class) - Static method in class nl.knowledgeplaza.util.StringUtil
 
copy(InputStream, OutputStream, ProgressListener) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
 
copy(InputStream, OutputStream, int, ProgressListener) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class nl.knowledgeplaza.util.IOUtil
 
copy(Reader, Writer, ProgressListener) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
 
copy(Reader, Writer, int, ProgressListener) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class nl.knowledgeplaza.util.IOUtil
 
copy(InputStream, Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(File, File) - Static method in class nl.knowledgeplaza.util.IOUtil
 
copy(byte[], OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(FileObject, File, ProgressListener) - Static method in class nl.knowledgeplaza.util.VfsUtils
copy a VFS file to a regular file
copy(FileObject, File) - Static method in class nl.knowledgeplaza.util.VfsUtils
 
copy(File, FileObject, ProgressListener) - Static method in class nl.knowledgeplaza.util.VfsUtils
copy a regular file to a VFS file
copy(File, FileObject) - Static method in class nl.knowledgeplaza.util.VfsUtils
 
copyDate(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
copies the date fields from the first into the second parameter
copyFile(File, File) - Static method in class nl.knowledgeplaza.util.FileUtil
conveniance
copyFile(File, File, boolean) - Static method in class nl.knowledgeplaza.util.FileUtil
Copy file from source to destination.
copyFileToDirectory(String, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class nl.knowledgeplaza.util.FileUtil
Copy file from source to destination.
copyProperties(Object, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via BeanInfo classes).
copyTime(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
copies the time fields from the first into the second parameter
copyURLToFile(URL, File) - Static method in class nl.knowledgeplaza.util.FileUtil
Copies bytes from the URL source to a file destination.
coreKeys() - Method in class nl.knowledgeplaza.util.Properties
getCoreKeys with an enumarator to mimick keys()
count(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
counts how many times the given pattern occurs in the given text.
countWords(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
 
create() - Static method in class nl.knowledgeplaza.util.RandomGUID
Just to make life easy, not quick
createAndStart() - Static method in class nl.knowledgeplaza.util.thread.WorkerThread
 
createAndStart(boolean) - Static method in class nl.knowledgeplaza.util.thread.WorkerThread
 
createAndStart(String, boolean) - Static method in class nl.knowledgeplaza.util.thread.WorkerThread
 
createConnectionPool(String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Create a factory and a pool (using the GenericObjectPool)
createConnectionPool(String, ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Create a factory and a pool (using the GenericObjectPool)
createConnectionPool(String, String, JdbcConnectionPoolFactory) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Create a pool (using the GenericObjectPool)
createConnectionPool(String, ConfigurationProperties, JdbcConnectionPoolFactory) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Create a pool (using the GenericObjectPool)
createConnectionPool(String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
createLogger() - Static method in class nl.knowledgeplaza.util.Log4jUtil
Automatically create a log4j logger off the class that class this method: static org.apache.log4j.Logger log4j = Log4jUtil.createLogger();
createLogger(String) - Static method in class nl.knowledgeplaza.util.Log4jUtil
Automatically create a log4j logger off the class that class this method: static org.apache.log4j.Logger log4j = Log4jUtil.createLogger();
createLogger() - Static method in class nl.knowledgeplaza.util.Slf4jUtil
Automatically create a log4j logger off the class that class this method: static org.slf4j.Logger log4j = Log4jUtil.createLogger(); Since Java 1.3 does not support getting the stacktrace,
createMap(String) - Static method in class nl.knowledgeplaza.util.CollectionUtil
quick insert some string key / values in a linear map
createNativeQuery(EntityManager) - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
Create native query with the parameters already filled (setXXX calls).
createNewArrayListAndClearOriginal(List<T>) - Static method in class nl.knowledgeplaza.util.CollectionUtil
For synchronized lists: create a new collection and clear the original
createNewInstance(BigDecimal) - Method in class nl.knowledgeplaza.math.BigDecimalN
This method creates a new instance of this (same base en digits) with a new value
createPreparedStatement(Connection) - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
Create prepared statement with the parameters already filled (setXXX calls).
createQuery() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
createSqlTrace() - Static method in class nl.knowledgeplaza.util.jdbc.Connection
 
createTempDir(String, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Create a temp dir
createTempDir() - Static method in class nl.knowledgeplaza.util.FileUtil
Create temp dir at the default location
CRITERIABUILDER_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
CRITERIAQUERY_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
current() - Static method in class nl.knowledgeplaza.util.JVM
 

D

DAEMON_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
dataChanged(List<String>) - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerChangeCount.DataChangeListener
 
DAY - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
deassociate(Component) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
deassociate(Thread) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
deassociateFromCurrentThread() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
debug - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
debugExec(StringBuffer) - Method in class nl.knowledgeplaza.util.Exec
Use this to append the parameters into the results.
dec() - Method in class nl.knowledgeplaza.math.BigDecimalN
Decrement by 1
DECADE - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
decode(String) - Static method in class nl.knowledgeplaza.util.Base64
Decodes a byte array from Base64 format.
decode(byte[]) - Static method in class nl.knowledgeplaza.util.Base64
Decodes a byte array from Base64 format.
decodeString(String) - Static method in class nl.knowledgeplaza.util.Base64
Decodes a string from Base64 format.
decrypt(String) - Method in class nl.knowledgeplaza.util.crypt.DesEncrypter
 
deepClone(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Returns a copy of the object
deepCloneReflection(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Makes a reflection-based deep clone of 'obj'.
deepCloneSerialisation(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Returns a copy of the object, or null if the object cannot be serialized.
deepToString(Object[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the "deep contents" of the specified array.
deleteChars(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Delete all occurencies of certain characters in a string.
deleted(File) - Method in interface nl.knowledgeplaza.util.DirectoryMonitor.DeleteListener
 
deleteDirectory(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Recursively delete a directory.
deleteDirectory(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Recursively delete a directory.
deleteListeners - Variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
describe() - Method in class nl.knowledgeplaza.util.configuration.Configuration
for feedback
describe() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
describe() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
describe() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
describe(Throwable) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
Fetch all possible data from an exception (causes, extra info, next exceptions, ...) as a string
describe(Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the entire set of properties for which the specified bean provides a read method.
describe(PropertyDescriptor) - Static method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
 
describeConfiguration() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
describeExtended(Throwable) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
Fetch all possible data from an exception (causes, extra info, next exceptions, ...) as a string plus environment information like system properties.
describePendingChangesDetailed() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
describePendingChangesDetailed(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
describePendingChangesSimple() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
describePendingChangesSimple(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
DesEncrypter - Class in nl.knowledgeplaza.util.crypt
Perform a DES ecryption or decryption.
DesEncrypter(String) - Constructor for class nl.knowledgeplaza.util.crypt.DesEncrypter
 
DesEncrypter(char[]) - Constructor for class nl.knowledgeplaza.util.crypt.DesEncrypter
 
DesEncrypter(char[], byte[], int) - Constructor for class nl.knowledgeplaza.util.crypt.DesEncrypter
 
destroyObject(Object) - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
if RecycleObjects = true, objects are added back to the list
destroyObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
destroyObject(Object) - Method in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
 
determineAndReadPropertyFiles() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
do both
determineAndReadPropertyFilesIfNotReadYet() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
Lazy reading
determineCheckDigit(String) - Static method in class nl.knowledgeplaza.util.barcode.EAN13Util
"modulus 10 check digit"
determineCheckDigit(String) - Static method in class nl.knowledgeplaza.util.barcode.UPC12Util
"modulus 10 check digit"
determineColumnType(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Return the java.sql.Types for a column NOTE: it may be smart to cache the results
determineColumnType(Connection, String, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Return the java.sql.Types for a column NOTE: it may be smart to cache the results
determineDisplayableMessage(Throwable) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
Create a displayable exception test
determinePropertyFiles() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
search and read the property files
determineWhereClassIsLoadedFrom(Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
 
DIRECTORY_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
DirectoryMonitor - Class in nl.knowledgeplaza.util
 
DirectoryMonitor() - Constructor for class nl.knowledgeplaza.util.DirectoryMonitor
We use a fluent interface, so use the withXXX methods and end with start();
DirectoryMonitor.AddListener - Interface in nl.knowledgeplaza.util
listen to new files // client side myDirectoryMonitor.addListeners.add(new DirectoryMonitor.AddListener(){ @Override public void add(File file) { }});
DirectoryMonitor.ChangeListener - Interface in nl.knowledgeplaza.util
listen to any change // client side myDirectoryMonitor.changeListeners.add(new DirectoryMonitor.ChangeListener(){ @Override public void changed(File file) { }});
DirectoryMonitor.DeleteListener - Interface in nl.knowledgeplaza.util
listen to removed files // client side myDirectoryMonitor.deleteListeners.add(new DirectoryMonitor.DeleteListener(){ @Override public void deleted(File file) { }});
distanceInDays(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Difference between two dates in days
distanceInMilliseconds(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Difference between two dates in milliseconds
div(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
div(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
div(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
divide(BigDecimalN, int) - Method in class nl.knowledgeplaza.math.BigDecimalN
Division
divide(BigDecimalN, int, int) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
divide(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
divide(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
divide(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
Dom4jUtil - Class in nl.knowledgeplaza.util
 
Dom4jUtil() - Constructor for class nl.knowledgeplaza.util.Dom4jUtil
 
done() - Method in class nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
 
done() - Method in class nl.knowledgeplaza.util.ProgressListener
 
done() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
For cleaning up (like setting the animation variable to null) When this method is executed, it only means that the animation is finished, NOT that it has reached its end value!
doProcess(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
here the process method is called, a hookin for the swing version
doubleValue() - Method in class nl.knowledgeplaza.math.Fraction
 
doubleValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 
Driver - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
Driver() - Constructor for class nl.knowledgeplaza.util.jdbc.Driver
 
dump() - Method in class nl.knowledgeplaza.util.Exec
Use this to dump the parameters to System.err.

E

EAN13Util - Class in nl.knowledgeplaza.util.barcode
EAN13 (GTIN): PPP XXXXXXXXX C - PPP = country prefix - XXXXXXXXX = company prefix and article numbers - C = mod 10 checkdigit Every EAN begins with a 2 or 3 digit prefix which indicates the country of origin.
EAN13Util() - Constructor for class nl.knowledgeplaza.util.barcode.EAN13Util
 
EchoServer - Class in nl.knowledgeplaza.util.io
This is a base class for easy server sockets: 1.
EchoServer(int) - Constructor for class nl.knowledgeplaza.util.io.EchoServer
 
EclipselinkDescriptorEventListenerRouter - Class in nl.knowledgeplaza.util.jpa
Redirect Eclipselink events to the actual entities (which have implemented EclipselinkEntityEventListener)
EclipselinkDescriptorEventListenerRouter() - Constructor for class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener - Interface in nl.knowledgeplaza.util.jpa
 
EclipselinkEntityManagerExtender - Class in nl.knowledgeplaza.util.jpa
Extend the extender with Eclipselink specifics
EclipselinkEntityManagerExtender(EntityManager) - Constructor for class nl.knowledgeplaza.util.jpa.EclipselinkEntityManagerExtender
 
EclipselinkUtil - Class in nl.knowledgeplaza.util.jpa
 
EclipselinkUtil() - Constructor for class nl.knowledgeplaza.util.jpa.EclipselinkUtil
 
elem_common - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
elem_default - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
elem_locale - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
EMPTY_STRING_ARRAY - Static variable in class nl.knowledgeplaza.util.JdbcUtil
 
encode(byte[]) - Static method in class nl.knowledgeplaza.util.Base64
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class nl.knowledgeplaza.util.Base64
Encodes a byte array into Base64 format.
encodeString(String) - Static method in class nl.knowledgeplaza.util.Base64
Encodes a string into Base64 format.
encrypt(String) - Method in class nl.knowledgeplaza.util.crypt.DesEncrypter
 
entity - Variable in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount.EntityChangeEvent
 
entityChanged(EntityManagerChangeCount.EntityChangeEvent) - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerChangeCount.EntityChangeListener
 
ENTITYCLASS_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
ENTITYMANAGER_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
EntityManagerChangeCount - Class in nl.knowledgeplaza.util.jpa
ChangeCount: a per EntityManager registration of changes present in the BM The logical place to maintain a indication of if there are any pending changes, is within the BM.
EntityManagerChangeCount() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
EntityManagerChangeCount.DataChangeListener - Interface in nl.knowledgeplaza.util.jpa
 
EntityManagerChangeCount.EntityChangeEvent - Class in nl.knowledgeplaza.util.jpa
 
EntityManagerChangeCount.EntityChangeListener - Interface in nl.knowledgeplaza.util.jpa
 
EntityManagerExtender - Class in nl.knowledgeplaza.util.jpa
The disconnected usage of the EM requires that prior to storing or removing the toplevel entity a clear must be called, then the toplevel entity is stored/removed and is propogated down.
EntityManagerExtender(EntityManager) - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 
EntityManagerExtender.Action - Class in nl.knowledgeplaza.util.jpa
 
EntityManagerExtender.Action() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerExtender.Action
 
EntityManagerExtender.EventListener - Interface in nl.knowledgeplaza.util.jpa
 
EntityManagerExtender.EventListenerImpl - Class in nl.knowledgeplaza.util.jpa
 
EntityManagerExtender.EventListenerImpl() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
EntityManagerFinder - Class in nl.knowledgeplaza.util.jpa
EntityManagerFinder is used to get the appropriate EntityManager from anywhere.
EntityManagerFinder() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
EntityManagerFinderSingleton - Class in nl.knowledgeplaza.util.jpa
Restores a single EntityManager
EntityManagerFinderSingleton() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerFinderSingleton
 
EntityManagerFinderSwing - Class in nl.knowledgeplaza.util.jpa
This is a combination of a focus based and thread based.
EntityManagerFinderSwing() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
EntityManagerFinderThread - Class in nl.knowledgeplaza.util.jpa
Store an entity manager related to a thread.
EntityManagerFinderThread() - Constructor for class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
EntityTransactionExtender - Class in nl.knowledgeplaza.util.jpa
 
entrySet() - Method in class nl.knowledgeplaza.util.LinearMap
must return the same collection everytime as defined in the Map interface
entrySet() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
must return the same collection everytime as defined in the Map interface
entrySet() - Method in class nl.knowledgeplaza.util.ValueSortedMap
 
EnumerationToIteratorAdapter<T> - Class in nl.knowledgeplaza.util
Utility method for converting Enumeration to an Iterator class.
EnumerationToIteratorAdapter(Enumeration<T>) - Constructor for class nl.knowledgeplaza.util.EnumerationToIteratorAdapter
 
EnvironmentVariables - Class in nl.knowledgeplaza.util
An helper class to handle environment variables when they're present on the underlying operating system.
EnvironmentVariables() - Constructor for class nl.knowledgeplaza.util.EnvironmentVariables
Constructor for EnvironmentVariables.
EnvironmentVariables.Generator - Interface in nl.knowledgeplaza.util
A class implementing this interface is able to retrieve environment information in some way.
EnvironmentVariables.NameTransformer - Interface in nl.knowledgeplaza.util
Classes implementing this interface can transform environment names in a "canonical" form
EnvironmentVariables.SimpleNameTransformer - Class in nl.knowledgeplaza.util
A NameTransformerwhich produces names in the style of typical java property names.
EnvironmentVariables.SimpleNameTransformer(String) - Constructor for class nl.knowledgeplaza.util.EnvironmentVariables.SimpleNameTransformer
 
EnvironmentVariables.SimpleNameTransformer() - Constructor for class nl.knowledgeplaza.util.EnvironmentVariables.SimpleNameTransformer
 
envNames() - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the set of environment variables names
envPropertyNames() - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the set of property names derived by the environment variables, as obtained by getEnvProperty()
EPOCH_UNIX_ERA_DAY - Static variable in class nl.knowledgeplaza.util.CalendarUtil
Value to add to the day number returned by this calendar to find the Julian Day number.
equal(BigInteger, BigInteger) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
equal(BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
equal(BigDecimal, BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
similar to equal, but allowing for rounding problems.
EQUAL - Static variable in class nl.knowledgeplaza.util.AbstractComparator
 
equalOrGreater(BigInteger, BigInteger) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
equalOrGreater(BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
equals(Object) - Method in class nl.knowledgeplaza.math.Fraction
 
equals(Object) - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
equals(Object, Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Does a o1.equals(o2) but also checks if o1 or o2 are null.
equals(Object) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
equals(Object) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
equals(Object) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
equalsTrueInSomeForm(String) - Static method in class nl.knowledgeplaza.util.StringUtil
all of "true", "yes" or "1", case insensitive and trimmed, are considered 'true'
escapeForSQL(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Helper function for escaping strings that should be used in SQL queries.
escapeHTML(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Replaces characters that may be confused by a HTML parser with their equivalent character entity references.
escapeHTMLTag(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Replace characters having special meaning inside HTML tags with their escaped equivalents, using character entities such as '&'.
escapeJavaLiteral(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Replaces characters that are not allowed in a Java style string literal with their escape characters.
escapeRegex(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Replace characters having special meaning in regular expressions with their escaped equivalents.
escapeSQL(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Replaces characters that may be confused by an SQL parser with their equivalent escape characters.
escapeString(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Escape all String delimiter with \
escapeURL(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Synonym for URLEncoder.encode(String, "UTF-8").
escapeURLUsernameAndPassword(String) - Static method in class nl.knowledgeplaza.util.VfsUtils
Certain characters must be escaped in username or password
ExceptionUtil - Class in nl.knowledgeplaza.util
 
ExceptionUtil() - Constructor for class nl.knowledgeplaza.util.ExceptionUtil
 
Exec - Class in nl.knowledgeplaza.util
Implements an exec() interface.
Exec(String[], String[]) - Constructor for class nl.knowledgeplaza.util.Exec
Create an exec object that will throw away all output.
Exec(String[], String[], StringBuffer) - Constructor for class nl.knowledgeplaza.util.Exec
Create an exec object that will write output into StringBuffer.
Exec(String[], String[], PrintWriter) - Constructor for class nl.knowledgeplaza.util.Exec
Create an exec object that will write output to a PrintWriter.
exec() - Method in class nl.knowledgeplaza.util.Exec
Run the program.
execute(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Execute a single SQL
execute(Connection, String, Object...) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Execute a single SQL with parameters
execute(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
execute(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Execute a single SQL with parameters
execute(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
execute(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
execute(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
executeNextClearWithoutClearingRemovedEntities(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 

F

factoryActivateObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
factoryDestroyObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
factoryDestroyObject(Object) - Method in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
Clean up the statistical data
factoryMakeObject() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
factoryPassivateObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
factoryValidateObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
FastestFirstObjectPool - Class in nl.knowledgeplaza.util.pool
This class implements a priority pool based on the assumption that all pooled objects are the same but not identical.
FastestFirstObjectPool() - Constructor for class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
Initialize Assume that the pooled objects are Comparable
FastestFirstObjectPool(PoolableObjectFactory) - Constructor for class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
Initialize
FastestFirstObjectPool(Collection, Comparator) - Constructor for class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
Initialize
FILEFILTER_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
filePrefix(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
create a date-time file prefix
filePrefix() - Static method in class nl.knowledgeplaza.util.CalendarUtil
 
filePrefixLong(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
create a date-time file prefix including milliseconds
filePrefixLong() - Static method in class nl.knowledgeplaza.util.CalendarUtil
 
FileUtil - Class in nl.knowledgeplaza.util
This class provides basic facilities for manipulating files and file paths.
fill(Collection) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
Initialize
filter(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Only allow those characters that are present in the filter filter("aAAcA-1%23", "ABCDEFGHIJKLMNOPQRSTIUVWXYZ1234567890") returns AAA123
filterChars(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Leave any of the characters in chars in the string
FILTERCHARS_BACKSLASH - Static variable in class nl.knowledgeplaza.util.StringUtil
 
FILTERCHARS_DIGITS - Static variable in class nl.knowledgeplaza.util.StringUtil
 
FILTERCHARS_LOWERLETTERS - Static variable in class nl.knowledgeplaza.util.StringUtil
 
FILTERCHARS_PUNCTUATION - Static variable in class nl.knowledgeplaza.util.StringUtil
 
FILTERCHARS_QUOTES - Static variable in class nl.knowledgeplaza.util.StringUtil
 
FILTERCHARS_UPPERLETTERS - Static variable in class nl.knowledgeplaza.util.StringUtil
 
find(Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
find() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
find(Object) - Method in class nl.knowledgeplaza.util.LinearMap
find the index of a key
find(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
find the index of a key
findEntityManager() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
Deprecated.  
findProviders(Configuration) - Static method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
findProviders(Configuration) - Static method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
findThrowableInChain(Throwable, Class) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
 
findUrls(Configuration, String) - Static method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
search and read the property files with all kind of mutaties of the identifiers in the filename, like _systemname or _username.
findValue(V) - Method in class nl.knowledgeplaza.util.LinearMap
find the index of a key
findValue(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
find the index of a key
fire(E) - Method in class nl.knowledgeplaza.util.ListenerHandler
fire
fire() - Method in class nl.knowledgeplaza.util.ListenerHandler
 
fire(L, E) - Method in class nl.knowledgeplaza.util.ListenerHandler
This method should be overriden if other listeners and events are to be used
fireCollectionEvent(CollectionEvent) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Fires a CollectionEvent to all listeners.
fireCollectionEvent(CollectionEvent<T>) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
Fires a CollectionEvent to all listeners.
fireCollectionEvent(CollectionEvent) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Fires a CollectionEvent to all listeners.
fireCollectionEvent(CollectionEvent) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Fires a CollectionEvent to all listeners.
fireCollectionEvent(CollectionEvent) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Fires a CollectionEvent to all listeners.
fireCollectionEvent(CollectionEvent) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Fires a CollectionEvent to all listeners.
fireConfigurationChanged() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
fireDataChanges() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
fireEntityChanges(EntityManagerChangeCount.EntityChangeEvent) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
fireIndividually(E) - Method in class nl.knowledgeplaza.util.ListenerHandler
fire, but catch exceptions so all will be fired
firePropertyChange(String, Object, Object) - Method in class nl.knowledgeplaza.util.AbstractBean
 
firePropertyChange(String, Object, Object) - Method in class nl.knowledgeplaza.util.property.Property
 
fireVetoableChange(String, Object, Object) - Method in class nl.knowledgeplaza.util.AbstractBean
 
fireVetoableChange(String, Object, Object) - Method in class nl.knowledgeplaza.util.property.Property
 
firstCharacterLowercase(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Make the first character lowercase
firstCharacterUppercase(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Make the first character uppercase
firstWord(String) - Static method in class nl.knowledgeplaza.util.StringUtil
 
flattenString(String) - Static method in class nl.knowledgeplaza.util.StringUtil
throw away all line feeds
floatValue() - Method in class nl.knowledgeplaza.math.Fraction
 
floatValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 
flush() - Method in class nl.knowledgeplaza.util.io.TeeOutputStream
Flush both underlying OutputStreams.
flush() - Method in class nl.knowledgeplaza.util.io.TeeWriter
Flush both underlying Writers.
flush(OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
 
flush(Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
 
forceDelete(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Delete a file.
forceDelete(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Delete a file.
forceDeleteOnExit(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Make a directory.
format(LoggingEvent) - Method in class nl.knowledgeplaza.util.log4j.HTMLLayout
improve the layout: - top align the - replace \n with
format(Date, StringBuffer, FieldPosition) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
formatCall(String, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
formatCall(String, Method, Object[], Object) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
formatToCharacterIterator(Object) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
forName(String) - Static method in class nl.knowledgeplaza.util.ClassUtil
Identical to Class.forName but wraps the ClassNotFoundException in a runtime exception
Fraction - Class in nl.knowledgeplaza.math
This class tries to mimick the calculating as we to it in school and not on computers.
Fraction() - Constructor for class nl.knowledgeplaza.math.Fraction
Default is zero
Fraction(int) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(long) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(BigDecimal) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(BigInteger) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(double) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(float) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(String) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(int, int) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(BigInteger, BigInteger) - Constructor for class nl.knowledgeplaza.math.Fraction
 
Fraction(Fraction) - Constructor for class nl.knowledgeplaza.math.Fraction
 
fraction() - Method in class nl.knowledgeplaza.math.Fraction
Get only the fraction bit
fractionalize(int) - Method in class nl.knowledgeplaza.math.Fraction
TODO: Find the nearest fraction e.g.
FractionToBigDecimalConverter - Class in nl.knowledgeplaza.util.jpa
 
FractionToBigDecimalConverter() - Constructor for class nl.knowledgeplaza.util.jpa.FractionToBigDecimalConverter
 
FROMCONNECTION_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
FROMFIELDS_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
fromJavaStringLiteral(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Convert a backslash notation into a String (e.g.
FROMKEYS_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
fromStringColor(String) - Static method in class nl.knowledgeplaza.util.ColorUtil
Convert a HTML color string ("#RRGGBB") to a Color
FROMTABLENAME_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 

G

garbageCollect() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
garbageCollect() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
generateClass(String, String, String, boolean) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
generateClass(File, String, String, String, boolean) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
generateLocalePermutations(Locale) - Static method in class nl.knowledgeplaza.util.Internationalization
Translate
generatePKClass(File, String, String, String, List<String>, Map<String, String>) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
GenericsUtil - Class in nl.knowledgeplaza.util
Constructors for easy generics: Map> m = newHashMap(); instead of: Map> m = new HashMap>(); This is also available Google Collections in http://code.google.com/p/google-collections/ Which will be moved to Guava sometime http://code.google.com/p/guava-libraries/
GenericsUtil() - Constructor for class nl.knowledgeplaza.util.GenericsUtil
 
GenericVisitor - Class in nl.knowledgeplaza.util
Usage: GenericVisitor visitor = new GenericVisitor(); visitor.addVisitor(A.class, new AVisitor()); visitor.addVisitor(B.class, new BVisitor()); visitor.addVisitor(C.class, new CVisitor()); visitor.addVisitor(D.class, new DVisitor()); visitor.addVisitor(E.class, new EVisitor()); visitor.visit(new C()); Or write a "MyVisitor" with methods "visit(A objecT)" extending GenericVisitor.
GenericVisitor(Comparator) - Constructor for class nl.knowledgeplaza.util.GenericVisitor
 
GenericVisitor() - Constructor for class nl.knowledgeplaza.util.GenericVisitor
 
GenericVisitor.Visitor - Interface in nl.knowledgeplaza.util
 
get(int) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
get() - Static method in class nl.knowledgeplaza.util.configuration.Configuration
Singleton or thread related
get(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
find the first definition of a property and return its value
get(String, String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: first check the context then the pure property name
get(String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
get(Class, String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: first check full name, then simple name then property only
get(Class, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
get(Object, String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: use the class of the object
get(Object, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
get(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
get(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
get(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
get() - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
Singleton or thread related
get(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
find the first definition of a property and return its value
get(Class, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
Deprecated. use get2 for correct behavior or switch to the Configuration class
get(Object, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
Deprecated. use get2 for correct behavior or switch to the Configuration class
get() - Static method in class nl.knowledgeplaza.util.Internationalization
 
get(Object) - Method in class nl.knowledgeplaza.util.LinearMap
 
get(int) - Method in class nl.knowledgeplaza.util.LinearSet
 
get() - Method in class nl.knowledgeplaza.util.property.Property
 
get(K) - Method in class nl.knowledgeplaza.util.SimpleLRUCache
 
get(int) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
get(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
get(int) - Method in class nl.knowledgeplaza.util.SortedSet
 
get(Runnable, String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
fetch a specific value for this thread
get(String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
 
get(ThreadGroup, String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
fetch a specific value for this thread
get(int) - Method in class nl.knowledgeplaza.util.TypeToken
 
get() - Method in class nl.knowledgeplaza.util.ValueHolder
 
get(int) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
get2(String, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
convenience method: first check the context then the pure property name
get2(Class, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
convenience method: first check the context (full classname, simple classname) then the pure property name
get2(Object, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
convenience method: first check the context then the pure property name
get2DigitYearStart() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
getAccessibleMethod(Class, String, Class) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
getAccessibleMethod(Class, String, Class[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getActivityDescription(String) - Method in class nl.knowledgeplaza.util.thread.WorkerThread
 
getActivityDescription() - Method in class nl.knowledgeplaza.util.thread.WorkerThread
 
getAdditionalPaths() - Method in class nl.knowledgeplaza.util.configuration.Configuration
AdditionalPaths
getAdditionalPaths() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
AdditionalPaths
getAnimate() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getApplicationName() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
applicationname
getAsProperties() - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return a Properties object with the environment properties, whose names are names derived by the environment variables, as obtained by getEnvProperty()
getAssociation(Component) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
getAutoCommit() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getBase() - Method in class nl.knowledgeplaza.math.BigDecimalN
 
getBean() - Method in class nl.knowledgeplaza.util.property.Property
Bean: beware that setting this property will cause the addProperty call to be executed on the bean! So during construction this must be possible.
getByte(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getCacheAll() - Method in class nl.knowledgeplaza.util.JarResources
CacheAll
getCacheSize() - Method in class nl.knowledgeplaza.util.SimpleLRUCache
CacheSize:
getCalendar() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getCalendar() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
getCallableStatement() - Method in class nl.knowledgeplaza.util.jdbc.CallableStatement
returns the original object for handling driver specific functions
getChain() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
by chaining configuration properties several naming scheme's can be combined
getCheckForUpdates() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
getClass(Type) - Static method in class nl.knowledgeplaza.util.TypeRef
Get class
getClass(TypeRef) - Static method in class nl.knowledgeplaza.util.TypeRef
 
getCnt() - Method in class nl.knowledgeplaza.util.log4j.SMTPAppender.EvaluatorClass
Get counter
getCollection(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
get all properties that match a prefix as a map For example: my.collection.1.f.1=A1 my.collection.1.f.2=B1 my.collection.1.f.3=C1 my.collection.3.f.1=A3 my.collection.3.f.2=B3 my.collection.3.f.3=C3 Calling this method with prefix my.collection.1, returns a map with: f.1=A1 f.2=B1 f.3=C1
getCollection(String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: first check the context then the pure property name
getCollection(Class, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: first check full name, then simple name then property only
getCollection(Object, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
convenience method: use the class of the object
getCollection(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
getCollection(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
getCollection(String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
getCollection(String, Map<String, String>, List<ConfigurationProviderXmlFile.ConfigurationNode>, String) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
getCollection(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
get all properties that match a prefix
getCollection(String, Properties) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
The group logic on one free set of properties.
getCollection(String) - Method in class nl.knowledgeplaza.util.Properties
Fetch all properties that have a certain prefix.
getCommitEvery() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
CommitEvery:
getComparator() - Method in interface nl.knowledgeplaza.util.collection.SortedCollection
Comparator
getComparator() - Method in class nl.knowledgeplaza.util.collection.SortedList
Comparator
getComparator() - Method in class nl.knowledgeplaza.util.comparators.InvertingComparator
Comparator
getConfiguration() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
Configuration
getConnection() - Method in class nl.knowledgeplaza.util.jdbc.Connection
returns the original object for handling driver specific functions
getConnection() - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
getConnection() - Method in class nl.knowledgeplaza.util.jdbc.ResultSet
 
getConnection() - Method in class nl.knowledgeplaza.util.jdbc.Statement
 
getConnection() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
This method fetches a connection from the pool, and wraps it in a pooled connection, so it is returned to the pool upon close.
getConnection(String, String) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
getConnectionPool(Map, String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Get the database pool from a map or create one
getConnectionPool(Map, String, ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Get the database pool from a map or create one
getConnectionPool(Map, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getConnectionPool(String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Get the database pool from the embedded map
getConnectionPool(String, ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Get the database pool from the embedded map
getConnectionPool(String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getConnectionPool(ServletContext, String, ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
Get the database pool from a servlet context or create one
getConnectionPool(ServletContext, String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
Get the database pool from a servlet context or create one
getConnectionPool(ServletContext, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
getConnectionPool(HttpSession, String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
getConnectionPool(HttpSession, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
getConnectionPool(HttpServletRequest, String, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
getConnectionPool(HttpServletRequest, String) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
getConnectionPool(HttpServletRequest, String, String, boolean) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
Deprecated.  
getContentAsBytes(URL) - Static method in class nl.knowledgeplaza.util.IOUtil
 
getContentAsString(URL) - Static method in class nl.knowledgeplaza.util.IOUtil
 
getContentType() - Method in class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
getCoreKeys() - Method in class nl.knowledgeplaza.util.Properties
Return a list with all keys without the conditions
getCriteriaBuilder() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
CriteriaBuilder:
getCriteriaQuery() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
CriteriaQuery:
getDaemon() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
getDate() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDate(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getDateFormatSymbols() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
getDateSeparator() - Static method in class nl.knowledgeplaza.util.CalendarUtil
Return the date separator, e.g.
getDateSeparator(Locale) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Return the date separator, e.g.
getDayOfMonth() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDayOfWeek() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDaysFrom(long) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDaysFrom(Date) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDaysFrom(CalendarWrapper) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDaysFromNow() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDaysInMonth() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getDefaultLocale() - Method in class nl.knowledgeplaza.util.Internationalization
DefaultLocale
getDefaultValueFor(int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Return a default value for all java.sql.Types
getDelayedActions() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
DelatedActions
getDeleteInToSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getDeleteInToValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getDenominator() - Method in class nl.knowledgeplaza.math.Fraction
 
getDigits() - Method in class nl.knowledgeplaza.math.BigDecimalN
 
getDirectory() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
Directory:
getDivider() - Method in class nl.knowledgeplaza.math.Fraction
 
getDouble(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getElement() - Method in class nl.knowledgeplaza.util.TypeToken
 
getEMAssociation(EntityManager, Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
getEMAssociation(Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
getEmbeddedTypes(Type) - Static method in class nl.knowledgeplaza.util.TypeRef
Get embedded types
getEmbeddedTypes(TypeRef) - Static method in class nl.knowledgeplaza.util.TypeRef
 
getEndValue() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getEntityClass() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
EntityClass:
getEntityManager() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
EntityManager
getEntityManager(Object) - Method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
getEntityManager(Object) - Method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSingleton
 
getEntityManager(Object) - Method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
getEntityManager(Object) - Method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
getEntityManager() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
EntityManager:
getEntityManagerExtender() - Method in class nl.knowledgeplaza.util.jpa.EntityTransactionExtender
EntityManagerExtender
getEntityManagerFinder() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
getEntityTransaction() - Method in class nl.knowledgeplaza.util.jpa.EntityTransactionExtender
EntityTransaction
getEnv(String, EnvironmentVariables.NameTransformer) - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the name of the given variable, after applying the given name transformation
getEnv(String) - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the value of the environemnt variable of the given name
getEnvironment() - Method in interface nl.knowledgeplaza.util.EnvironmentVariables.Generator
Return an array of a 2-columns array of Strings containing variable names and values
getEnvProperty(String) - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the value of a property whose name is a transformation of an environment variable name according to a SimpleNameTransformer
getExistsInFromSql(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getExistsInFromSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getExistsInFromValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getExistsInToSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getExistsInToValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getExitValue() - Method in class nl.knowledgeplaza.util.Exec
Get the exit value of the exec().
getExtension(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Get extension from filename.
getFactory() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
PoolableObjectFactory
getFieldLength(Connection, String, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Determines the length of a field using metadata
getFieldLength(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Determines the length of a field using metadata
getFields() - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
Return the fields for JdbcUtil methods.
getFileFilter() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
FileFilter:
getFireOnce() - Method in class nl.knowledgeplaza.util.ListenerHandler
 
getFloat(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getForcedFiles() - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
getFromConnection() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
FromConnection:
getFromFields() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
FromFields:
getFromFieldValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getFromKeys() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
FromKeys:
getFromKeyValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getFromTablename() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
FromTablename:
getGenericEntityManagerFactoryOptions() - Static method in class nl.knowledgeplaza.util.jpa.AbstractBMEclipselink
 
getGregorianCalendar(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getGroupedCollection(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
Get all properties that match a prefix and group them.
getGroupedCollection(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
Get all properties that match a prefix and group them.
getGroupedCollection(String) - Method in class nl.knowledgeplaza.util.Properties
Get all properties that match a prefix and group them.
getHour() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getHoursFrom(long) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getHoursFrom(Date) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getHoursFrom(CalendarWrapper) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getId() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
Id:
getIdentifier(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
identifier
getIdentifier(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
identifier
getIdentifier(String) - Method in class nl.knowledgeplaza.util.Properties
 
getIdentifierLock() - Method in class nl.knowledgeplaza.util.configuration.Configuration
IdentifierLock
getIdentifierLock() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
IdentifierLock
getIdentifiers() - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
getIdentifiers() - Method in class nl.knowledgeplaza.util.Properties
 
getIndexedProperty(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified indexed property of the specified bean, with no type conversions.
getInitialDelay() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
InitialDelay:
getInputStream() - Method in class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
Return an InputStream for the data.
getInsertInToSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getInsertInToValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getInstance() - Static method in class nl.knowledgeplaza.util.EnvironmentVariables
Return the single instance of this class
getInt(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getInternationalization() - Static method in class nl.knowledgeplaza.util.Internationalization
Singleton
getIterator() - Static method in class nl.knowledgeplaza.util.collection.NullIterator
 
getJdbcConnection(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Get JDBC connection
getJulianDay(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
 
getKey() - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Returns the key corresponding to this entry.
getKey() - Method in class nl.knowledgeplaza.util.KeyValueMapEntry
 
getKeyAt(int) - Method in class nl.knowledgeplaza.util.LinearMap
 
getKeys(Element, Hashtable) - Method in class nl.knowledgeplaza.util.XmlResourceBundle
 
getKeys() - Method in class nl.knowledgeplaza.util.XmlResourceBundle
 
getLocation(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
find the location of the first definition of a property
getLog4jRest() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getLog4jResultset() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getLog4jSql() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getLog4jSqlTrace() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getLogging() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getLoginTimeout() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
getLogWriter() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
getLong(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getMajorVersion() - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
getMajorVersion() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
getManualProperties() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
we allow adding one manual properties set
getMappedProperty(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedPropertyType() - Method in class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Gets the Class object for the property values.
getMappedReadMethod() - Method in class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Gets the method that should be used to read one of the property value.
getMappedWriteMethod() - Method in class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Gets the method that should be used to write one of the property value.
getMatchingAccessibleMethod(Class, String, Class[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getMaxActive() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
MaxActive
getMaxIdle() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
MaxIdle
getMaxWait() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
MaxWait
getMethod(Object, String, Class[]) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Determine if object has a method
getMidnight() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getMillisecond() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getMinimumNumberOfMeasurements() - Method in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
MinimumNumberOfMeasurements
getMinimumStepDelay() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getMinorVersion() - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
getMinorVersion() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
getMinute() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getMonth() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getMyPrefix() - Method in class nl.knowledgeplaza.util.jdbc.CallableStatement
 
getMyPrefix() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getMyPrefix() - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
getMyPrefix() - Method in class nl.knowledgeplaza.util.jdbc.ResultSet
 
getMyPrefix() - Method in class nl.knowledgeplaza.util.jdbc.Statement
 
getName() - Method in class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
getName() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
getName() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
Name
getName() - Method in class nl.knowledgeplaza.util.property.Property
Name:
getName() - Method in class nl.knowledgeplaza.util.thread.Semaphore
 
getNameDescription() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
getNameDescription() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
getNestedProperty(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getNextSequenceNumberValue(EntityManager, Class) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
Allocate a new PK
getNextValueFromSequenceTable(Connection, String, String, String, String, int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Get a value block from a sequence table
getNextValueFromSequenceTable(Connection, String, String, String, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Get a single value from a sequence table
getNextValueFromSequenceTable(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Get a single value from the sequence table: create table seq(seq_id varchar(20), seq_val integer default 0, primary key(seq_id));
getNextValueFromSequenceTableAndCheck(Connection, String, String, String, String, String, int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Get a single value from a sequence table
getNumActive() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
getNumActive() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
getNumActive() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
getNumActive() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
getNumberFormat() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
getNumberOfObjectsScheduledForDestruction() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
number of objects scheduled for destruction
getNumerator() - Method in class nl.knowledgeplaza.math.Fraction
 
getNumIdle() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
getNumIdle() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
getNumIdle() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
getNumIdle() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
getObject(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getObservedCollection() - Method in interface nl.knowledgeplaza.util.collection.ObservableCollection
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableList
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableMap
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableSet
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
To access the collection that is being observed.
getObservedCollection() - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
To access the collection that is being observed.
getOriginalValue() - Method in class nl.knowledgeplaza.util.collection.CollectionEvent
Gets the value that was modified (only relevant on MODIFY)
getOsName() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
osname
getOutputStream() - Method in class nl.knowledgeplaza.util.javamail.ByteArrayDataSource
 
getOverride() - Method in class nl.knowledgeplaza.util.thread.WorkerThread
 
getParameterArray() - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
getParameters() - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
getParameters() - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
getPath(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Get path from filename.
getPath(String, char) - Static method in class nl.knowledgeplaza.util.FileUtil
Get path from filename.
getPollDelay() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
PollDelay: default 5 seconds
getPool() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
getPooledObjects() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method bolts synchronization onto the implementation
getPooledObjectsImpl() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method allows read only access to the collection of handed out objects, used by the generic algorithm
getPooledObjectsImpl() - Method in class nl.knowledgeplaza.util.pool.PriorityObjectPool
 
getPooledObjectsImpl() - Method in class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
 
getPooledObjectsImpl() - Method in class nl.knowledgeplaza.util.pool.StackObjectPool
 
getPoolname() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getPoolnameDescription() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getPrefix() - Method in class nl.knowledgeplaza.util.configuration.Configuration
the prefix is configurable
getPrefix() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
the prefix is configurable
getPrefix() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
getPreparedStatement() - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
returns the original object for handling driver specific functions
getPrimitiveType(Class) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Gets the class for the primitive type corresponding to the primitive wrapper class given.
getPrimitiveWrapper(Class) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Gets the wrapper object class for the given primitive type class.
getProperties() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
Flatten all properties into one
getProperties() - Static method in class nl.knowledgeplaza.util.SystemAddon
This method adds to the regular System properties the ones in a file called "system.properties" in the "java.home" directory or (if not found) any other system properties.
getProperty(String) - Method in class nl.knowledgeplaza.util.Properties
Get a property value If there are multiple conditional properties for the same key, fetch the one with the highest condition match.
getProperty(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getProperty(String) - Static method in class nl.knowledgeplaza.util.SystemAddon
This method adds to the regular System properties the ones in a file called "system.properties" in the "java.home" directory or (if not found) any other system properties.
getPropertyChangeListeners() - Method in class nl.knowledgeplaza.util.AbstractBean
PropertyChange
getPropertyChangeListeners(String) - Method in class nl.knowledgeplaza.util.AbstractBean
 
getPropertyChangeListeners() - Method in class nl.knowledgeplaza.util.property.Property
PropertyChange
getPropertyChangeListeners() - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
getPropertyChangeListeners(String) - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
getPropertyDescriptor(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Retrieve the property descriptor for the specified property of the specified bean, or return null if there is no such descriptor.
getPropertyDescriptors(Class) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Retrieve the property descriptors for the specified class, introspecting and caching them the first time a particular bean class is encountered.
getPropertyDescriptors(Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Retrieve the property descriptors for the specified bean, introspecting and caching them the first time a particular bean class is encountered.
getPropertyEditorClass(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
getPropertyInfo(String, Properties) - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
getPropertyInfo(String, Properties) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
getPropertyType(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getReadMethod(PropertyDescriptor) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return an accessible property getter method for this property, if there is one; otherwise return null.
getReadOnly() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
getRecord(int) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcList
 
getRecycleObjects() - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
getResource(String) - Method in class nl.knowledgeplaza.util.JarResources
Extracts a jar resource
getResource(String) - Static method in class nl.knowledgeplaza.util.ResourceLoader
Try to find a resource
getResource(String, List) - Static method in class nl.knowledgeplaza.util.ResourceLoader
Try to find a resource
getResource2(String) - Method in class nl.knowledgeplaza.util.JarResources
Extracts a jar resource, IOException just returns null
getResourceAsStream(String) - Method in class nl.knowledgeplaza.util.JarResources
Extracts a jar resource as a blob.
getResourceAsStream(String) - Static method in class nl.knowledgeplaza.util.ResourceLoader
Try to find a resource
getResourceAsStream2(String) - Method in class nl.knowledgeplaza.util.JarResources
Extracts a jar resource, IOException just returns null
getResourceNames() - Method in class nl.knowledgeplaza.util.JarResources
Extracts a jar resource
getResources(String) - Static method in class nl.knowledgeplaza.util.ResourceLoader
Try to find a resource
getResources(String, List<File>) - Static method in class nl.knowledgeplaza.util.ResourceLoader
Try to find a resource
getResult(Element, String) - Method in class nl.knowledgeplaza.util.XmlResourceBundle
 
getResultSet() - Method in class nl.knowledgeplaza.util.jdbc.ResultSet
returns the original object for handling driver specific functions
getRoot() - Method in class nl.knowledgeplaza.util.TypeTokenTree
 
getScale() - Method in class nl.knowledgeplaza.math.BigDecimalN
 
getSecond() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getSelectInFromSql(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getSelectInFromSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getSelectInToSql(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getSelectInToSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getSession(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
get Eclipselink's session from a generic entityManager This actually is quite trivial once you got a hold of Eclipselink's JpaEntityManager, but just to be convenient we're doing here for you.
getShort(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getSimpleName(Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
 
getSimpleProperty(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return the value of the specified simple property of the specified bean, with no type conversions.
getSingleResult() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
getSingleResultOrDefault(Query, Object) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
getSingleResult throws an exception if nothing is found.
getSingleResultOrDefault(Query, Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
getSingleResult throws an exception if nothing is found.
getSingleResultOrNull(Query) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
getSingleResult throws an exception if nothing is found.
getSingleResultOrNull(Query) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
getSingleResult throws an exception if nothing is found.
getSql() - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
getSql() - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
getSql() - Method in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
getStacktrace(Throwable) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
Return the stacktrace of a throwable as a string
getStackTrace() - Static method in class nl.knowledgeplaza.util.ThreadUtil
get the stack trace of the current thread as a String
getStartValue() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getStatement() - Method in class nl.knowledgeplaza.util.jdbc.Statement
returns the original object for handling driver specific functions
getStepFactor() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getStepSize() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getStopFlag() - Static method in class nl.knowledgeplaza.util.ThreadUtil
query the stop flag for the current thread
getStopFlag(Runnable) - Static method in class nl.knowledgeplaza.util.ThreadUtil
query the stop flag for the specified Thread/Runnable
getString(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
getString() - Method in class nl.knowledgeplaza.util.StringPrintStream
 
getSystemName() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
systemname
getTestOnBorrow() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
getThreadRelatedConfiguration() - Static method in class nl.knowledgeplaza.util.configuration.Configuration
 
getThreadRelatedConfigurationProperties() - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
 
getTime() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getTimerDelay() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
getTimeZone() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
getToConnection() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
ToConnection:
getToFields() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
ToFields:
getToFieldValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getToKeys() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
ToKeys:
getToKeyValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getToTablename() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
ToTablename:
getType() - Method in class nl.knowledgeplaza.util.collection.CollectionEvent
Gets the event type
getType() - Method in class nl.knowledgeplaza.util.TypeRef
Gets the referenced type.
getUnitOfWork(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
get Eclipselink's UnitOfWork from a generic entityManager This actually is quite trivial once you got a hold of Eclipselink's JpaEntityManager, but just to be convenient we're doing here for you.
getUnixDay(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
 
getUpdateInToSql() - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getUpdateInToValues(ResultSet) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
getURL() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
URL
getURL() - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
the URL is configurable
getUserName() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
username
getUsernameFor(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
get the user behind an EM
getUsernameForActiveEntityManager() - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
getValue() - Method in class nl.knowledgeplaza.math.BigDecimalN
get the value in the corresponding base using the digits (actually: convert Base10 to BaseN)
getValue() - Method in class nl.knowledgeplaza.math.Fraction
 
getValue() - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Returns the value corresponding to this entry.
getValue() - Method in class nl.knowledgeplaza.util.collection.CollectionEvent
Gets the value that is added / removed
getValue() - Method in class nl.knowledgeplaza.util.KeyValueMapEntry
 
getValue() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
 
getValue() - Method in class nl.knowledgeplaza.util.thread.Semaphore
Get the current value, mostly for debugging purposes.
getValue() - Method in class nl.knowledgeplaza.util.ValueHolder
 
getValueAt(int) - Method in class nl.knowledgeplaza.util.LinearMap
 
getValueInBase10() - Method in class nl.knowledgeplaza.math.BigDecimalN
 
getValues() - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
Return the parameter values for JdbcUtil methods.
getWhenExhaustedAction() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
WhenExhaustedAction
getWhereIAm() - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
getWriteMethod(PropertyDescriptor) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return an accessible property setter method for this property, if there is one; otherwise return null.
getYear() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getYearsFrom(CalendarWrapper) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
getYearsFromNow() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
go() - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
gotoFirstDateOfHalfyear(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoFirstDateOfLastFewMonths(Calendar, int) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoFirstDateOfMonth(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoFirstDateOfQuarter(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoFirstDateOfWeek(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date of the week.
gotoFirstDateOfYear(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the first date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoLastDateOfHalfyear(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoLastDateOfLastFewMonths(Calendar, int) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date, Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoLastDateOfMonth(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoLastDateOfQuarter(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date Make sure to provide a clone if you don't want to provided calendar to be altered.
gotoLastDateOfWeek(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date of the week.
gotoLastDateOfYear(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Move the provided calendar to the last date Make sure to provide a clone if you don't want to provided calendar to be altered.
greater(BigInteger, BigInteger) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
greater(BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
GREATER - Static variable in class nl.knowledgeplaza.util.AbstractComparator
 
GregorianCalendar - Class in nl.knowledgeplaza.util
 
GregorianCalendar() - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(Locale) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(TimeZone) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(TimeZone, Locale) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(int, int, int) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(int, int, int, int, int) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(int, int, int, int, int, int) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 
GregorianCalendar(Date) - Constructor for class nl.knowledgeplaza.util.GregorianCalendar
 

H

handleConnection(Socket) - Method in class nl.knowledgeplaza.util.io.EchoServer
 
handleConnection(Socket, BufferedReader, PrintWriter) - Method in class nl.knowledgeplaza.util.io.EchoServer
 
handleGetObject(String) - Method in class nl.knowledgeplaza.util.XmlResourceBundle
 
hasAtLeastOneRecord(Connection, String, Object...) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Check to see if the resultset has enough records
hasAtLeastOneRecord(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasAtLeastOneRecord(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasAtLeastOneRecord(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Check to see if the resultset has enough records
hasAtLeastOneRecord(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasAtLeastOneRecord(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasAtLeastOneRecord(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasEnoughRecords(Connection, String, Object[], int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Check to see if the resultset has enough records
hasEnoughRecords(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasEnoughRecords(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasEnoughRecords(PreparedStatement, Object[], int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Check to see if the resultset has enough records
hasEnoughRecords(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasEnoughRecords(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hasEnoughRecords(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
hash(int, boolean) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
booleans.
hash(int, char) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
chars.
hash(int, int) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
ints.
hash(int, long) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
longs.
hash(int, float) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
floats.
hash(int, double) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
doubles.
hash(int, Object) - Static method in class nl.knowledgeplaza.util.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Returns the hash code value for this map entry.
hashCode() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
hashCode() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
hashCode() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
hashCode() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
HashCodeUtil - Class in nl.knowledgeplaza.util
Copied from http://www.javapractices.com/topic/TopicAction.do?Id=28
HashCodeUtil() - Constructor for class nl.knowledgeplaza.util.HashCodeUtil
 
hasMethod(Object, String, Class[]) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Determine if object has a method
hasMethod(Object, String) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Determine if object has a method
hasMoreElements() - Method in class nl.knowledgeplaza.util.IteratorToEnumerationAdapter
 
hasNext() - Method in class nl.knowledgeplaza.util.collection.NullIterator
 
hasNext() - Method in class nl.knowledgeplaza.util.EnumerationToIteratorAdapter
 
hasPendingChanges() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
hasPendingChanges(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
hasSecurityToken(String) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
HOUR - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
HTMLLayout - Class in nl.knowledgeplaza.util.log4j
Better layout of text only events
HTMLLayout() - Constructor for class nl.knowledgeplaza.util.log4j.HTMLLayout
 

I

iAverageData - Variable in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
 
iCalendar - Variable in class nl.knowledgeplaza.util.CalendarWrapper
 
iClose - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
ID_APPLICATION - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_APPLICATION - Static variable in class nl.knowledgeplaza.util.Properties
 
ID_HOST - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_OS - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_OS - Static variable in class nl.knowledgeplaza.util.Properties
 
ID_PORT - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
ID_SYSTEM - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_SYSTEM - Static variable in class nl.knowledgeplaza.util.Properties
 
ID_USER - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
 
ID_USER - Static variable in class nl.knowledgeplaza.util.Properties
 
iEntityManagerFactoryToUsername - Static variable in class nl.knowledgeplaza.util.jpa.AbstractBM
map user to EMF
ifEmpty(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
if s is null or length=0 return d else s
ifNull(Object, Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 
ifNull(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
if s is null return d else s
ignoreAllChanges() - Static method in class nl.knowledgeplaza.util.jpa.AbstractBean
disable the change detection on ALL entities, ignore and register must be balanced!
ignoreChanges() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
disable the change detection on this entity (for defaults in the constructor), ignore and register must be balanced!
iListeners - Variable in class nl.knowledgeplaza.util.collection.ObservableList
the observers of this collection
iListOfHandedOutObjects - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
iListOfHandedOutObjectsSync - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
iListOfPooledObjects - Variable in class nl.knowledgeplaza.util.pool.PriorityObjectPool
the storage
iListOfPooledObjects - Variable in class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
the storage
iListOfPooledObjects - Variable in class nl.knowledgeplaza.util.pool.StackObjectPool
the storage
ImageUtils - Class in nl.knowledgeplaza.util
 
ImageUtils() - Constructor for class nl.knowledgeplaza.util.ImageUtils
 
inc() - Method in class nl.knowledgeplaza.math.BigDecimalN
Increment by 1
INDEXED_DELIM - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
The delimiter that preceeds the zero-relative subscript for an indexed reference.
INDEXED_DELIM2 - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
The delimiter that follows the zero-relative subscript for an indexed reference.
indexOf(byte[], byte[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Find a needle in a haystack.
indexOf(byte[], byte[], int) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Find a needle in a haystack.
indexOf(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
indexOf(Object) - Method in class nl.knowledgeplaza.util.collection.SortedList
Using binary search (contains need not be overridden since it uses indexOf)
indexOf(Object) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
indexOf(Object) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
init(long, long) - Method in class nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
 
init(long, long) - Method in class nl.knowledgeplaza.util.ProgressListener
 
INITIALDELAY_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
initialize(DatabaseMapping, Session) - Method in class nl.knowledgeplaza.util.jpa.FractionToBigDecimalConverter
 
insertAt(String, int, String) - Static method in class nl.knowledgeplaza.util.StringUtil
insert a piece into a string
installEventListenerRouter(EntityManagerFactory, List<Class>) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
Install the EclipselinkDescriptorEventListenerRouter class as the Eclipselink event manager and forward to local methods
integer() - Method in class nl.knowledgeplaza.math.Fraction
Lose the fraction bit
Internationalization - Class in nl.knowledgeplaza.util
Translate a id to a locale specific value by searching multiple locations in this order: - Classname.internationalization.xml - internationalization.xml in the package of the class - internationalization.xml anywhere on the classpath (TODO: all internationalization.xml files anywhere in the classpath, random order) - resource bundle of the class (old style resources) Each translation consists of thee parameters: - context, the object where in the translation takes place - id, the id of the translation - locale, for which is translated The context is used to determine which internationalization.xml files should be examined for the indicated id / locale.
Internationalization() - Constructor for class nl.knowledgeplaza.util.Internationalization
 
intValue() - Method in class nl.knowledgeplaza.math.Fraction
 
intValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 
invalidateConnection(Connection) - Method in interface nl.knowledgeplaza.util.pool.JdbcConnectionPool
 
invalidateConnection(Connection) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
invalidateObject(Object) - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
invalidateObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
invalidateObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
invalidateObject(Object) - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
inverse() - Method in class nl.knowledgeplaza.math.Fraction
Swap the values: 1/2 => 2/1
InvertingComparator - Class in nl.knowledgeplaza.util.comparators
This class will invert a sorting by a comparator.
InvertingComparator(Comparator) - Constructor for class nl.knowledgeplaza.util.comparators.InvertingComparator
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.CallableStatement
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.ResultSet
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jdbc.Statement
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 
invoke(Object, Method, Object[]) - Method in class nl.knowledgeplaza.util.jpa.EntityTransactionExtender
 
invokeExactMethod(Object, String, Object) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeMethod(Object, String, Object) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class[]) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Invoke a named method whose parameter type matches the object type.
IOUtil - Class in nl.knowledgeplaza.util
General IO Stream manipulation.
IOUtil() - Constructor for class nl.knowledgeplaza.util.IOUtil
 
iPort - Variable in class nl.knowledgeplaza.util.io.EchoServer
 
iReadFromStorage - Variable in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
iRecycleObjects - Variable in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
isAlreadyPersisted() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
Used a.o.
isAlreadyPersisted() - Method in interface nl.knowledgeplaza.util.jpa.JpaUtil.JpaEntityInformation
Is this entity persisted before.
isAnimating() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
are we currently animating
isAssignmentCompatible(Class, Class) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Determine whether a type can be used as a parameter in a method invocation.
isBusy() - Method in class nl.knowledgeplaza.util.thread.WorkerThread
true if this thread still has work to do
isClosed() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
isColumnTypeDateOrTime(int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Determine if the java.sql.Types is a date
isColumnTypeNumber(int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Determine if the java.sql.Types is a number
isColumnTypeString(int) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Determine if the java.sql.Types is a date
isDirty() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
PendingChanges
isEmpty() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
isEmpty() - Method in class nl.knowledgeplaza.util.LinearMap
 
isEmpty() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
isEmpty() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
isEmpty(String) - Static method in class nl.knowledgeplaza.util.StringUtil
true if s is null or length=0
isEmpty() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
isEqual(Class, String, Object) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
isGreater(Class, String, Object) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
iShuttingDown - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
isLeapYear() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
isLenient() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
isLinux() - Static method in class nl.knowledgeplaza.util.SystemUtil
check if the current system is linux
isMac() - Static method in class nl.knowledgeplaza.util.SystemUtil
check if the current system is a macintosh
isMatch(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
This method does a wildcard match (using * and ?) on pattern with the given string.
isMutable() - Method in class nl.knowledgeplaza.util.jpa.FractionToBigDecimalConverter
 
isNotEmpty(String) - Static method in class nl.knowledgeplaza.util.StringUtil
true if s != null and length > 0
isOkToInsert(String[], Object[]) - Method in class nl.knowledgeplaza.util.JdbcUtil.Preprocess
 
isOneDotFive() - Method in class nl.knowledgeplaza.util.JVM
 
isOneDotFour() - Method in class nl.knowledgeplaza.util.JVM
 
isOneDotOne() - Method in class nl.knowledgeplaza.util.JVM
 
isOneDotSix() - Method in class nl.knowledgeplaza.util.JVM
 
isOneDotThree() - Method in class nl.knowledgeplaza.util.JVM
 
isOneDotTwo() - Method in class nl.knowledgeplaza.util.JVM
 
isOrLater(int) - Method in class nl.knowledgeplaza.util.JVM
 
isOverriddenEvent(Vector) - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
isOverriddenEvent(Vector) - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
isOverriddenEvent(DescriptorEvent, Vector) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
isReadable(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isReadonly() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
Readonly
isSameDate(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
See if two dates are on the same date (ignoring the time)
isSameMonth(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
See if two dates are on the same month (ignoring the time and day)
isSameTimeHMS(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
See if two dates are on the same time (ignoring the date and milliseconds)
isSameTimeHMSM(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
See if two dates are on the same time (ignoring the date, but including milliseconds)
isSameYear(Calendar, Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
See if two dates are in the same year (ignoring the time, day and month)
isShuttingDown() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
isSynchronized() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
isSynchronized() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
isSynchronized() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
isTriggeringEvent(LoggingEvent) - Method in class nl.knowledgeplaza.util.log4j.SMTPAppender.EvaluatorClass
To email or not
isWeekday() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
isWeekend() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
isWindows() - Static method in class nl.knowledgeplaza.util.SystemUtil
check if the current system is windows
isWrapperFor(Class<?>) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
isWriteable(Object, String) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Return true if the specified property name identifies a writeable property on the specified bean; otherwise, return false.
iSynchronized - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
isZero() - Method in class nl.knowledgeplaza.math.Fraction
is zero
iterator() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
iterator() - Method in class nl.knowledgeplaza.util.EnumerationToIteratorAdapter
 
iterator() - Method in class nl.knowledgeplaza.util.LinearSet
 
iterator() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
iterator() - Method in class nl.knowledgeplaza.util.SortedSet
 
iterator() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
IteratorToEnumerationAdapter<T> - Class in nl.knowledgeplaza.util
Utility method for converting an Iterator to an Enumeration class.
IteratorToEnumerationAdapter(Iterator<T>) - Constructor for class nl.knowledgeplaza.util.IteratorToEnumerationAdapter
 
itestOnBorrow - Variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 

J

JarResources - Class in nl.knowledgeplaza.util
Access all resources included in a Zip or Jar file.
JarResources(String) - Constructor for class nl.knowledgeplaza.util.JarResources
 
JarResources(String, boolean) - Constructor for class nl.knowledgeplaza.util.JarResources
 
JarResources(File) - Constructor for class nl.knowledgeplaza.util.JarResources
 
JarResources(File, boolean) - Constructor for class nl.knowledgeplaza.util.JarResources
 
JarResources(InputStream, boolean) - Constructor for class nl.knowledgeplaza.util.JarResources
creates a JarResources.
jdbcCompliant() - Method in class nl.knowledgeplaza.util.jdbc.Driver
 
jdbcCompliant() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
JdbcConnectionPool - Interface in nl.knowledgeplaza.util.pool
This is a JdbcConnection specific pool, it serves to get rid of the casting.
JdbcConnectionPoolDataSource - Class in nl.knowledgeplaza.util.pool
This class implements a DataSource on top of the JdbcConnectionPool
JdbcConnectionPoolDataSource(ObjectPool) - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
JdbcConnectionPoolDriver - Class in nl.knowledgeplaza.util.pool
This is for logging SQL statements to log4j.
JdbcConnectionPoolDriver() - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
JdbcConnectionPoolFactory - Class in nl.knowledgeplaza.util.pool
Generates JDBC Connections from a configuration properties.
JdbcConnectionPoolFactory(String, String) - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
initialize the JDBC connection pool factory
JdbcConnectionPoolFactory(String, ConfigurationProperties) - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
initialize the JDBC connection pool factory
JdbcConnectionPoolFactoryServletUtils - Class in nl.knowledgeplaza.util.pool
Servlet related helper methods for the JdbcConnectionPoolFactory.
JdbcConnectionPoolFactoryServletUtils() - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
 
JdbcConnectionPoolWrapper - Class in nl.knowledgeplaza.util.pool
This is a JdbcConnection specific pool, it serves to get rid of the casting.
JdbcConnectionPoolWrapper(ObjectPool) - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
JdbcConnectionPoolWrapper(String, ObjectPool) - Constructor for class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
JdbcUtil - Class in nl.knowledgeplaza.util
Several convenience methods for JDBC related tasks.
JdbcUtil() - Constructor for class nl.knowledgeplaza.util.JdbcUtil
 
JdbcUtil.JdbcList - Class in nl.knowledgeplaza.util
 
JdbcUtil.JdbcList() - Constructor for class nl.knowledgeplaza.util.JdbcUtil.JdbcList
 
JdbcUtil.JdbcMap - Class in nl.knowledgeplaza.util
 
JdbcUtil.JdbcMap() - Constructor for class nl.knowledgeplaza.util.JdbcUtil.JdbcMap
 
JdbcUtil.Preprocess - Class in nl.knowledgeplaza.util
An interface for Preprocessing during the run
JdbcUtil.Preprocess() - Constructor for class nl.knowledgeplaza.util.JdbcUtil.Preprocess
 
JdbcUtil.SyncDescriptor - Class in nl.knowledgeplaza.util
Class that provides all data needed for the synchronizeTableFullOneWay methods.
JdbcUtil.SyncDescriptor() - Constructor for class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
JDK1_0 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_1 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_2 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_3 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_4 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_5 - Static variable in class nl.knowledgeplaza.util.JVM
 
JDK1_6 - Static variable in class nl.knowledgeplaza.util.JVM
 
JpaCriteriaBuilder<T> - Class in nl.knowledgeplaza.util.jpa
http://code.google.com/p/liquidform/ http://www.siriusict.com/2010/02/08/a-look-at-jpa-2-0-criteria-api/
JpaCriteriaBuilder(Class<T>) - Constructor for class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
JpaCriteriaBuilder(Class<T>, EntityManager) - Constructor for class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
JpaReverseEngineer - Class in nl.knowledgeplaza.util.jpa
This class reverse engineers a business model (BM) from a RDBMS schema via a JDBC connection.
JpaReverseEngineer() - Constructor for class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
JpaUtil - Class in nl.knowledgeplaza.util.jpa
 
JpaUtil() - Constructor for class nl.knowledgeplaza.util.jpa.JpaUtil
 
JpaUtil.JpaEntityInformation - Interface in nl.knowledgeplaza.util.jpa
Used a.o.
JVM - Class in nl.knowledgeplaza.util
Deals with the different version of the Java Virtual Machine.
JVM() - Constructor for class nl.knowledgeplaza.util.JVM
Creates a new JVM data from the java.version System property
JVM(String) - Constructor for class nl.knowledgeplaza.util.JVM
Constructor for the OS object

K

keySet() - Method in class nl.knowledgeplaza.util.LinearMap
Return a set with all keys must return the same collection everytime as defined in the Map interface
keySet() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
Return a set with all keys must return the same collection everytime as defined in the Map interface
KeyValueMapEntry<K,V> - Class in nl.knowledgeplaza.util
Default implementation for AbstractMapEntry
KeyValueMapEntry(K, V) - Constructor for class nl.knowledgeplaza.util.KeyValueMapEntry
 

L

language - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
lastIndexOf(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
lastIndexOf(Object) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
lastIndexOf(Object) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
left(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
equivalent to the basic "left" function
less(BigInteger, BigInteger) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
less(BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
LESS - Static variable in class nl.knowledgeplaza.util.AbstractComparator
 
lessOrEqual(BigInteger, BigInteger) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
lessOrEqual(BigDecimal, BigDecimal) - Static method in class nl.knowledgeplaza.math.NumberUtil
 
LinearMap<K,V> - Class in nl.knowledgeplaza.util
LinearMap is a simplistic light-weight Map designed for use when the number of entries is small.
LinearMap() - Constructor for class nl.knowledgeplaza.util.LinearMap
Creates a LinearMap.
LinearMap(int) - Constructor for class nl.knowledgeplaza.util.LinearMap
Creates a LinearMap with specified capacity.
LinearMap(Map) - Constructor for class nl.knowledgeplaza.util.LinearMap
 
LinearSet<T> - Class in nl.knowledgeplaza.util
LinearSet is a simplistic light-weight Set designed for use when the number of entries is small.
LinearSet() - Constructor for class nl.knowledgeplaza.util.LinearSet
Creates a LinearSet.
LinearSet(int) - Constructor for class nl.knowledgeplaza.util.LinearSet
Creates a LinearSet with given capacity.
LinearSet(Collection) - Constructor for class nl.knowledgeplaza.util.LinearSet
Creates a LinearSet, filling it with the elements of set.
ListenerHandler<L,E> - Class in nl.knowledgeplaza.util
This is a generic implementation of a listener logic.
ListenerHandler() - Constructor for class nl.knowledgeplaza.util.ListenerHandler
 
ListenerHandler(boolean) - Constructor for class nl.knowledgeplaza.util.ListenerHandler
 
ListenerHandler.Listen - Interface in nl.knowledgeplaza.util
This is the generic interface that can be used
listeners - Variable in class nl.knowledgeplaza.util.collection.ObservableListWrapper
the observers of this collection
listeners - Variable in class nl.knowledgeplaza.util.collection.ObservableMap
the observers of this collection
listeners - Variable in class nl.knowledgeplaza.util.collection.ObservableSet
the observers of this collection
listeners - Variable in class nl.knowledgeplaza.util.collection.ObservableSortedMap
the observers of this collection
listeners - Variable in class nl.knowledgeplaza.util.collection.ObservableSortedSet
the observers of this collection
listIterator() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
listIterator(int) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
listIterator() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
listIterator(int) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
listIterator() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
listIterator(int) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
log4j - Static variable in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
log4j - Variable in class nl.knowledgeplaza.util.io.EchoServer
 
log4j - Static variable in class nl.knowledgeplaza.util.jdbc.Driver
 
log4j - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
log4j - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
log4jDebug(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
log4jTrace - Static variable in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
 
Log4jUtil - Class in nl.knowledgeplaza.util
Several convenience methods for JDBC related tasks.
Log4jUtil() - Constructor for class nl.knowledgeplaza.util.Log4jUtil
 
longValue() - Method in class nl.knowledgeplaza.math.Fraction
 
longValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 

M

MailUtils - Class in nl.knowledgeplaza.util.net
 
MailUtils() - Constructor for class nl.knowledgeplaza.util.net.MailUtils
 
main(String[]) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
main(String[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
 
main(String[]) - Static method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
main(String[]) - Static method in class nl.knowledgeplaza.util.crypt.DesEncrypter
 
main(String[]) - Static method in class nl.knowledgeplaza.util.dosutil.ConvertEncoding
Convert a file from one encoding to another: java org.tbee.util.MsDosUtil convertEncoding -from UNICODE -to ISO-8859-1 -in productinfo.unicode.sql -out productinfo.latin1.sql
main(String[]) - Static method in class nl.knowledgeplaza.util.dosutil.SendEmail
Send a quick email: java org.tbee.util.MsDosUtil sendEmail xchange edifact@reindersposters.com tom test log4j.properties
main(String[]) - Static method in class nl.knowledgeplaza.util.dosutil.XSLT
Accept two command line arguments: the name of an XML file, and the name of an XSLT stylesheet.
main(String[]) - Static method in class nl.knowledgeplaza.util.EnvironmentVariables
Test
main(String[]) - Static method in class nl.knowledgeplaza.util.ExceptionUtil
 
main(String[]) - Static method in class nl.knowledgeplaza.util.io.EchoServer
Open a server on port 12345 or what is specified at the commandline
main(String[]) - Static method in class nl.knowledgeplaza.util.jdbc.Driver
 
main(String[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Some quick unit tests
main(String[]) - Static method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
main(String[]) - Static method in class nl.knowledgeplaza.util.MsDosUtil
 
main(String[]) - Static method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
Test
main(String[]) - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
 
main(String[]) - Static method in class nl.knowledgeplaza.util.RandomGUID
Demonstration and self test of class
main(String[]) - Static method in class nl.knowledgeplaza.util.SystemAddon
 
main(String[]) - Static method in class nl.knowledgeplaza.util.thread.WorkerThread
 
main(String[]) - Static method in class nl.knowledgeplaza.util.ThreadUtil
 
main(String[]) - Static method in class nl.knowledgeplaza.util.ValueSortedMap
 
main(String[]) - Static method in class nl.knowledgeplaza.util.Version
 
main(String[]) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
maintenance() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
perform maintenance on me
MAINTENANCE_PERIOD - Static variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
makeFirstLetterLowercase(String) - Static method in class nl.knowledgeplaza.util.StringUtil
 
makeFirstLetterUppercase(String) - Static method in class nl.knowledgeplaza.util.StringUtil
 
makeObject() - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
makeObject() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
makeObject() - Method in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
 
map - Variable in class nl.knowledgeplaza.util.GenericVisitor
 
MAPPED_DELIM - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
The delimiter that preceeds the key of a mapped property.
MAPPED_DELIM2 - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
The delimiter that follows the key of a mapped property.
MappedPropertyDescriptor - Class in nl.knowledgeplaza.util.reflection
A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class) - Constructor for class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
MappedPropertyDescriptor(String, Class, String, String) - Constructor for class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and method names for reading and writing the property.
MappedPropertyDescriptor(String, Method, Method) - Constructor for class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
mark(int) - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
Marks the read limit of the StringReader.
markAsChanged(Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
markAsDirty(boolean) - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
 
markAsUnchanged(Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
markedAsDirtyHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
 
markSupported() - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
 
MavenUtil - Class in nl.knowledgeplaza.util
 
MavenUtil() - Constructor for class nl.knowledgeplaza.util.MavenUtil
 
max(BigDecimalN) - Method in class nl.knowledgeplaza.math.BigDecimalN
Max Min
mayContinue() - Static method in class nl.knowledgeplaza.util.ThreadUtil
may the current thread continue
mergeImmediately(EntityManager, Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Persist an offline object by starting a transaction and merging the entity
mergeImmediately(Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
 
MethodUtils - Class in nl.knowledgeplaza.util.reflection
Utility reflection methods focussed on methods in general rather than properties in particular.
MethodUtils() - Constructor for class nl.knowledgeplaza.util.reflection.MethodUtils
 
midpad(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Pad the beginning and end of the given String with spaces until the String is of the given length.
midpad(String, int, char) - Static method in class nl.knowledgeplaza.util.StringUtil
Pad the beginning and end of the given String with the given character until the result is the desired length.
MILLENIUM - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
MILLISECS_PER_DAY - Static variable in class nl.knowledgeplaza.util.CalendarUtil
Number of leap seconds per day expect on
1.
MILLISECS_PER_HOUR - Static variable in class nl.knowledgeplaza.util.CalendarUtil
Number of milliseconds per hour, except when a leap second is inserted.
MILLISECS_PER_MINUTE - Static variable in class nl.knowledgeplaza.util.CalendarUtil
All minutes have this many milliseconds except the last minute of the day on a day defined with a leap second.
min(BigDecimalN) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
MINUTE - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
MODIFIED - Static variable in class nl.knowledgeplaza.util.collection.CollectionEvent
The constant for an object modified
MONTH - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
MsDosUtil - Class in nl.knowledgeplaza.util
For a.o.
MsDosUtil() - Constructor for class nl.knowledgeplaza.util.MsDosUtil
 
mul(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
mul(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
mul(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
multiply(BigDecimalN) - Method in class nl.knowledgeplaza.math.BigDecimalN
Multiplication
multiply(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
multiply(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
multiply(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
mustStop() - Static method in class nl.knowledgeplaza.util.ThreadUtil
should the current thread stop

N

NativeQueryBuilder - Class in nl.knowledgeplaza.util.jpa
A utility class to build SQL in a source code readable form.
NativeQueryBuilder() - Constructor for class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
 
neg() - Method in class nl.knowledgeplaza.math.Fraction
 
negate() - Method in class nl.knowledgeplaza.math.BigDecimalN
Make negative
negate() - Method in class nl.knowledgeplaza.math.Fraction
current value * -1
NESTED_DELIM - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
The delimiter that separates the components of a nested reference.
newArrayList() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newBase26() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBase26(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBase36() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBase36(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBase64() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBase64(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBinary() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newBinary(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newDecimal() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newDecimal(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newEmptyArray(Class<T>) - Static method in class nl.knowledgeplaza.util.GenericsUtil
Keeping a cache of empty arrays can greatly improve performance.
newHashMap() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newHashtable() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newHexaDecimal() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newHexaDecimal(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newInstance() - Method in class nl.knowledgeplaza.util.TypeRef
Instantiates a new instance of T using the default, no-arg constructor.
newLinearMap() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newLinkedList() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newListenerHandler() - Static method in class nl.knowledgeplaza.util.ListenerHandler
quickly create a type save instance
newOctal() - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newOctal(String) - Static method in class nl.knowledgeplaza.math.BigDecimalN
 
newSoftReference(T) - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newTransition(AnimatedTransition, AnimatedTransition, double, double, double, int) - Static method in class nl.knowledgeplaza.util.thread.AnimatedTransition
Stop the current transaction and when stopped, start a new.
newTransition(AnimatedTransition, AnimatedTransition, double, double, double, double, int) - Static method in class nl.knowledgeplaza.util.thread.AnimatedTransition
Stop the current transaction and when stopped, start a new.
newTreeMap() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newVector() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newWeakHashMap() - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
newWeakReference(T) - Static method in class nl.knowledgeplaza.util.GenericsUtil
 
next() - Method in class nl.knowledgeplaza.util.collection.NullIterator
 
next() - Method in class nl.knowledgeplaza.util.EnumerationToIteratorAdapter
 
nextElement() - Method in class nl.knowledgeplaza.util.IteratorToEnumerationAdapter
 
nl.knowledgeplaza.math - package nl.knowledgeplaza.math
 
nl.knowledgeplaza.util - package nl.knowledgeplaza.util
 
nl.knowledgeplaza.util.barcode - package nl.knowledgeplaza.util.barcode
 
nl.knowledgeplaza.util.collection - package nl.knowledgeplaza.util.collection
 
nl.knowledgeplaza.util.comparators - package nl.knowledgeplaza.util.comparators
 
nl.knowledgeplaza.util.configuration - package nl.knowledgeplaza.util.configuration
 
nl.knowledgeplaza.util.crypt - package nl.knowledgeplaza.util.crypt
 
nl.knowledgeplaza.util.debug - package nl.knowledgeplaza.util.debug
 
nl.knowledgeplaza.util.dosutil - package nl.knowledgeplaza.util.dosutil
 
nl.knowledgeplaza.util.io - package nl.knowledgeplaza.util.io
 
nl.knowledgeplaza.util.javamail - package nl.knowledgeplaza.util.javamail
 
nl.knowledgeplaza.util.jdbc - package nl.knowledgeplaza.util.jdbc
 
nl.knowledgeplaza.util.jpa - package nl.knowledgeplaza.util.jpa
 
nl.knowledgeplaza.util.listeners - package nl.knowledgeplaza.util.listeners
 
nl.knowledgeplaza.util.log4j - package nl.knowledgeplaza.util.log4j
 
nl.knowledgeplaza.util.net - package nl.knowledgeplaza.util.net
 
nl.knowledgeplaza.util.pool - package nl.knowledgeplaza.util.pool
 
nl.knowledgeplaza.util.property - package nl.knowledgeplaza.util.property
 
nl.knowledgeplaza.util.reflection - package nl.knowledgeplaza.util.reflection
 
nl.knowledgeplaza.util.text - package nl.knowledgeplaza.util.text
 
nl.knowledgeplaza.util.thread - package nl.knowledgeplaza.util.thread
 
normalize(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Normalize a path.
not() - Method in class nl.knowledgeplaza.math.Fraction
This method returns a negative value if and only if this number is non-negative.
nthIndexOfWord(String, String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
return the index of the nth occurence of word.
nthWord(String, int, char) - Static method in class nl.knowledgeplaza.util.StringUtil
return the nthWord delimited by a delimiter
NullIterator - Class in nl.knowledgeplaza.util.collection
An always empty iterator.
NumberUtil - Class in nl.knowledgeplaza.math
 
NumberUtil() - Constructor for class nl.knowledgeplaza.math.NumberUtil
 

O

objectIsKindOfClass(Object, Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
Return true if class of object, or any superclass thereof, is the same as the class argument.
objectIsMemberOfClass(Object, Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
Returns true if the object passed in is an instance of the class passed in.
objectIsSubclassOfClass(Object, Class) - Static method in class nl.knowledgeplaza.util.ClassUtil
Returns true if the object passed in is a subclass of the class passed in.
ObjectPool - Interface in nl.knowledgeplaza.util.pool
This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement.
ObjectUtil - Class in nl.knowledgeplaza.util
 
ObjectUtil() - Constructor for class nl.knowledgeplaza.util.ObjectUtil
 
ObservableCollection<T> - Interface in nl.knowledgeplaza.util.collection
The ObservableCollection interface acts as a super interface for all the collection objects in the Observable framework.
ObservableList<T> - Class in nl.knowledgeplaza.util.collection
The ObservableList subclasses the ArrayList and overrides all the functions that change the internally stored collection.
ObservableList(int) - Constructor for class nl.knowledgeplaza.util.collection.ObservableList
Constructs an empty list with the specified initial capacity.
ObservableList() - Constructor for class nl.knowledgeplaza.util.collection.ObservableList
Constructs an empty list with an initial capacity of ten.
ObservableList(Collection<T>) - Constructor for class nl.knowledgeplaza.util.collection.ObservableList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
observableList(List) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Returns an observable view of the specified object.
ObservableListWrapper<T> - Class in nl.knowledgeplaza.util.collection
 
ObservableListWrapper(List<T>) - Constructor for class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
ObservableMap - Class in nl.knowledgeplaza.util.collection
The ObservableMap subclasses the HashMap and overrides all the functions that change the internally stored collection.
ObservableMap(int, float) - Constructor for class nl.knowledgeplaza.util.collection.ObservableMap
Constructs an empty HashMap with the specified initial capacity and load factor.
ObservableMap(int) - Constructor for class nl.knowledgeplaza.util.collection.ObservableMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
ObservableMap() - Constructor for class nl.knowledgeplaza.util.collection.ObservableMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
ObservableMap(Map) - Constructor for class nl.knowledgeplaza.util.collection.ObservableMap
Constructs a new HashMap with the same mappings as the specified Map.
observableMap(Map) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Returns an observable view of the specified object.
ObservableSet - Class in nl.knowledgeplaza.util.collection
The ObservableSet subclasses the HashSet and overrides all the functions that change the internally stored collection.
ObservableSet() - Constructor for class nl.knowledgeplaza.util.collection.ObservableSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
ObservableSet(Collection) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSet
Constructs a new set containing the elements in the specified collection.
ObservableSet(int, float) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
ObservableSet(int) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
observableSet(Set) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Returns an observable view of the specified object.
ObservableSortedMap - Class in nl.knowledgeplaza.util.collection
The ObservableSortedMap subclasses the TreeMap and overrides all the functions that change the internally stored collection.
ObservableSortedMap() - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedMap
Constructs a new, empty map, sorted according to the keys' natural order.
ObservableSortedMap(Comparator) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedMap
Constructs a new, empty map, sorted according to the given comparator.
ObservableSortedMap(Map) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedMap
Constructs a new map containing the same mappings as the given map, sorted according to the keys' natural order.
ObservableSortedMap(SortedMap) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedMap
Constructs a new map containing the same mappings as the given SortedMap, sorted according to the same ordering.
observableSortedMap(SortedMap) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Returns an observable view of the specified object.
ObservableSortedSet - Class in nl.knowledgeplaza.util.collection
The ObservableSortedSet subclasses the TreeSet and overrides all the functions that change the internally stored collection.
ObservableSortedSet() - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedSet
Constructs a new, empty set, sorted according to the elements' natural order.
ObservableSortedSet(Comparator) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedSet
Constructs a new, empty set, sorted according to the specified comparator.
ObservableSortedSet(Collection) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedSet
Constructs a new set containing the elements in the specified collection, sorted according to the elements' natural order.
ObservableSortedSet(SortedSet) - Constructor for class nl.knowledgeplaza.util.collection.ObservableSortedSet
Constructs a new set containing the same elements as the specified sorted set, sorted according to the same ordering.
observableSortedSet(SortedSet) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Returns an observable view of the specified object.
obtainPooledObject() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method bolts synchronization onto the implementation
obtainPooledObjectImpl() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method obtains a pooled object, the implementation determines the behaviour (LIFO, FIFO, etc)
obtainPooledObjectImpl() - Method in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
 
obtainPooledObjectImpl() - Method in class nl.knowledgeplaza.util.pool.PriorityObjectPool
 
obtainPooledObjectImpl() - Method in class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
 
obtainPooledObjectImpl() - Method in class nl.knowledgeplaza.util.pool.StackObjectPool
 
ONE - Static variable in class nl.knowledgeplaza.math.Fraction
 
OnlyFilesFileFilter - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
or() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
orC() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
orO() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 

P

ParameterSet - Class in nl.knowledgeplaza.util.jdbc
 
ParameterSet() - Constructor for class nl.knowledgeplaza.util.jdbc.ParameterSet
 
parse(String, ParsePosition) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
parse(String) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
parseInt(String, int, Logger, String) - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
 
parseObject(String, ParsePosition) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
parseObject(String) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
passivateObject(Object) - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
passivateObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
passivateObject(Object) - Method in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
 
persistImmediately(EntityManager, Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Persist an offline object by starting a transaction and persisting the entity
persistImmediately(Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
persist entity
persistImmediately(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
persist entity
persistImmediately() - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
persist all offline but persisted entities
POLLDELAY_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.DirectoryMonitor
 
PoolableObjectFactory - Interface in nl.knowledgeplaza.util.pool
This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement.
postBuild() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postBuild() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postBuild(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postClone() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postClone() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postClone(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postDelete() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postDelete() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postDelete(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postEntityManagerMerge() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
postEntityManagerMerge() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
postEntityManagerPersist() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
postEntityManagerPersist() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
postEntityManagerRemove() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
postEntityManagerRemove() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
postInsert() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postInsert() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postInsert(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postLoadHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postMerge() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postMerge() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postMerge(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postpad(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Pad the end of the given String with spaces until the String is of the given length.
postpad(String, int, char) - Static method in class nl.knowledgeplaza.util.StringUtil
Append the given character to the String until the result is the desired length.
postPersistHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postRefresh() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postRefresh() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postRefresh(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postRemoveHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postSaveHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postUpdate() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postUpdate() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postUpdate(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
postUpdateHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postWrite() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
postWrite() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
postWrite(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
pow(int) - Method in class nl.knowledgeplaza.math.Fraction
 
power(int) - Method in class nl.knowledgeplaza.math.Fraction
 
preDelete() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preDelete() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
preDelete(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
preEntityManagerMerge() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
preEntityManagerMerge() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
preEntityManagerPersist() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
preEntityManagerPersist() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
preEntityManagerRemove() - Method in interface nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListener
 
preEntityManagerRemove() - Method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender.EventListenerImpl
 
PREFIX - Static variable in class nl.knowledgeplaza.util.jdbc.Driver
 
preInsert() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preInsert() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
preInsert(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
prepad(String, int, char) - Static method in class nl.knowledgeplaza.util.StringUtil
Pre-pend the given character to the String until the result is the desired length.
PreparedStatement - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
PreparedStatement(PreparedStatement) - Constructor for class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
prepareStatement(Connection) - Method in class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
prependNull(Collection) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Add null to a new collection (used for comboboxes and lists to allow clearing)
prePersist() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
prePersist() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
prePersist(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
prePersistHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preRemove() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preRemove() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
preRemove(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
preRemoveHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preSaveHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preUpdate() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preUpdate() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
called on almost every entity
preUpdate(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
preUpdateHook() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preUpdateWithChanges() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preUpdateWithChanges() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
called only if there are changes and an update will be done
preUpdateWithChanges(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
preWrite() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
preWrite() - Method in interface nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener
 
preWrite(DescriptorEvent) - Method in class nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter
 
primitiveNameToClass(String) - Static method in class nl.knowledgeplaza.util.ClassUtil
Converts the primitive class name to its corresponding class.
printedQuotableDecode(String) - Static method in class nl.knowledgeplaza.util.ApacheCommonCodecUtil
Detect any embedded Printed Quotable strings with encoding prefix and decode them.
printedQuotableDecode(String, String) - Static method in class nl.knowledgeplaza.util.ApacheCommonCodecUtil
Decode one piece of Printed Quotable text (without encoding)
PriorityObjectPool - Class in nl.knowledgeplaza.util.pool
This class implements a priority pool.
PriorityObjectPool() - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize Assume that the pooled objects are Comparable
PriorityObjectPool(Comparator) - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize
PriorityObjectPool(PoolableObjectFactory) - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize Assume that the pooled objects are Comparable
PriorityObjectPool(PoolableObjectFactory, Comparator) - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize
PriorityObjectPool(Collection) - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize Assume that the pooled objects are Comparable
PriorityObjectPool(Collection, Comparator) - Constructor for class nl.knowledgeplaza.util.pool.PriorityObjectPool
Initialize
processConfigurationChanged(ConfigurationProperties.ConfigurationChangedEvent) - Method in interface nl.knowledgeplaza.util.ConfigurationProperties.ConfigurationChangedListener
 
progress(long, String) - Method in class nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
 
progress(long, String) - Method in class nl.knowledgeplaza.util.ProgressListener
 
progress(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
here it happens
ProgressListener - Class in nl.knowledgeplaza.util
A class to provide progress feedback.
ProgressListener() - Constructor for class nl.knowledgeplaza.util.ProgressListener
 
ProgressListener.ConsoleProgressListener - Class in nl.knowledgeplaza.util
a default ProgressListener that simply writes to the console
ProgressListener.ConsoleProgressListener(String) - Constructor for class nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
 
progressListenerConsole - Static variable in class nl.knowledgeplaza.util.ProgressListener
 
Properties - Class in nl.knowledgeplaza.util
 
Properties() - Constructor for class nl.knowledgeplaza.util.Properties
get all the settings from the system properties
Properties(Map) - Constructor for class nl.knowledgeplaza.util.Properties
get all the settings from the system properties then override with provided identifiers
Property<T> - Class in nl.knowledgeplaza.util.property
This is the basic property that supports set and get with the possibility to override.
Property() - Constructor for class nl.knowledgeplaza.util.property.Property
 
Property(String) - Constructor for class nl.knowledgeplaza.util.property.Property
 
Property(String, Property.PropertyBean) - Constructor for class nl.knowledgeplaza.util.property.Property
 
Property.PropertyBean - Interface in nl.knowledgeplaza.util.property
 
propertyChange(PropertyChangeEvent) - Method in class nl.knowledgeplaza.util.listeners.SoftPropertyChangeListener
 
PropertyChangeProvider - Interface in nl.knowledgeplaza.util
The counter part of the PropertyChangeListener interface.
PropertyUtilsBean - Class in nl.knowledgeplaza.util.reflection
A MappedPropertyDescriptor describes one mapped property.
PropertyUtilsBean() - Constructor for class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Base constructor
pullThroughConfigurationPropertiesRenameRules(String, String) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
See if there are rename rules for this id
pullToken(StringBuffer, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Remove a token from a the beginning of a StringBuffer, and return it.
put(Object, Object) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Calls the super class's corresponding method and fires a CollectionEvent.
put(Object, Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Calls the super class's corresponding method and fires a CollectionEvent.
put(Map, Object, Object) - Static method in class nl.knowledgeplaza.util.CollectionUtil
quick insert some string key / values in a map and return the map itself
put(Object, Object) - Method in class nl.knowledgeplaza.util.jdbc.ParameterSet
Set a parameter value
put(K, V) - Method in class nl.knowledgeplaza.util.LinearMap
 
put(Object, Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
put(Object, Object) - Method in class nl.knowledgeplaza.util.ValueSortedMap
 
putAll(Map) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Calls the super class's corresponding method and fires a CollectionEvent.
putAll(Map) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Calls the super class's corresponding method and fires a CollectionEvent.
putAll(Map<? extends K, ? extends V>) - Method in class nl.knowledgeplaza.util.LinearMap
 
putAll(Map) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
putAt(int, K, V) - Method in class nl.knowledgeplaza.util.LinearMap
Put key in certain place in index
putBefore(K, K, V) - Method in class nl.knowledgeplaza.util.LinearMap
Append to end
putBefore(Object, Object, Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 

Q

query(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, one field
query(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, one field
query(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, one field
queryAsKeyValueMap(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch key value pairs (1st first is key, 2nd is value, rest is ignored)
queryAsKeyValueMap(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch key value pairs (1st first is key, 2nd is value, rest is ignored)
queryAsList(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, one field
queryAsList(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, one field
queryAsList(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, one field
queryAsListOfMaps(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, multiple fields
queryAsListOfMaps(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, multiple fields
queryAsListOfMaps(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch multiple rows, multiple fields
queryAsMap(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, multiple fields
queryAsMap(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, multiple fields
queryAsMap(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Fetch one row, multiple fields
quickFormatCalendar(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
quickFormatCalendarDate(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
quickFormatCalendarTime(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
QuickIntervalTimer - Class in nl.knowledgeplaza.util.debug
A simple class to help measure time duration between to ticks
QuickIntervalTimer() - Constructor for class nl.knowledgeplaza.util.debug.QuickIntervalTimer
 
quickParseGregorianCalendar(String) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
quickParseGregorianCalendarDate(String) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
quickParseGregorianCalendarFull(String) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD
quickParseGregorianCalendarTime(String) - Static method in class nl.knowledgeplaza.util.CalendarUtil
small utility method to format a calendar for logging according to YYYY-MM-DD

R

RandomGUID - Class in nl.knowledgeplaza.util
 
RandomGUID() - Constructor for class nl.knowledgeplaza.util.RandomGUID
Default constructor.
RandomGUID(boolean) - Constructor for class nl.knowledgeplaza.util.RandomGUID
Constructor with security option.
read() - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
Reads from the Reader, returning the same value.
read(byte[], int, int) - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
Reads from the Reader into a byte array
ReaderInputStream - Class in nl.knowledgeplaza.util.io
Adapts a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class nl.knowledgeplaza.util.io.ReaderInputStream
Construct a ReaderInputStream for the specified Reader.
ReaderInputStream(Reader, String) - Constructor for class nl.knowledgeplaza.util.io.ReaderInputStream
Construct a ReaderInputStream for the specified Reader, with the specified encoding.
readIntoString(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Read a whole stream into a string
readIntoString(Reader) - Static method in class nl.knowledgeplaza.util.FileUtil
Read a whole stream into a string
readMavenProperties(String, String) - Static method in class nl.knowledgeplaza.util.MavenUtil
Read the maven pom.properties (if available) that are present in JAR artifacts
readPropertyFiles() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
search and read the property files
readZipFile(File) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
readZipFile(InputStream) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
readZipFile(ZipInputStream) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
register() - Static method in class nl.knowledgeplaza.util.jdbc.Driver
Register the Driver with DriverManager
register() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSingleton
 
register() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSwing
 
register() - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderThread
 
register() - Static method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
Register the Driver with DriverManager
registerAllChanges() - Static method in class nl.knowledgeplaza.util.jpa.AbstractBean
 
registerChanges() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
 
release() - Method in class nl.knowledgeplaza.util.thread.Semaphore
 
release - Static variable in class nl.knowledgeplaza.util.Version
 
releaseDate - Static variable in class nl.knowledgeplaza.util.Version
 
releaseProject - Static variable in class nl.knowledgeplaza.util.Version
 
releaseState - Static variable in class nl.knowledgeplaza.util.Version
 
releaseTime - Static variable in class nl.knowledgeplaza.util.Version
 
rememberAtLoadTimeValues() - Method in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
 
remove() - Method in class nl.knowledgeplaza.util.collection.NullIterator
 
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
remove(int) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
remove(int) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Calls the super class's corresponding method and fires a CollectionEvent.
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Calls the super class's corresponding method and fires a CollectionEvent.
remove(Object) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
remove(Object) - Method in class nl.knowledgeplaza.util.collection.SortedList
Using binary search (via indexOf)
remove() - Method in class nl.knowledgeplaza.util.EnumerationToIteratorAdapter
 
remove(Object) - Method in class nl.knowledgeplaza.util.LinearMap
 
remove(Object) - Method in class nl.knowledgeplaza.util.LinearSet
 
remove(L) - Method in class nl.knowledgeplaza.util.ListenerHandler
 
remove(int) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
remove(Object) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
remove(Object) - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
remove(Object) - Method in class nl.knowledgeplaza.util.SortedSet
 
remove(Runnable, String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Remove a specific value for this thread
remove(String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
 
remove(ThreadGroup, String) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Remove a specific value for this thread
remove(Object) - Method in class nl.knowledgeplaza.util.ValueSortedMap
 
remove(int) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
remove(Object) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
removeAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
removeAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
removeAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
removeAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
removeAll(Collection) - Method in class nl.knowledgeplaza.util.collection.SortedList
Using binary search (via remove)
removeAll(Collection<?>) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
removeAll(Collection<?>) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
removeAssociation(Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
removeAt(int) - Method in class nl.knowledgeplaza.util.LinearMap
 
removeChars(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Remove any of the characters in chars from the string
removeCollectionListener(CollectionListener<T>) - Method in interface nl.knowledgeplaza.util.collection.ObservableCollection
Removes a CollectionListener to the collection
removeCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Removes the listener from this collection.
removeCollectionListener(CollectionListener<T>) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
removeCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableMap
Removes the listener from this collection.
removeCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Removes the listener from this collection.
removeCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedMap
Removes the listener from this collection.
removeCollectionListener(CollectionListener) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Removes the listener from this collection.
removeConfigurationChangedListener(ConfigurationProperties.ConfigurationChangedListener) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
REMOVED - Static variable in class nl.knowledgeplaza.util.collection.CollectionEvent
The constant for an object removed
removeDataChangeListener(EntityManagerChangeCount.DataChangeListener) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
removeEMAssociation(EntityManager, Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
removeEntityChangeListener(EntityManagerChangeCount.EntityChangeListener) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerChangeCount
 
removeExtension(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Remove extension from filename.
removeImmediately(EntityManager, Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
Persist an offline object by starting a transaction and merging the entity
removeImmediately(Object) - Static method in class nl.knowledgeplaza.util.jpa.JpaUtil
 
removePath(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Remove path from filename.
removePath(String, char) - Static method in class nl.knowledgeplaza.util.FileUtil
Remove path from filename.
removeProperty(Property) - Method in class nl.knowledgeplaza.util.AbstractBean
 
removeProperty(Property) - Method in interface nl.knowledgeplaza.util.property.Property.PropertyBean
 
removePropertyChangeListener(PropertyChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
 
removePropertyChangeListener(PropertyChangeListener) - Method in class nl.knowledgeplaza.util.property.Property
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface nl.knowledgeplaza.util.PropertyChangeProvider
 
removeSecurityToken(String) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
removeSubstring(String, int, int) - Static method in class nl.knowledgeplaza.util.StringUtil
snip a portion from a string and return the remainder
removeThreadRelatedConfiguration() - Static method in class nl.knowledgeplaza.util.configuration.Configuration
 
removeThreadRelatedConfigurationProperties() - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
 
removeTokenListener(AbstractBM.TokenListener) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class nl.knowledgeplaza.util.AbstractBean
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class nl.knowledgeplaza.util.property.Property
 
repeat(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Repeat string S for N times
replace(String, String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
replace function for strings instead of chars
replace(String, String, String, int, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Replace a substring in a string but only between the specified indexes (substring).
replaceFirst(String, String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
replace function for strings instead of chars, only replace first occurence
replaceSubstring(String, int, int, String) - Static method in class nl.knowledgeplaza.util.StringUtil
remove a piece from within a string and insert new at that location
replaceThread(Thread, String, Runnable) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Replace a thread with a new one (that is: the old thread is order to stop using the StopFlag and only then the new thread is allowed to commence) Note: the new thread is created immediatly, it only waits for the old one to stop.
reportCloseStatus() - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
reportUsedIdentifiersAndFiles() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
for feedback
reset() - Method in class nl.knowledgeplaza.util.io.ReaderInputStream
Resets the StringReader.
resetFireOnce(L) - Method in class nl.knowledgeplaza.util.ListenerHandler
for single mode: triggered listeners
resetFireOnce() - Method in class nl.knowledgeplaza.util.ListenerHandler
 
resolveFile(File, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Resolve a file filename to it's canonical form.
ResourceLoader - Class in nl.knowledgeplaza.util
Find resources on various locations.
ResourceLoader() - Constructor for class nl.knowledgeplaza.util.ResourceLoader
 
ResultSet - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
retainAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
retainAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
retainAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSet
Calls the super class's corresponding method and fires a CollectionEvent.
retainAll(Collection) - Method in class nl.knowledgeplaza.util.collection.ObservableSortedSet
Calls the super class's corresponding method and fires a CollectionEvent.
retainAll(Collection<?>) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
retainAll(Collection<?>) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
returnConnection(Connection) - Method in interface nl.knowledgeplaza.util.pool.JdbcConnectionPool
 
returnConnection(Connection) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
returnObject(Object) - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
You may return a proxied object instead of the actual borrow object
returnObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
returnObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
returnObject(Object) - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
returnPooledObject(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method bolts synchronization onto the implementation
returnPooledObjectImpl(Object) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
this method returns a pooled object, the implementation determines the behaviour (LIFO, FIFO, etc)
returnPooledObjectImpl(Object) - Method in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
 
returnPooledObjectImpl(Object) - Method in class nl.knowledgeplaza.util.pool.PriorityObjectPool
 
returnPooledObjectImpl(Object) - Method in class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
 
returnPooledObjectImpl(Object) - Method in class nl.knowledgeplaza.util.pool.StackObjectPool
 
reverse(String) - Static method in class nl.knowledgeplaza.util.StringUtil
reverse a string
right(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
equivalent to the basic "right" function
rollback(Connection) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Commit but throw a runtime exception instead of a SQLExeception.
root - Variable in class nl.knowledgeplaza.util.XmlResourceBundle
 
RoundRobinObjectPool - Class in nl.knowledgeplaza.util.pool
This class implements a round robin (FIFO) pool.
RoundRobinObjectPool() - Constructor for class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
Initialize
RoundRobinObjectPool(PoolableObjectFactory) - Constructor for class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
Initialize
RoundRobinObjectPool(Collection) - Constructor for class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
Initialize
run() - Method in class nl.knowledgeplaza.util.Exec
Runtime.exec() has a problem in that is the output streams (stdout and stderr) are not read in a timely manner (Bug parade indicates 512 byte buffers), the process will HANG as the stream BLOCKS forever on readLn().
run() - Method in interface nl.knowledgeplaza.util.ListenerHandler.Listen
 
run() - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
This is the actual animation
run() - Method in class nl.knowledgeplaza.util.thread.TraceableRunnable
 
run() - Method in class nl.knowledgeplaza.util.thread.TraceableRunnableDecorator
 
run() - Method in class nl.knowledgeplaza.util.thread.WorkerThread
 
runDelayed(int, Runnable) - Method in class nl.knowledgeplaza.util.ThreadUtil
Execute something delayed

S

sanatizeFilename(String) - Static method in class nl.knowledgeplaza.util.FileUtil
 
sanatizeIdentifier(String) - Static method in class nl.knowledgeplaza.util.configuration.Configuration
 
sanatizeParameter(Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
try to convert parameters to something JDBC will accept, like Calendar to java.sql.Date
SECOND - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
SEED - Static variable in class nl.knowledgeplaza.util.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
select(String...) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
selectManyRowsAllFieldsAsListOfMap(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsAllFieldsAsListOfMap(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstField(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectManyRowsFirstTwoFieldsAsKeyValueMap(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(Connection, String, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(Connection, String, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowAllFields(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(Connection, String, Object...) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(PreparedStatement, Object[]) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(PreparedStatement, Object) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(PreparedStatement) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
selectOneRowOneField(Connection, SqlBuilder) - Static method in class nl.knowledgeplaza.util.JdbcUtil
 
Semaphore - Class in nl.knowledgeplaza.util.thread
A simple semaphore for multithreading issues.
Semaphore(int) - Constructor for class nl.knowledgeplaza.util.thread.Semaphore
 
Semaphore(int, boolean) - Constructor for class nl.knowledgeplaza.util.thread.Semaphore
 
SendEmail - Class in nl.knowledgeplaza.util.dosutil
 
SendEmail() - Constructor for class nl.knowledgeplaza.util.dosutil.SendEmail
 
sendRawEmailViaSmtp(String, int, String, String, String[], String) - Static method in class nl.knowledgeplaza.util.net.MailUtils
The user is responsible for making sure the message is conform RFC821, specifically making sure CRLF.CRLF is not part of the message: Before sending a line of mail text the sender-SMTP checks the first character of the line.
service() - Method in class nl.knowledgeplaza.util.io.EchoServer
 
set(int, T) - Method in class nl.knowledgeplaza.util.collection.ObservableList
Calls the super class's corresponding method and fires a CollectionEvent.
set(int, T) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
set(int, Object) - Method in class nl.knowledgeplaza.util.collection.SortedList
Throws an IllegalArgumentException
set(Configuration) - Static method in class nl.knowledgeplaza.util.configuration.Configuration
 
set(ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
 
set(T) - Method in class nl.knowledgeplaza.util.property.Property
 
set(int, T) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
set(T) - Method in class nl.knowledgeplaza.util.ValueHolder
 
set(int, T) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
set2DigitYearStart(Date) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setAdditionalPaths(List<File>) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
setAdditionalPaths(File...) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
setAdditionalPaths(List<File>) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setAdditionalPaths(File...) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setAnimate(boolean) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
animate
setApplicationName(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setAutoCommit(boolean) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
setBean(Property.PropertyBean) - Method in class nl.knowledgeplaza.util.property.Property
 
setCacheAll(boolean) - Method in class nl.knowledgeplaza.util.JarResources
 
setCacheSize(int) - Method in class nl.knowledgeplaza.util.SimpleLRUCache
 
setCalendar(Calendar) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setChain(ConfigurationProperties) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setCheckForUpdates(boolean) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setCommitEvery(int) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setComparator(Comparator) - Method in interface nl.knowledgeplaza.util.collection.SortedCollection
 
setComparator(Comparator) - Method in class nl.knowledgeplaza.util.collection.SortedList
 
setComparator(Comparator) - Method in class nl.knowledgeplaza.util.comparators.InvertingComparator
 
setConnection(Connection) - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
setConnection(Connection) - Method in class nl.knowledgeplaza.util.jdbc.ResultSet
 
setConnection(Connection) - Method in class nl.knowledgeplaza.util.jdbc.Statement
 
setCriteriaBuilder(CriteriaBuilder) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
setCriteriaQuery(CriteriaQuery<T>) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
setDaemon(boolean) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
Daemon: per default this is not a daemon, so it will keep the JVM alive
setDate(Date) - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
setDateFormatSymbols(DateFormatSymbols) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setDefaultLocale(Locale) - Method in class nl.knowledgeplaza.util.Internationalization
 
setDigits(String) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setDirectory(File) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
setEMAssociation(EntityManager, Object, Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
setEMAssociation(Object, Object) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
setEndValue(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The step size in the progress
setEntityClass(Class<T>) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
setEntityManager(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinderSingleton
 
setEntityManager(EntityManager) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
setEntityManagerFinder(EntityManagerFinder) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerFinder
 
setErrPrefix(String) - Method in class nl.knowledgeplaza.util.Exec
Set the string that will prefix all stderr lines.
setEvaluatorClass(String) - Method in class nl.knowledgeplaza.util.log4j.SMTPAppender
This is not allowed
setFactory(PoolableObjectFactory) - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
setFactory(PoolableObjectFactory) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
setFactory(PoolableObjectFactory) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
setFactory(PoolableObjectFactory) - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
setFileFilter(FileFilter) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
setFireOnce(boolean) - Method in class nl.knowledgeplaza.util.ListenerHandler
FireOnce
setFromConnection(Connection) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setFromFields(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setFromKeys(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setFromMilliseconds(Calendar, long) - Static method in class nl.knowledgeplaza.util.CalendarUtil
Set calendar from milliseconds
setFromTablename(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setId(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setIdentifier(String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
null removes the identifier
setIdentifier(String, String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setIdentifier(String, String) - Method in class nl.knowledgeplaza.util.Properties
 
setIdentifierLock(boolean) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
setIdentifierLock(boolean) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setIdentifiers(Map<String, String>) - Method in class nl.knowledgeplaza.util.Properties
 
setIndexedProperty(Object, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, int, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified indexed property of the specified bean, with no type conversions.
setInitialDelay(int) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
setKey(K) - Method in class nl.knowledgeplaza.util.KeyValueMapEntry
For use in subclass implementations *only*.
setLenient(boolean) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setLog4jRest(Logger) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
setLog4jResultset(Logger) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
setLog4jSql(Logger) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
setLog4jSqlTrace(Logger) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
setLogging(boolean) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
setLoginTimeout(int) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
setLogLevel(String, Level) - Static method in class nl.knowledgeplaza.util.Log4jUtil
 
setLogWriter(PrintWriter) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
setManualProperties(Properties) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setManualProperties(InputStream) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
create and load properties from an inputstream (e.g.
setMappedProperty(Object, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedProperty(Object, String, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedReadMethod(Method) - Method in class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - Method in class nl.knowledgeplaza.util.reflection.MappedPropertyDescriptor
Sets the method that should be used to write the property value.
setMaxActive(int) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
setMaxIdle(int) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
setMaxWait(int) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
setMinimumNumberOfMeasurements(int) - Method in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
 
setMinimumStepDelay(int) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The minimum time between each step (milliseconds)
setName(String) - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
setName(String) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
setName(String) - Method in class nl.knowledgeplaza.util.property.Property
 
setName(String) - Method in class nl.knowledgeplaza.util.thread.Semaphore
name of the semaphore (default is hashCode)
setNestedProperty(Object, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setNumberFormat(NumberFormat) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setOsName(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setOutPrefix(String) - Method in class nl.knowledgeplaza.util.Exec
Set the string that will prefix all stdout lines.
setOverride(boolean) - Method in class nl.knowledgeplaza.util.thread.WorkerThread
override will make sure only one runnable is queued at any time
setParameters(PreparedStatement, Object...) - Static method in class nl.knowledgeplaza.util.JdbcUtil
set parameters to a prepared statement
setPollDelay(int) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
setPool(ObjectPool) - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
 
setPoolname(String) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
setPrefix(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
setPrefix(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setPrefix(String) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
setProperty(Object, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
setReadonly(boolean) - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
 
setReadOnly(boolean) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
setRecycleObjects(boolean) - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
RecycleObjects
setSecurityToken(String) - Static method in class nl.knowledgeplaza.util.jpa.AbstractBM
 
setSimpleProperty(Object, String, Object) - Method in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Set the value of the specified simple property of the specified bean, with no type conversions.
setSMTPAppender(SMTPAppender) - Method in class nl.knowledgeplaza.util.log4j.SMTPAppender.EvaluatorClass
link the SMTPAppender to the EvaluatorClass
setSql(String) - Method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
setStartValue(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The step size in the progress
setStepFactor(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
This allows for non linear transition: the value - endvalue is divided by step factor, if this value is larger than stepsize, this value is used
setStepSize(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The step size in the progress
setStopFlag(boolean) - Static method in class nl.knowledgeplaza.util.ThreadUtil
set the stop flag for the current thread
setStopFlag(Runnable, boolean) - Static method in class nl.knowledgeplaza.util.ThreadUtil
set the stop flag for the specified Thread/Runnable
setSynchronized(boolean) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
Synchronized
setSynchronized(boolean) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
setSynchronized(boolean) - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
setSystemName(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setSystemWideApplicationName(String) - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
Set the system wide application name used by all ConfigurationProperties in the JVM
setTestOnBorrow(boolean) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
testOnBorrow
setThreadRelatedConfiguration(Configuration) - Static method in class nl.knowledgeplaza.util.configuration.Configuration
ThreadRelatedConfiguration This is the cached Configuration so it only is created only once per thread.
setThreadRelatedConfigurationProperties(ConfigurationProperties) - Static method in class nl.knowledgeplaza.util.ConfigurationProperties
ThreadRelatedConfigurationProperties This is the CP bound to the current thread It can also be used to preset a CP (for example from a session in a webapp).
setTimerDelay(long) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setTimeToJustBeforeMidnight(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
23:59:59.999
setTimeToMidnight(Calendar) - Static method in class nl.knowledgeplaza.util.CalendarUtil
00:00:00.000
setTimeZone(TimeZone) - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
setToConnection(Connection) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setToFields(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setToKeys(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setToTablename(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
setupConfiguration() - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
setURL(URL) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
setURL(URL) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
setUserName(String) - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
setValue(String) - Method in class nl.knowledgeplaza.math.BigDecimalN
set the value in the corresponding base using the digits (actually: convert BaseN to Base10)
setValue(V) - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in class nl.knowledgeplaza.util.KeyValueMapEntry
 
setValue(double) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The current value of the transition
setValue(T) - Method in class nl.knowledgeplaza.util.ValueHolder
backwards compatibility and possible to extend a property change upon
setValueInBase10(BigDecimal) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setValueInBase10(int) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setValueInBase10(long) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setValueInBase10(double) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setValueInBase10(float) - Method in class nl.knowledgeplaza.math.BigDecimalN
 
setWhenExhaustedAction(byte) - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
sgn() - Method in class nl.knowledgeplaza.math.Fraction
positive value
shallowClone() - Method in class nl.knowledgeplaza.math.Fraction
 
shortValue(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
 
shutdown() - Method in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
Shutdowns means about to close, but handed out objects can be returned and will be discarded immediately
shutdown() - Method in class nl.knowledgeplaza.util.pool.BaseObjectPool
shutdown
shutdown() - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
 
shutdown() - Method in interface nl.knowledgeplaza.util.pool.ObjectPool
 
shutdownReader(Reader) - Static method in class nl.knowledgeplaza.util.IOUtil
Unconditionally close an Reader.
shutdownStream(OutputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Unconditionally close an OutputStream.
shutdownStream(InputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Unconditionally close an InputStream.
shutdownWriter(Writer) - Static method in class nl.knowledgeplaza.util.IOUtil
Unconditionally close an Writer.
SimpleDateFormat - Class in nl.knowledgeplaza.util.text
Java's SimpleDateFormat is not thread safe, this class is.
SimpleDateFormat() - Constructor for class nl.knowledgeplaza.util.text.SimpleDateFormat
 
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class nl.knowledgeplaza.util.text.SimpleDateFormat
 
SimpleDateFormat(String, Locale) - Constructor for class nl.knowledgeplaza.util.text.SimpleDateFormat
 
SimpleDateFormat(String) - Constructor for class nl.knowledgeplaza.util.text.SimpleDateFormat
 
SimpleLRUCache<K,V> - Class in nl.knowledgeplaza.util
 
SimpleLRUCache(int) - Constructor for class nl.knowledgeplaza.util.SimpleLRUCache
 
size() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
size() - Method in class nl.knowledgeplaza.util.LinearMap
 
size() - Method in class nl.knowledgeplaza.util.LinearSet
 
size() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
size() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
size() - Method in class nl.knowledgeplaza.util.SortedSet
 
size() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
sizeOfDirectory(String) - Static method in class nl.knowledgeplaza.util.FileUtil
Recursively count size of a directory.
sizeOfDirectory(File) - Static method in class nl.knowledgeplaza.util.FileUtil
Recursively count size of a directory.
skipExistingFiles() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
skipTable(String) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
sleep(int) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Thread.sleep with an ignored InterruptedException
sleep(long) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Thread.sleep with an ignored InterruptedException
sleepForced(int) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Thread.sleep where an InterruptedException does not exit sleep
sleepForced(long) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Thread.sleep where an InterruptedException does not exit sleep
Slf4jUtil - Class in nl.knowledgeplaza.util
Several convenience methods for JDBC related tasks.
Slf4jUtil() - Constructor for class nl.knowledgeplaza.util.Slf4jUtil
 
SMTPAppender - Class in nl.knowledgeplaza.util.log4j
This class is an extention upon the regular SMTPAppender.
SMTPAppender() - Constructor for class nl.knowledgeplaza.util.log4j.SMTPAppender
Setup the appender
SMTPAppender.EvaluatorClass - Class in nl.knowledgeplaza.util.log4j
This class holds off on sending the mails until the buffer is full
SMTPAppender.EvaluatorClass() - Constructor for class nl.knowledgeplaza.util.log4j.SMTPAppender.EvaluatorClass
 
SoftArrayList<T> - Class in nl.knowledgeplaza.util
An arraylist storing its contents using SoftReferences.
SoftArrayList() - Constructor for class nl.knowledgeplaza.util.SoftArrayList
 
SoftPropertyChangeListener - Class in nl.knowledgeplaza.util.listeners
 
SoftPropertyChangeListener(PropertyChangeListener, SoftPropertyChangeListener.UnregisterAction) - Constructor for class nl.knowledgeplaza.util.listeners.SoftPropertyChangeListener
remember the original listener with a soft reference and how to unregister
SoftPropertyChangeListener.UnregisterAction - Interface in nl.knowledgeplaza.util.listeners
the unregister action
SortedCollection - Interface in nl.knowledgeplaza.util.collection
 
SortedList - Class in nl.knowledgeplaza.util.collection
A sorted list based on ArrayList using binary search algorithmes.
SortedList(Comparator) - Constructor for class nl.knowledgeplaza.util.collection.SortedList
 
SortedOnKeyMap - Class in nl.knowledgeplaza.util
SortedMap is a simplistic light-weight Map designed for use when the number of entries is small.
SortedOnKeyMap() - Constructor for class nl.knowledgeplaza.util.SortedOnKeyMap
Creates a Map.
SortedOnKeyMap(Comparator) - Constructor for class nl.knowledgeplaza.util.SortedOnKeyMap
Creates a Map.
SortedOnKeyMap(int) - Constructor for class nl.knowledgeplaza.util.SortedOnKeyMap
Creates a SortedMap with specified capacity.
SortedOnKeyMap(Map) - Constructor for class nl.knowledgeplaza.util.SortedOnKeyMap
 
SortedSet - Class in nl.knowledgeplaza.util
SortedSet is a simplistic light-weight Set designed for use when the number of entries is small.
SortedSet() - Constructor for class nl.knowledgeplaza.util.SortedSet
Creates a LinearSet.
SortedSet(Comparator) - Constructor for class nl.knowledgeplaza.util.SortedSet
Creates a LinearSet.
SortedSet(int) - Constructor for class nl.knowledgeplaza.util.SortedSet
Creates a LinearSet with given capacity.
SortedSet(Collection) - Constructor for class nl.knowledgeplaza.util.SortedSet
Creates a LinearSet, filling it with the elements of set.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.math.BigDecimalN
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ArrayUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.barcode.EAN13Util
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.barcode.UPC12Util
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.CalendarUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ClassUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.collection.SortedList
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.comparators.ComparableComparator
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.comparators.InvertingComparator
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.configuration.Configuration
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ConfigurationProperties
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.dosutil.ConvertEncoding
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.dosutil.SendEmail
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.GenericVisitor
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.io.EchoServer
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.JarResources
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.CallableStatement
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.Connection
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.Driver
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.PreparedStatement
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.ResultSet
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.SqlBuilder
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jdbc.Statement
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.JdbcUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.EclipselinkEntityManagerExtender
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.EclipselinkUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.EntityTransactionExtender
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.JpaUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.jpa.NativeQueryBuilder
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.Log4jUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.MsDosUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.net.MailUtils
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ObjectUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.ApacheObjectPoolWrapper
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.FastestFirstObjectPool
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDriver
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactoryServletUtils
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolWrapper
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.PriorityObjectPool
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.RoundRobinObjectPool
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.pool.StackObjectPool
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.Properties
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.reflection.ClassComparator
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.reflection.MethodUtils
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.reflection.PropertyUtilsBean
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ResourceLoader
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.Slf4jUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.StringUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.SystemAddon
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.thread.AnimatedTransition
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.thread.Semaphore
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.thread.WorkerThread
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ThreadUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.VersionUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class nl.knowledgeplaza.util.ZipUtil
Standard variable for determining version of a class file.
SqlBuilder - Class in nl.knowledgeplaza.util.jdbc
A utility class to build SQL in a source code readable form.
SqlBuilder() - Constructor for class nl.knowledgeplaza.util.jdbc.SqlBuilder
 
StackObjectPool - Class in nl.knowledgeplaza.util.pool
This class implements a stack (LIFO) pool.
StackObjectPool() - Constructor for class nl.knowledgeplaza.util.pool.StackObjectPool
Initialize
StackObjectPool(PoolableObjectFactory) - Constructor for class nl.knowledgeplaza.util.pool.StackObjectPool
Initialize
StackObjectPool(Collection) - Constructor for class nl.knowledgeplaza.util.pool.StackObjectPool
Initialize
start() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
Start this monitor
startServer() - Method in class nl.knowledgeplaza.util.io.EchoServer
Create the service detached
startServer(boolean) - Method in class nl.knowledgeplaza.util.io.EchoServer
Create the service
Statement - Class in nl.knowledgeplaza.util.jdbc
This is for logging SQL statements to log4j.
stop() - Method in class nl.knowledgeplaza.util.DirectoryMonitor
stop this monitor
stopServer() - Method in class nl.knowledgeplaza.util.io.EchoServer
Stop the service
store(Runnable, String, Object) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Store a specific value for this thread
store(String, Object) - Static method in class nl.knowledgeplaza.util.ThreadUtil
 
store(ThreadGroup, String, Object) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Store a specific value for this thread
StringPrintStream - Class in nl.knowledgeplaza.util
This class catches anything going into the printstream into a string
StringPrintStream() - Constructor for class nl.knowledgeplaza.util.StringPrintStream
 
stringToByteArray(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns a java string as a byte array
stringToByteArray(String, int, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Returns a java string as a byte array
StringUtil - Class in nl.knowledgeplaza.util
This class contains several String helper methods.
StringUtil() - Constructor for class nl.knowledgeplaza.util.StringUtil
 
stripProxies(Object) - Static method in class nl.knowledgeplaza.util.ObjectUtil
Strip the proxies from an object, so the actual object is returned.
StrongReference<T> - Class in nl.knowledgeplaza.util
 
StrongReference(T) - Constructor for class nl.knowledgeplaza.util.StrongReference
 
sub(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
sub(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
sub(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
subarray(byte[], int, int) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Make a subarray.
subList(int, int) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
subList(int, int) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
subList(int, int) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
substract(Fraction) - Method in class nl.knowledgeplaza.math.Fraction
 
substract(BigInteger) - Method in class nl.knowledgeplaza.math.Fraction
 
substract(BigDecimal) - Method in class nl.knowledgeplaza.math.Fraction
 
subtract(BigDecimalN) - Method in class nl.knowledgeplaza.math.BigDecimalN
Substraction
subWords(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Get the string starting from the start'th word until end.
subWords(String, int, int) - Static method in class nl.knowledgeplaza.util.StringUtil
Get the string starting from the start'th word ending before the end'th word
synchronizeTableFullOneWay(Connection, Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert, update or delete record so that the table in the to connection becomes identical to the from connection
synchronizeTableFullOneWay(Connection, String, String[], String[], Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert, update or delete record so that the table in the to connection becomes identical to the from connection
synchronizeTableFullOneWay(JdbcUtil.SyncDescriptor, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert, update or delete record so that the table in the to connection becomes identical to the from connection
synchronizeTableFullOneWay(Connection, Connection, String, String, int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Sync a table with all fields
synchronizeTableFullOneWay_Copy(Connection, Connection, String, String, String[], String[], int, Logger, JdbcUtil.Preprocess) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert in the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_Delete(Connection, Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Remove any records in the to connection that do not exist in the form connection
synchronizeTableFullOneWay_Delete(Connection, String, String[], String[], Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Remove any records in the to connection that do not exist in the form connection
synchronizeTableFullOneWay_Delete(JdbcUtil.SyncDescriptor, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Remove any records in the to connection that do not exist in the form connection
synchronizeTableFullOneWay_Insert(Connection, Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert in the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_Insert(Connection, Connection, String, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert in the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_Insert(Connection, Connection, String, String, String[], String[], int, Logger, JdbcUtil.Preprocess) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Insert in the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_InsertUpdate(Connection, Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Update the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_InsertUpdate(Connection, String, String[], String[], Connection, String, String[], String[], int, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Update the table in the to connection with any missing records in relation to the from connection
synchronizeTableFullOneWay_InsertUpdate(JdbcUtil.SyncDescriptor, Logger) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Update the table in the to connection with any missing records in relation to the from connection
SystemAddon - Class in nl.knowledgeplaza.util
Some enhancements to the regular System class.
SystemAddon() - Constructor for class nl.knowledgeplaza.util.SystemAddon
 
SYSTEMPROPERTY_APPLICATION - Static variable in class nl.knowledgeplaza.util.Properties
 
SYSTEMPROPERTY_OS - Static variable in class nl.knowledgeplaza.util.Properties
 
SYSTEMPROPERTY_SYSTEM - Static variable in class nl.knowledgeplaza.util.Properties
 
SYSTEMPROPERTY_USER - Static variable in class nl.knowledgeplaza.util.Properties
 
SystemUtil - Class in nl.knowledgeplaza.util
 
SystemUtil() - Constructor for class nl.knowledgeplaza.util.SystemUtil
 

T

tableExists(Connection, String) - Static method in class nl.knowledgeplaza.util.JdbcUtil
Check if a table exists
TeeOutputStream - Class in nl.knowledgeplaza.util.io
This class mirrors output between two streams.
TeeOutputStream(OutputStream, OutputStream) - Constructor for class nl.knowledgeplaza.util.io.TeeOutputStream
The constructor takes two OutputStreams.
TeeWriter - Class in nl.knowledgeplaza.util.io
This class mirrors output between two writers.
TeeWriter(Writer, Writer) - Constructor for class nl.knowledgeplaza.util.io.TeeWriter
The constructor takes two Writers.
ThreadUtil - Class in nl.knowledgeplaza.util
This class provides a thread local stop flag, which a thread may query to see if it needs to stop.
ThreadUtil() - Constructor for class nl.knowledgeplaza.util.ThreadUtil
 
tickToConsole() - Method in class nl.knowledgeplaza.util.debug.QuickIntervalTimer
 
tickToConsole(String) - Method in class nl.knowledgeplaza.util.debug.QuickIntervalTimer
 
timestamp(String[]) - Static method in class nl.knowledgeplaza.util.MsDosUtil
Generate a timestamp in a DOS script: for /F %%i IN ('%JAVA_HOME%/bin/java -cp ..\TbeeUtils.jar org.tbee.util.MsDosUtil timestamp') DO set TIMESTAMP=%%i echo TIMESTAMP=%TIMESTAMP%
timestamp2(String[]) - Static method in class nl.knowledgeplaza.util.MsDosUtil
Generate a timestamp in a DOS script: for /F %%i IN ('%JAVA_HOME%/bin/java -cp ..\TbeeUtils.jar org.tbee.util.MsDosUtil timestamp2') DO set TIMESTAMP=%%i echo TIMESTAMP=%TIMESTAMP%
toArray() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
toArray(Object[]) - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
toArray() - Method in class nl.knowledgeplaza.util.SoftArrayList
 
toArray(T[]) - Method in class nl.knowledgeplaza.util.SoftArrayList
 
toArray() - Method in class nl.knowledgeplaza.util.WeakArrayList
 
toArray(T[]) - Method in class nl.knowledgeplaza.util.WeakArrayList
 
toByteArray(InputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a String as a byte[].
TOCONNECTION_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
toDom4j(Document) - Static method in class nl.knowledgeplaza.util.Dom4jUtil
Convert a W3C document to a Dom4j Document
TOFIELDS_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
toFile(URL) - Static method in class nl.knowledgeplaza.util.FileUtil
Convert from a URL to a File.
toHexString(byte[]) - Static method in class nl.knowledgeplaza.util.StringUtil
 
toJavaStringLiteral(String, boolean) - Static method in class nl.knowledgeplaza.util.StringUtil
Convert a String into backslash notation (e.g.
tokenizeDelimitedToArray(String, String, boolean) - Static method in class nl.knowledgeplaza.util.StringUtil
Return an array of String from a String containing delimited values.
tokenizeDelimitedToArray(String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Tokenize on each character
tokensChanged() - Method in class nl.knowledgeplaza.util.jpa.AbstractBM.TokenListener
 
TOKEYS_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
toList(T...) - Static method in class nl.knowledgeplaza.util.CollectionUtil
Produce lists of ints or Strings: List ints = CollectionUtil.toList(1, 2, 3); List words = CollectionUtil.toList("hello", "world");
toLocalizedPattern() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
toNonPrimitiveClass(Class) - Static method in class nl.knowledgeplaza.util.reflection.MethodUtils
Find a non primitive representation for given primitive class.
toPattern() - Method in class nl.knowledgeplaza.util.text.SimpleDateFormat
 
toRoman(int) - Static method in class nl.knowledgeplaza.util.StringUtil
Convert an integer to Roman notation
toString() - Method in class nl.knowledgeplaza.math.BigDecimalN
Power
toString() - Method in class nl.knowledgeplaza.math.Fraction
Return this value as a decimal string notation (e.g.
toString() - Method in class nl.knowledgeplaza.util.AbstractMapEntry
Returns a human-readable representation of this map entry.
toString(long[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(int[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(short[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(char[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(byte[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(boolean[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(float[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(double[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString(Object[]) - Static method in class nl.knowledgeplaza.util.ArrayUtil
Returns a string representation of the contents of the specified array.
toString() - Method in class nl.knowledgeplaza.util.CalendarWrapper
 
toString() - Method in class nl.knowledgeplaza.util.collection.ObservableListWrapper
 
toString(Map) - Static method in class nl.knowledgeplaza.util.CollectionUtil
because maps may contains array, which do not toString themselves too well
toString() - Method in class nl.knowledgeplaza.util.ConfigurationProperties
 
toString(Document) - Static method in class nl.knowledgeplaza.util.Dom4jUtil
Convert Dom4j document to string completely formatted
toString(InputStream) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class nl.knowledgeplaza.util.IOUtil
Get the contents of a byte[] as a String.
toString() - Method in class nl.knowledgeplaza.util.LinearMap
 
toString() - Method in class nl.knowledgeplaza.util.RandomGUID
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc.) Example: C2FEEEAC-CFCD-11D1-8B05-00600806D9B6
toString() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
 
toString() - Method in class nl.knowledgeplaza.util.thread.TraceableRunnable
return a stack trace in the same form as Throwable.printStackTrace()
toStringColor(Color) - Static method in class nl.knowledgeplaza.util.ColorUtil
Generates a HTML color description
toSystemProperties() - Method in class nl.knowledgeplaza.util.EnvironmentVariables
Add properties obtained by getEnvProperty() to the system properties.
TOTABLENAME_PROPERTY_ID - Static variable in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
touch() - Method in class nl.knowledgeplaza.util.jpa.AbstractBean
Touch the current entity (see unix man pages) Should be implemented
toURLs(File[]) - Static method in class nl.knowledgeplaza.util.FileUtil
Convert the array of Files into a list of URLs.
TraceableRunnable - Class in nl.knowledgeplaza.util.thread
A runnable that remembers where it was created.
TraceableRunnable() - Constructor for class nl.knowledgeplaza.util.thread.TraceableRunnable
Remember the stack upon instantiation
TraceableRunnableDecorator - Class in nl.knowledgeplaza.util.thread
This class can decorate (wrap) a runnable in order to make the creation place tracable
TraceableRunnableDecorator(Runnable) - Constructor for class nl.knowledgeplaza.util.thread.TraceableRunnableDecorator
 
traceClosableObject(Object) - Method in class nl.knowledgeplaza.util.jdbc.Connection
 
transform(String) - Method in interface nl.knowledgeplaza.util.EnvironmentVariables.NameTransformer
 
transform(String) - Method in class nl.knowledgeplaza.util.EnvironmentVariables.SimpleNameTransformer
 
transformAllUpperCase(String) - Method in class nl.knowledgeplaza.util.EnvironmentVariables.SimpleNameTransformer
 
translate(Object, String) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
translate(Object, String, Locale) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
translate(Object, String, Locale, String) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
translate(String, String, String) - Static method in class nl.knowledgeplaza.util.StringUtil
Translate characters in a string, like the t// operator in perl.
translateExists(Object, String) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
translateExists(Object, String, Locale) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
translateExists(Object, String, Locale, String) - Method in class nl.knowledgeplaza.util.Internationalization
Translate, this method tries to find files where the translation could be, based on the context.
TypeRef<T> - Class in nl.knowledgeplaza.util
References a generic type.
TypeRef() - Constructor for class nl.knowledgeplaza.util.TypeRef
 
TypeToken - Class in nl.knowledgeplaza.util
http://www.jquantlib.org/index.php/Using_TypeTokens_to_retrieve_generic_parameters TypeNode keeps a Class information and a list of children classes.
TypeToken(Class<?>) - Constructor for class nl.knowledgeplaza.util.TypeToken
 
TypeTokenTree - Class in nl.knowledgeplaza.util
http://www.jquantlib.org/index.php/Using_TypeTokens_to_retrieve_generic_parameters TypeTokenTree is a helper class intended to return a TypeToken root.
TypeTokenTree() - Constructor for class nl.knowledgeplaza.util.TypeTokenTree
 
TypeTokenTree(Class<?>) - Constructor for class nl.knowledgeplaza.util.TypeTokenTree
 

U

UNDETERMINED - Static variable in class nl.knowledgeplaza.util.AbstractComparator
 
unescapeHTML(String) - Static method in class nl.knowledgeplaza.util.StringUtil
Turn any HTML escape entities in the string into characters and return the resulting string.
unregister() - Method in interface nl.knowledgeplaza.util.listeners.SoftPropertyChangeListener.UnregisterAction
 
unwrap(Class<T>) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolDataSource
 
UPC12Util - Class in nl.knowledgeplaza.util.barcode
EAN13 (GTIN): PPP XXXXXXXXX C - PPP = country prefix - XXXXXXXXX = company prefix and article numbers - C = mod 10 checkdigit Every EAN begins with a 2 or 3 digit prefix which indicates the country of origin.
UPC12Util() - Constructor for class nl.knowledgeplaza.util.barcode.UPC12Util
 

V

validate(String) - Static method in class nl.knowledgeplaza.util.barcode.EAN13Util
"modulus 10 check digit"
validate(String) - Static method in class nl.knowledgeplaza.util.barcode.UPC12Util
"modulus 10 check digit"
validateObject(Object) - Method in class nl.knowledgeplaza.util.pool.CollectionObjectPoolFactory
 
validateObject(Object) - Method in class nl.knowledgeplaza.util.pool.JdbcConnectionPoolFactory
 
validateObject(Object) - Method in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
 
valueAfterMD5 - Variable in class nl.knowledgeplaza.util.RandomGUID
 
valueBeforeMD5 - Variable in class nl.knowledgeplaza.util.RandomGUID
 
ValueHolder<T> - Class in nl.knowledgeplaza.util
 
ValueHolder() - Constructor for class nl.knowledgeplaza.util.ValueHolder
 
ValueHolder(T) - Constructor for class nl.knowledgeplaza.util.ValueHolder
 
valueOf(String) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(BigDecimal) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(BigInteger) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(Short) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(Integer) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(Long) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(Double) - Static method in class nl.knowledgeplaza.math.Fraction
 
valueOf(Float) - Static method in class nl.knowledgeplaza.math.Fraction
 
values() - Method in class nl.knowledgeplaza.util.LinearMap
must return the same collection everytime as defined in the Map interface
values() - Method in class nl.knowledgeplaza.util.SortedOnKeyMap
must return the same collection everytime as defined in the Map interface
ValueSortedMap - Class in nl.knowledgeplaza.util
A map that is sorted on value instead of key.
ValueSortedMap() - Constructor for class nl.knowledgeplaza.util.ValueSortedMap
Creates a LinearMap.
ValueSortedMap(int) - Constructor for class nl.knowledgeplaza.util.ValueSortedMap
Creates a LinearMap with specified capacity.
ValueSortedMap(Map) - Constructor for class nl.knowledgeplaza.util.ValueSortedMap
 
Version - Class in nl.knowledgeplaza.util
 
Version() - Constructor for class nl.knowledgeplaza.util.Version
 
VersionUtil - Class in nl.knowledgeplaza.util
 
VersionUtil() - Constructor for class nl.knowledgeplaza.util.VersionUtil
 
VfsUtils - Class in nl.knowledgeplaza.util
Apache Commons VFS tools
VfsUtils() - Constructor for class nl.knowledgeplaza.util.VfsUtils
 
visit(Object) - Method in class nl.knowledgeplaza.util.GenericVisitor
 
visit(Object) - Method in interface nl.knowledgeplaza.util.GenericVisitor.Visitor
 

W

waitForThreadToFinish(Thread) - Method in class nl.knowledgeplaza.util.thread.AnimatedTransition
The swing version of AnimatedTransition does this without blocking the swing thread.
waitForThreadToFinish(Thread) - Static method in class nl.knowledgeplaza.util.ThreadUtil
Wait indefinitely for a thread to finish.
WeakArrayList<T> - Class in nl.knowledgeplaza.util
An arraylist storing its contents using WeakReferences.
WeakArrayList() - Constructor for class nl.knowledgeplaza.util.WeakArrayList
 
WEEK - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 
WHEN_EXHAUSTED_BLOCK - Static variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
WHEN_EXHAUSTED_FAIL - Static variable in class nl.knowledgeplaza.util.pool.BaseObjectPool
 
where() - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
withAdditionalPaths(List<File>) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
withAddListener(DirectoryMonitor.AddListener) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withBean(Property.PropertyBean) - Method in class nl.knowledgeplaza.util.property.Property
 
withCacheSize(int) - Method in class nl.knowledgeplaza.util.SimpleLRUCache
 
withChangeListener(DirectoryMonitor.ChangeListener) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withCommitEvery(int) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withCriteriaBuilder(CriteriaBuilder) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
withCriteriaQuery(CriteriaQuery<T>) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
withDaemon(boolean) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withDeleteListener(DirectoryMonitor.DeleteListener) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withDirectory(File) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withEntityClass(Class<T>) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
withEntityManager(EntityManager) - Method in class nl.knowledgeplaza.util.jpa.JpaCriteriaBuilder
 
withFileFilter(FileFilter) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withFromConnection(Connection) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withFromFields(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withFromKeys(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withFromTablename(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withId(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withIdentifier(String, String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
withInitialDelay(int) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withName(String) - Method in class nl.knowledgeplaza.util.property.Property
 
withPollDelay(int) - Method in class nl.knowledgeplaza.util.DirectoryMonitor
 
withPrefix(String) - Method in class nl.knowledgeplaza.util.configuration.Configuration
 
withToConnection(Connection) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withToFields(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withToKeys(String...) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withToTablename(String) - Method in class nl.knowledgeplaza.util.JdbcUtil.SyncDescriptor
 
withURL(URL) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderPropertyFile
 
withURL(URL) - Method in class nl.knowledgeplaza.util.configuration.ConfigurationProviderXmlFile
 
WorkerThread - Class in nl.knowledgeplaza.util.thread
This is a basic worker thread.
WorkerThread() - Constructor for class nl.knowledgeplaza.util.thread.WorkerThread
 
WorkerThread(String) - Constructor for class nl.knowledgeplaza.util.thread.WorkerThread
 
wrap(Connection) - Static method in class nl.knowledgeplaza.util.jdbc.Connection
 
wrap(Connection, String) - Static method in class nl.knowledgeplaza.util.jdbc.Connection
 
wrap(Connection, String, Logger) - Static method in class nl.knowledgeplaza.util.jdbc.Connection
 
wrap(ResultSet, Connection) - Static method in class nl.knowledgeplaza.util.jdbc.ResultSet
 
wrap(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EclipselinkEntityManagerExtender
 
wrap(EntityManager) - Static method in class nl.knowledgeplaza.util.jpa.EntityManagerExtender
 
wrap(EntityTransaction, EntityManagerExtender) - Static method in class nl.knowledgeplaza.util.jpa.EntityTransactionExtender
 
wrap(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
lines may not be longer than X characters (words are cut)
wrapApproximate(String, int) - Static method in class nl.knowledgeplaza.util.StringUtil
wraps a string to a maximum length by inserting newlines
wrapBase64ToMaxLineLength(String) - Static method in class nl.knowledgeplaza.util.net.MailUtils
base 64 encoded string must be maximized to 76 characters per line
wrapCallableStatement(CallableStatement, String, Connection) - Static method in class nl.knowledgeplaza.util.jdbc.CallableStatement
 
wrapPreparedStatement(PreparedStatement, String, Connection) - Static method in class nl.knowledgeplaza.util.jdbc.PreparedStatement
 
wrapStatement(Statement, Connection) - Static method in class nl.knowledgeplaza.util.jdbc.Statement
 
write(Document, OutputStream, String) - Static method in class nl.knowledgeplaza.util.Dom4jUtil
Write a document completely formatted to an outputstream.
write(int) - Method in class nl.knowledgeplaza.util.io.TeeOutputStream
Write the specified int to each of the underlying OutputStreams.
write(char[], int, int) - Method in class nl.knowledgeplaza.util.io.TeeWriter
Write the specified int to each of the underlying Writers.
writeComparator(Map<String, String>, String, String, Writer) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
writeDefaultValue(String, String) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
 
writeFindBy(Map<String, String>, String, String, Writer, List<String>) - Method in class nl.knowledgeplaza.util.jpa.JpaReverseEngineer
Generate additional findBy methods using unique properties
writeToFile(String, boolean, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Write text to file
writeToFile(File, boolean, String) - Static method in class nl.knowledgeplaza.util.FileUtil
Write text to file
writeZipFileEntry(ZipOutputStream, String, byte[]) - Static method in class nl.knowledgeplaza.util.ZipUtil
Creates a new zip file entry with the given name and byte data.
writeZipFileEntry(ZipOutputStream, String, InputStream) - Static method in class nl.knowledgeplaza.util.ZipUtil
 

X

XmlResourceBundle - Class in nl.knowledgeplaza.util
A ResourceBundle implementation that uses a XML file to store the resources.
XmlResourceBundle(String, String) - Constructor for class nl.knowledgeplaza.util.XmlResourceBundle
 
XSLT - Class in nl.knowledgeplaza.util.dosutil
 
XSLT() - Constructor for class nl.knowledgeplaza.util.dosutil.XSLT
 

Y

YEAR - Static variable in class nl.knowledgeplaza.util.CalendarWrapper
 

Z

ZERO - Static variable in class nl.knowledgeplaza.math.Fraction
 
zipDirectoryRecusively(File, File) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
zipDirectoryRecusively(File, OutputStream) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
zipDirectoryRecusively(File, FileFilter, OutputStream) - Static method in class nl.knowledgeplaza.util.ZipUtil
 
ZipUtil - Class in nl.knowledgeplaza.util
 
ZipUtil() - Constructor for class nl.knowledgeplaza.util.ZipUtil
 

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

Copyright © 2010 KnowledgePlaza. All Rights Reserved.