| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.antlr |
Helpers for ANTLR and StringTemplate objects.
|
| de.vandermeer.skb.interfaces.coin |
Base for an extended null object pattern (success/error with or without value plus optional messages).
|
| de.vandermeer.skb.interfaces.document |
Base for document elements, such as paragraph and list.
|
| de.vandermeer.skb.interfaces.messagesets |
Message sets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsST
Interface for objects that represent String Template (ST) objects
(for which one can check chunks etc).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HeadsSuccessWithInfo<R,M>
A heads (success) coin with a value and further information.
|
interface |
HeadsSuccessWithInfoAndWarnings<R,M>
A heads (success) coin with a value with further information and some warnings.
|
interface |
HeadsSuccessWithWarnings<R,M>
A heads (success) coin with a value and some warnings.
|
interface |
TailsErrorWithErrors<R,M>
A tails (error) coin with a value and errors.
|
interface |
TailsNullWithErrors<M>
A tails (error) coin without a value but some errors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsDocumentElement
An element of a document, for instance a paragraph.
|
interface |
IsList
A list as a document element.
|
interface |
IsParagraph
A paragraph as a document element.
|
interface |
IsTable
A table as a document element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsErrorSet<M>
Interface for objects that have a set of error messages.
|
interface |
IsErrorSetFT
Interface for objects that have a set of error messages of type
FormattingTuple. |
interface |
IsInfoSet<M>
Interface for objects that have a set of info messages.
|
interface |
IsInfoSetFT
Interface for objects that have a set of info messages.
|
interface |
IsMessageSet
Category of objects that represent a message set.
|
interface |
IsWarningSet<M>
Interface for objects that have a set of warning messages.
|
interface |
IsWarningSetFT
Interface for objects that have a set of warning messages.
|
Copyright © 2016–2017. All rights reserved.