Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
net.java.truecommons.key.spec |
Provides an extensible manager for generic keys required for writing or
reading protected resources, for example encrypted files.
|
net.java.truecommons.key.spec.prompting |
Provides a key manager which promps users for
keys.
|
net.java.truecommons.key.spec.sl |
Provides singletons to locate service providers on the class path.
|
net.java.truecommons.key.spec.unknown |
Provides a complete key manager implementation which fails to resolve any
keys.
|
net.java.truecommons.shed |
Hosts small but useful tools and utilities that didn't fit anywhere else.
|
Class and Description |
---|
BitField
A type-safe, immutable set of enums which emulates the concept of a bit
field, i.e.
|
Pool
An interface for pooling strategies.
|
Releasable
A resource which can release itself to its associated
Pool . |
Stream
A generic stream collection interface.
|
UniqueObject
A unique object compares
equal only with itself. |
Class and Description |
---|
ImplementationsShouldExtend
Indicates that you should rather extend the specified abstract class than
implementing the annotated interface directly in order to maintain binary
backwards compatibility when additional methods get added to the annotated
interface.
|
UniqueObject
A unique object compares
equal only with itself. |
Class and Description |
---|
UniqueObject
A unique object compares
equal only with itself. |
Class and Description |
---|
UniqueObject
A unique object compares
equal only with itself. |
Class and Description |
---|
UniqueObject
A unique object compares
equal only with itself. |
Class and Description |
---|
AbstractExceptionBuilder
Abstract implementation of an exception builder.
|
BitField
A type-safe, immutable set of enums which emulates the concept of a bit
field, i.e.
|
CanonicalStringSet
An abstract set of the canonical string representation of objects in
natural sort order.
|
CanonicalStringSet.Canonicalizer
An idempotent function which maps an arbitrary object to its canonical
string representation.
|
ExceptionBuilder
An exception builder is an exception handler which assembles an exception
of the parameter type
O from one or more exceptions of the parameter
type I . |
ExceptionHandler
A generic callback interface designed to be implemented by client
applications in order to inject an exception handling strategy into a
cooperative algorithm as its dependency.
|
Filter
A generic filter for items of any type.
|
Link
A link has a nullable
target property. |
Link.Type
A factory for links which defines the terms and conditions for clearing
their target.
|
Option
An immutable collection of at most one element.
|
PathSplitter
Splits a given path name into its parent path name and member name,
whereby platform specific file system roots get recognized.
|
PriorityExceptionBuilder
Assembles an
Exception from one or more input exceptions by
suppressing all but the
first input exception with the highest priority. |
UriBuilder |
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.