Package net.sf.doolin.util

Interface Summary
Adapter<S,T> Adapter between a subject type and a target type.
AuthorizedUser User with some authorizations
Interruptible Defines something that can be interrupted.
ItemConverter<S,T> Deprecated. Use Function instead.
ItemCopier<T> Interface that defines a way to copy an item to another.
PropertyResolver  
StringCodes Codes for strings used inside the Doolin Utils module.
 

Class Summary
AbstractPropertySet  
BasicPropertySet  
ChainedItemConverter<S,T,U> Deprecated. Use Functions.compose(com.google.common.base.Function, com.google.common.base.Function) instead.
CodecUtils Codec method
CodeLabel Code and label
CopyFunction<T> This class performs a conversion by performing a copy using an ItemCopier.
DefaultPropertyResolver  
EditableValue<T> Defines a value that is editable.
Enum2StringAdapter<E extends Enum<E>> Adapter from a String to an enumeration.
Gradient This class allows to compute a gradient between two colors, according to a given color space.
I18NCode I18NString that is associated with a code.
I18NString String that has different values according to a locale.
IdentityConverter<T> Deprecated. Use Functions.identity() instead
IOUtils Some I/O utility methods
ItemCopyConverter<T> Deprecated. Use CopyFunction instead
LocaleUtils Utility methods for Locales
MethodFunction<S,T> Converts a S object into a T object by calling a method on S.
MethodItemConverter<S,T> Deprecated. Use MethodFunction instead.
Pair<A,B> Immutable association of two objects.
ParameterSet Set of parameters that provides the developer a list of utility methods to retrieve values from.
PasswordUtils Utility methods for dealing with passwords.
PatternFileFilter This pattern works with DOS like patterns.
PatternFormat This pattern works with DOS like patterns.
PropertyComparator Comparator based upon a property
PropertyFunction<S,T> This class performs a conversion by extracting a property from the source?
PropertyItemConverter<S,T> Deprecated. Use PropertyFunction instead
ReadOnlyAdapter<S,T> Adapter where the update of the subject is deactivated.
ReadOnlyNotNullBooleanAdapter This adapter transforms any object into a Boolean by checking if the source object is not null.
ReadOnlyStringAdapter<S> This read-only adapter converts the subjects to a string.
ScreenUtils  
SimpleItemCopier<T> Copies using BeanUtils.copyProperties(Object, Object)
ToStringItemConverter<S> Deprecated. Use Functions.toStringFunction() instead.
TreeProperties<T> Wraps a property set or a map as a tree view.
URLUtils Utilities for URLs
URLUtils.GlobalURLStreamHandlerFactory Global stream handler factory
Utils Set of utility methods.
Version Definition of a version on one or more numbers.
ZIPUtils Utility methods to zip / unzip data using GZIP.
 

Enum Summary
ELocaleMode Defines how a Locale must be used when looking for resources
 

Exception Summary
MissingParameterException Thrown when a parameter is missing.
NYIException This exception can be used to notify that a method is not yet implemented.
 



Copyright © 2011. All Rights Reserved.