| Interface | Description |
|---|---|
| IFuzzyDescriptor<T> |
describes a fuzzy finder algorithm
|
| Class | Description |
|---|---|
| AdapterProxy |
TODO: implement generic adapter to be usable as base class for interface implementations.
|
| AOPProxy<T> |
simple proxy to enable aop-like enhancement.
|
| DelegatorProxy |
generic delegator to be usable as base class for simple delegation implementations. the delegator doesn't have to
implement the given interface, but has to provide the desired implementation with a method thats name and arguments
have to match the interface method.
|
| FileLock |
Creates an exclusive lock using the NIO channel functionality.
|
| FuzzyFinder<T> |
generic fuzzy finder. see
IFuzzyDescriptor as descriptor for data and filter. |
| MultipleInheritanceProxy |
simple proxy mechanism to enhance implemenations through additional interfaces and their delegates. the order of the
delegates will define the priority of the delegates. each delegate will be asked, if it implement the
interface-method.
|
| PipeReader |
Piped Stream connector.
|
| PrintUtil |
provides generic print convenience methods for non-interactive prints.
|
| SchedulerUtil |
simple delegator to
ScheduledExecutorService. |
| SetterExtenderPoxy |
If you have an interface, providing only getters, but for full bean access, you need setter methods, you can provide
the basic interface and a specific interface with the setter methods. these setter methods don't exist in your given
basic interface implementation, but the members exist.
|
| Translator |
machine translator using a REST service from WorldLingo.
|
| XmlGenUtil |
provides convenience methods for:
- de-/serializing xml through jaxb, simple-xml and xml-api
- xpath
- velocity transformations (to generate source code etc
|
Copyright © 2012–2018. All rights reserved.