All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary
Class |
Description |
AbstractConsoleApp |
|
AbstractConsoleApp.MainOptions |
Main options
|
AllowNull |
|
AndFilter |
|
AnnotationSetter<T> |
|
AnnotationSetter.Wrapper |
|
AntGlob |
|
Area |
|
AreaImpl |
|
Arguments |
|
ArrayHandler |
|
Aspects |
Minute library to do some aspect oriented programming without dragging in the
world.
|
Aspects.InterceptBuilder<T> |
A builder to create a proxy that delegates to another object but can
intercept calls, put something before, after and around calls.
|
Aspects.Invocation |
|
Attributes |
|
Attributes.DataType<T> |
|
Attributes.Type |
|
Base64 |
|
BER |
|
BiConsumerWithException<T,U> |
BiConsumer interface that allows exceptions.
|
BiConsumerWithException<T,U> |
Deprecated. |
BiFunctionWithException<T,U,R> |
BiFunction interface that allows exceptions.
|
BiFunctionWithException<T,U,R> |
Deprecated. |
BiPredicateWithException<T,U> |
BiPredicate interface that allows exceptions.
|
BiPredicateWithException<T,U> |
Deprecated. |
BooleanHandler |
|
BuilderMap<K,V> |
A map that is to set inline like a builder.
|
ByteArrayHandler |
Will now use hex for encoding byte arrays
|
ByteBufferDataInput |
|
ByteBufferDataOutput |
|
ByteBufferInputStream |
|
ByteBufferOutputStream |
|
CAFS |
CAFS implements a SHA-1 based file store.
|
Capture |
|
CharacterHandler |
|
CharBufferReader |
|
ClassDumper |
|
Clause |
|
Clauses |
|
Codec |
|
CollectionHandler |
|
Command |
|
CommandLine |
Helps parsing command lines.
|
CommandLineMessages |
|
ComparablePair<A extends java.lang.Comparable<A>,B> |
|
ConcurrentInitialize<T> |
Helper class to handle concurrent system where you need to initialize a
value.
|
Config |
|
Configurable<T> |
|
ConfigurationProxy |
|
ConsumerWithException<T> |
Consumer interface that allows exceptions.
|
ConsumerWithException<T> |
Deprecated. |
ContentFilter |
|
ContentFilterImpl |
|
Converter |
General Java type converter from an object to any type.
|
Converter.Hook |
|
Create |
|
Crypto |
|
Data |
|
DateHandler |
|
Dates |
|
Decoder |
|
Delta |
|
Description |
|
Digest |
|
Digester<T extends Digest> |
|
DirectoryInputStream |
|
DirectoryLock |
|
Domain |
|
DomDTOParser |
Parse an XML file based on a DTO as schema
|
DOT<Vertex> |
Simple utility to create a graph in the dot language
|
DoubleKeyMap<K1,K2,V> |
|
ElementSelectionFilter |
|
Encoder |
|
EnumerationIterator<T> |
Simple facade for enumerators so they can be used in for loops.
|
Enumerations |
|
EnumHandler |
|
Env |
|
Event |
|
Exceptions |
|
Exceptions |
Deprecated. |
ExtendedFilter |
|
ExtList<T> |
|
FileHandler |
|
FileIterator |
|
FileSet |
Implements a FileSet a la Ant/Gradle.
|
FileTree |
|
FileWatcher |
|
FileWatcher.Builder |
|
Filter |
|
Filter |
|
FolderNode |
|
Forker<T> |
A Forker is good in parallel scheduling tasks with dependencies.
|
Formatters |
|
FunctionWithException<T,R> |
Function interface that allows exceptions.
|
FunctionWithException<T,R> |
Deprecated. |
Get |
|
Glob |
|
GradleLogging |
SLF4J Markers for special Gradle log levels.
|
GZipUtils |
|
Handler |
|
HCodec |
|
Header |
|
Hex |
|
Hierarchy |
A general hierarchy of named nodes.
|
Index |
0 -> 0, 122 -> 1 123 -> 123, 244 -> 2 245 -> 245, ...
|
Injector<T extends java.lang.annotation.Annotation> |
This class is a simple injector with a parameterized annotation.
|
Injector.Target<T> |
The Target class describes the target injection point.
|
IntCounter |
This is a very simple fast counter without any synchronization.
|
IO |
|
IOConstants |
|
Iterables |
|
IteratorList<T> |
|
JarIndex |
Creates a Hierarchy on a ZipFile, a directory, or a ZipStream.
|
JarIndex.NodeInfo |
|
JSONCodec |
This is a simple JSON Coder and Encoder that uses the Java type system to
convert data objects to JSON and JSON to (type safe) Java objects.
|
Justif |
Formatter.
|
Key |
|
LeafNode |
|
LimitedDataInput |
|
LimitedInputStream |
|
LineCollection |
|
Link<L,R> |
This is a simple RPC module that has a R(remote) and L(ocal) interface.
|
LiteralFilter |
|
Logger |
|
Logic |
|
LogToReporterAdapter |
|
ManifestUtil |
Unfortunately we have to write our own manifest :-( because of a stupid bug
in the manifest code.
|
MAP |
Easy way to build a map: Map s = MAP.$("a",2).$("b",3);
|
MAP.MAPX<K,V> |
|
MapHandler |
|
MarkdownFormatter |
|
MavenPasswordObfuscator |
|
MD5 |
|
MergeContentFilter |
|
Message |
|
Messages |
|
Messages.ERROR |
|
Messages.WARNING |
|
MultiMap<K,V> |
|
NamedNode |
A named node in a hierarchy.
|
NonClosingInputStream |
|
NonClosingReader |
|
NotFilter |
|
NumberHandler |
|
Numeric |
|
ObjectHandler |
|
Operator |
|
OptionArgument |
|
Options |
|
OrFilter |
|
Pair<A,B> |
|
ParameterMap |
|
PasswordCryptor |
|
PathSet |
A reusable path set using Ant-style include and exclude globs.
|
PatternConstants |
|
PDU |
|
PersistentMap<V> |
Implements a low performance but easy to use map that is backed on a
directory.
|
PredicateWithException<T> |
Predicate interface that allows exceptions.
|
PredicateWithException<T> |
Deprecated. |
PropertiesParser |
Deprecated. |
Props |
|
QuotedTokenizer |
|
Redirect |
Utility to redirect the stdin/stdout/stderr when running a command
|
RemoteSink |
|
RemoteSource |
Controls a different file system trough a Sink.
|
Replacer |
|
ReplacerAdapter |
Provide a macro Domain.
|
Report |
A base interface to represent the state of a work in progress.
|
Report.Location |
Defines a record for the location of an error/warning
|
Reporter |
A base interface to model a work in progress.
|
Reporter.SetLocation |
Fluid interface to set location data
|
ReporterAdapter |
Mainly used for testing where reporters are needed.
|
ReporterMessages |
|
RSA |
|
RunnableWithException |
Runnable interface that allows exceptions.
|
RunnableWithException |
Deprecated. |
SAXElement |
|
SAXUtil |
|
Sed |
|
Selector |
|
Selector |
|
Selector.Filter |
|
SerialExecutor |
Will execute a set of tasks in order of submit.
|
Settings |
Maintains persistent settings for bnd (or other apps).
|
Settings.Data |
|
SHA1 |
|
SHA256 |
|
SHA512 |
|
ShaCache |
Provide a standardized cache based on the SHA-1 of a file.
|
ShaSource |
An object that can retrieve an inputstream on a given SHA-1
|
Sieve |
|
Signer<D extends Digest> |
|
SimpleFilter |
|
Sink |
A Sink maintains a different file system somewhere.
|
SinkFS |
|
Slf4jReporter |
|
SortedList<T> |
An immutable list that sorts objects by their natural order or through a
comparator.
|
Source |
|
SpecialHandler |
|
SpecInterface<T> |
Uses an interface to provide a _specification_ of a command line.
|
StringHandler |
|
StringRover |
|
Strings |
|
SupplierWithException<R> |
Supplier interface that allows exceptions.
|
SupplierWithException<R> |
Deprecated. |
Table |
|
Tag |
The Tag class represents a minimal XML tree.
|
Tarjan<T> |
|
Tee |
|
Trace |
|
Transform |
|
TriggerRepeat |
Trigger an action and repeat it as long as it keeps being triggered.
|
TypeReference<T> |
Reference to a type.
|
Types |
|
URIUtil |
|
URLClassLoaderWrapper |
|
UTF8Properties |
Properties were by default read as ISO-8859-1 characters.
|
UUIDHandler |
|
Validator |
|
Verifier |
|
Welcome |
|
XML |
|
XmlAttribute |
|
XPathParser |
|
ZipUtil |
This class provides utilities to work with zip files.
|