Uses of Package
nl.knowledgeplaza.util

Packages that use nl.knowledgeplaza.util
nl.knowledgeplaza.util   
nl.knowledgeplaza.util.jdbc   
nl.knowledgeplaza.util.jpa   
nl.knowledgeplaza.util.pool   
 

Classes in nl.knowledgeplaza.util used by nl.knowledgeplaza.util
AbstractMapEntry
          An AbstractMapEntry takes care of most of the grunge work involved in subclassing java.util.Map.Entry.
CalendarWrapper
          Wrap a calendar and make it easier accessible
ConfigurationProperties
          This class is a wrapper for context dependent property collections.
ConfigurationProperties.ConfigurationChangedEvent
           
ConfigurationProperties.ConfigurationChangedListener
           
DirectoryMonitor
           
DirectoryMonitor.AddListener
          listen to new files // client side myDirectoryMonitor.addListeners.add(new DirectoryMonitor.AddListener(){ @Override public void add(File file) { }});
DirectoryMonitor.ChangeListener
          listen to any change // client side myDirectoryMonitor.changeListeners.add(new DirectoryMonitor.ChangeListener(){ @Override public void changed(File file) { }});
DirectoryMonitor.DeleteListener
          listen to removed files // client side myDirectoryMonitor.deleteListeners.add(new DirectoryMonitor.DeleteListener(){ @Override public void deleted(File file) { }});
EnvironmentVariables
          An helper class to handle environment variables when they're present on the underlying operating system.
EnvironmentVariables.NameTransformer
          Classes implementing this interface can transform environment names in a "canonical" form
GenericVisitor
          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.
Internationalization
          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.
JdbcUtil.JdbcList
           
JdbcUtil.JdbcMap
           
JdbcUtil.Preprocess
          An interface for Preprocessing during the run
JVM
          Deals with the different version of the Java Virtual Machine.
LinearMap
          LinearMap is a simplistic light-weight Map designed for use when the number of entries is small.
ListenerHandler
          This is a generic implementation of a listener logic.
ProgressListener
          A class to provide progress feedback.
Properties
           
PropertyChangeProvider
          The counter part of the PropertyChangeListener interface.
TypeRef
          References a generic type.
TypeToken
          http://www.jquantlib.org/index.php/Using_TypeTokens_to_retrieve_generic_parameters TypeNode keeps a Class information and a list of children classes.
 

Classes in nl.knowledgeplaza.util used by nl.knowledgeplaza.util.jdbc
LinearMap
          LinearMap is a simplistic light-weight Map designed for use when the number of entries is small.
 

Classes in nl.knowledgeplaza.util used by nl.knowledgeplaza.util.jpa
AbstractBean
          a class that implements standard features of a JavaBean.
PropertyChangeProvider
          The counter part of the PropertyChangeListener interface.
 

Classes in nl.knowledgeplaza.util used by nl.knowledgeplaza.util.pool
ConfigurationProperties
          This class is a wrapper for context dependent property collections.
 



Copyright © 2010. All Rights Reserved.