Package | Description |
---|---|
sirius.kernel |
Provides the main setup classes for the SIRIUS kernel.
|
sirius.kernel.async |
Provides a framework for asynchronous execution of given tasks.
|
sirius.kernel.cache |
Provides a framework for building and using caches.
|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
sirius.kernel.di |
Contains the micro kernel for the discovery based programming framework.
|
sirius.kernel.di.std |
Contains standard annotations and implementations for
ClassLoadAction and
FieldAnnotationProcessor to process them. |
sirius.kernel.health |
Provides tools to record the system state and to log and handle exceptions.
|
sirius.kernel.health.console |
Commands for the built-in console.
|
sirius.kernel.health.metrics |
Used to record and monitor system metrics.
|
sirius.kernel.nls |
Native language support used by SIRIUS.
|
sirius.kernel.settings |
Provides a wrapper around the typesafe config
library.
|
sirius.kernel.timer |
Support for executing tasks in regular intervals.
|
sirius.kernel.xml |
Helper classes to read and write XML.
|
Class and Description |
---|
Tuple
Represents a tuple of two values with two arbitrary types.
|
Value
Provides a generic wrapper for a value which is read from an untyped context
like HTTP parameters.
|
Class and Description |
---|
Callback
Provides a simple callback which can be invoked with a value of the given type.
|
RateLimit
Limits calls to specified rate.
|
Tuple
Represents a tuple of two values with two arbitrary types.
|
Value
Provides a generic wrapper for a value which is read from an untyped context
like HTTP parameters.
|
Watch
Provides a mechanism to measure the duration.
|
Class and Description |
---|
Callback
Provides a simple callback which can be invoked with a value of the given type.
|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Tuple
Represents a tuple of two values with two arbitrary types.
|
Class and Description |
---|
AdvancedDateParser.DateSelection
Combines the parsed text along with the effective date (as Calendar).
|
Amount
Provides a wrapper around BigDecimal to perform "exact" computations on numeric values.
|
Callback
Provides a simple callback which can be invoked with a value of the given type.
|
ComparableTuple
Provides a tuple of values where the key is used as comparator.
|
Context
Provides an execution context to scripts etc.
|
CSVReader
Provides a simple reader which parses given CSV (comma separated values) data into rows.
|
CSVWriter
Writes rows of data as CSV (comma separated values) files.
|
DataCollector
Provides a pull pattern for asking methods to compute or fill a List.
|
Exec.ExecException
Thrown if a call to an external program fails
|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Limit
Helper class to handle result windowing (start+limit) of arbitrary data sets.
|
Monoflop
Represents a boolean state variable, which can be toggled once from false to true.
|
MultiMap
Represents a map which contains a collection of elements per key.
|
NumberFormat
Used to define the parameters used to create a string representation of a number.
|
PriorityCollector
Provides a pull pattern just like
DataCollector with an externally supplied order. |
RateLimit
Limits calls to specified rate.
|
Trie
A map like data structure which associates strings (char sequences) to values.
|
Trie.ContainmentIterator
Represents an iterator which navigates through the trie character by character.
|
Tuple
Represents a tuple of two values with two arbitrary types.
|
URLBuilder
Used to succesively build URLs.
|
Value
Provides a generic wrapper for a value which is read from an untyped context
like HTTP parameters.
|
ValueHolder
Provides a mutable value holder
Can be used to create final variable which can be modified from within an inner class.
|
Values
Wraps an array or list of uncertain size for safe access.
|
Watch
Provides a mechanism to measure the duration.
|
Class and Description |
---|
Tuple
Represents a tuple of two values with two arbitrary types.
|
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Tuple
Represents a tuple of two values with two arbitrary types.
|
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Class and Description |
---|
Context
Provides an execution context to scripts etc.
|
Tuple
Represents a tuple of two values with two arbitrary types.
|
Value
Provides a generic wrapper for a value which is read from an untyped context
like HTTP parameters.
|
Class and Description |
---|
Explain
Can be used in conjuncion with
SuppressWarnings to provide an explanation. |
Class and Description |
---|
Context
Provides an execution context to scripts etc.
|
Value
Provides a generic wrapper for a value which is read from an untyped context
like HTTP parameters.
|
Copyright © 2018. All rights reserved.