| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.antlr |
Helpers for ANTLR and StringTemplate objects.
|
| de.vandermeer.skb.interfaces.application |
Base for applications, with options, CLI parser, and applications.
|
| de.vandermeer.skb.interfaces.categories.has |
Things that “have” something.
|
| de.vandermeer.skb.interfaces.document |
Base for document elements, such as paragraph and list.
|
| de.vandermeer.skb.interfaces.messagesets |
Message sets.
|
| de.vandermeer.skb.interfaces.objctxt |
Contexts for objects.
|
| de.vandermeer.skb.interfaces.render |
Helpers for renderering things.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsAntlrRuntimeObject
Interface for objects that represent ANTLR runtime objects
(which have source, line, column, and other characteristics).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Apo_SimpleC
A standard simple CLI option.
|
interface |
Apo_TypedC<T>
A standard typed CLI option.
|
interface |
Apo_TypedCE<T>
A standard typed option that combines CLI and environment settings.
|
interface |
Apo_TypedCP<T>
A standard typed option that combines CLI and property settings.
|
interface |
Apo_TypedCPE<T>
A standard typed option that combines CLI, property, and environment settings.
|
interface |
Apo_TypedE<T>
A standard typed environment options.
|
interface |
Apo_TypedP<T>
A standard typed property options.
|
interface |
ApoBase
Base for an application option.
|
interface |
ApoBaseC
Base for a CLI option.
|
interface |
ApoBaseE
Base for an environment options.
|
interface |
ApoBaseP
Base for a property option.
|
interface |
ApoBaseTyped<T>
A standard typed application options.
|
interface |
ApplicationErrorCode
An application error code.
|
interface |
IsApplication
Base interface for an application with different option types and default argument parsing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasDescription
Interface of objects that have a description.
|
interface |
HasHeading
Interface for objects that have a heading.
|
interface |
HasPrompt
Interface for objects that have a prompt.
|
interface |
HasToDoc
Interface for objects that have a to-documentation method.
|
interface |
HasToLog
Interface for objects that have special log methods.
|
interface |
HasToLogContainment
Interface for objects that have special log methods.
|
interface |
HasToLogForValues
Interface for objects that have special log methods.
|
interface |
HasToStringStyle
A ToStringStyle for objects with default style.
|
| 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.
|
interface |
IsTableCell
A table cell, part of a table row with content.
|
interface |
IsTableRow
A table row.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasErrorSet<M>
Things that “have” an error message set.
|
interface |
HasInfoSet<M>
Things that “have” an information message set.
|
interface |
HasMessageSet
Interface for objects that have message sets.
|
interface |
HasWarningSet<M>
Things that “have” a warning message set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasObjectContext
Interface for objects that have a context object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasRenderContext
Interface for objects that use a render context.
|
interface |
HasRenderer
Interface for objects that have a renderer.
|
interface |
HasText
Interface for objects that do provide a text representation.
|
interface |
HasTextCluster
Interface for objects that do provide a cluster (iterable, iterator, and array) of text as textual representation.
|
Copyright © 2016–2017. All rights reserved.