Uses of Interface
com.helger.commons.log.IHasConditionalLogger
Packages that use IHasConditionalLogger
Package
Description
-
Uses of IHasConditionalLogger in com.helger.commons.io.resourceresolver
Classes in com.helger.commons.io.resourceresolver that implement IHasConditionalLoggerModifier and TypeClassDescriptionclassA simple resource resolver that can handle URLs, JAR files and file system resources. -
Uses of IHasConditionalLogger in com.helger.commons.locale
Classes in com.helger.commons.locale that implement IHasConditionalLoggerModifier and TypeClassDescriptionclassThis is a global cache for Locale objects to avoid too many object flowing around.
This cache is application independent. -
Uses of IHasConditionalLogger in com.helger.commons.locale.country
Classes in com.helger.commons.locale.country that implement IHasConditionalLoggerModifier and TypeClassDescriptionclassThis is a global cache for country objects to avoid too many object flowing around.
This cache is application independent. -
Uses of IHasConditionalLogger in com.helger.commons.locale.language
Classes in com.helger.commons.locale.language that implement IHasConditionalLoggerModifier and TypeClassDescriptionfinal classThis is a global cache for language objects to avoid too many objects flowing around.
This cache is application independent. -
Uses of IHasConditionalLogger in com.helger.commons.pool
Classes in com.helger.commons.pool that implement IHasConditionalLoggerModifier and TypeClassDescriptionfinal classObjectPool<DATATYPE>A simple generic object pool with a fixed size determined in the constructor. -
Uses of IHasConditionalLogger in com.helger.commons.system
Classes in com.helger.commons.system that implement IHasConditionalLoggerModifier and TypeClassDescriptionfinal classThis class wraps all the Java system properties like version number etc. -
Uses of IHasConditionalLogger in com.helger.commons.typeconvert
Classes in com.helger.commons.typeconvert that implement IHasConditionalLoggerModifier and TypeClassDescriptionfinal classHelper class for converting base types likes "boolean" to object types like "Boolean".
UsesTypeConverterRegistry.getFuzzyConverter(Class, Class)for retrieving a registered converter.