Skip navigation links
SKB Base: 0.0.3
A C D E F G I K L M N O P R S T V 

A

addHow(Object...) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: adds to the How? part of the message.
addWhat(Object...) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: adds to the What? part of the message.
addWhy(Object...) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: adds to the Why? part of the message.
antlr2column(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
Returns the column information of an ANTLR object (RecognitionException, Token, ParserRuleContext, TerminalNode)
antlr2line(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
Returns the line information of an ANTLR object (RecognitionException, Token, ParserRuleContext, TerminalNode)
ANTLR_TO_COLUMN() - Static method in class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
Returns a transformer that takes an object and returns an Integer with column information for ANTLR classes
ANTLR_TO_LINE() - Static method in class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
Returns a transformer that takes an object and returns an Integer with line information for ANTLR classes
ANTLR_TO_TEXT() - Static method in class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
Returns a transformer that takes an ANTLR object and returns a textual representation of it
apply(FROM) - Method in interface de.vandermeer.skb.base.Skb_Transformer
 
ARRAY_TO_TEXT() - Static method in class de.vandermeer.skb.base.utils.Skb_TextUtils
Returns a transformer that takes a 2 dimensional array and transforms it into a textual representation, for instance for debug output.

C

CHAIN(Skb_Transformer<Object, T>...) - Static method in interface de.vandermeer.skb.base.Skb_Transformer
Chained transformer.
COLLECTION_TO_TEXT() - Static method in class de.vandermeer.skb.base.utils.Skb_CollectionUtils
Returns a transformer that takes a collection and transforms it into a textual representation, for instance for debug output.
configure() - Static method in class de.vandermeer.skb.base.Skb_ToStringStyle
Returns the common SKB toString() style.
CONVERT(Object, Class<T>) - Static method in class de.vandermeer.skb.base.utils.Skb_ObjectUtils
Type safe casting or conversion from Object to target class, special processing for Object[] and Collections.
CONVERT(Object, Class<T>, T, T) - Static method in class de.vandermeer.skb.base.utils.Skb_ObjectUtils
Type safe casting or conversion from Object to target class, special processing for Object[] and Collections.
CONVERT(Object, Class<T>, T, T, boolean) - Static method in class de.vandermeer.skb.base.utils.Skb_ObjectUtils
Type safe casting or conversion from Object to target class, with optional special processing for Object[] and Collections.
create(LHS, RHS) - Static method in interface de.vandermeer.skb.base.Skb_Pair
Returns a new Pair of given type with default description.
create(LHS, RHS, String) - Static method in interface de.vandermeer.skb.base.Skb_Pair
Returns a new Pair of given type with given description.

D

de.vandermeer.skb.base - package de.vandermeer.skb.base
Base definitions and interfaces for the SKB.
de.vandermeer.skb.base.message - package de.vandermeer.skb.base.message
A simple 5WH message object, for details on 5WH see Wikipedia.
de.vandermeer.skb.base.utils - package de.vandermeer.skb.base.utils
Standard utility classes for the SKB.
DEFAULT_DESCRIPTION - Static variable in class de.vandermeer.skb.base.Skb_Defaults
 
DEFAULT_VALUE - Static variable in class de.vandermeer.skb.base.Skb_Defaults
 
DefaultImpl() - Constructor for class de.vandermeer.skb.base.Skb_Defaults.DefaultImpl
 

E

EMessageType - Enum in de.vandermeer.skb.base.message
Types for Message5WH.

F

FLIP_ARRAY() - Static method in class de.vandermeer.skb.base.utils.Skb_ArrayUtils
Returns a transformer that flips table (an array of arrays).

G

GET_FIRST_ELEMENT(Collection<?>) - Static method in class de.vandermeer.skb.base.utils.Skb_CollectionUtils
Returns the first element of the given collection.
getDefaultEncoding() - Static method in class de.vandermeer.skb.base.utils.Skb_EncodingUtils
Returns the default encoding used at runtime.
getDescription() - Method in interface de.vandermeer.skb.base.Skb_Pair
Returns the description of an object
getHow() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the How? part of the message.
getLoggerName() - Method in enum de.vandermeer.skb.base.message.EMessageType
Returns the logger name associated with the enumerate instance.
getMissingChunks(STGroup, Map<String, List<String>>) - Static method in class de.vandermeer.skb.base.utils.Skb_STUtils
Returns a map of missing templates and/or missing arguments of templates.
getMissingChunksErrorMessages(String, Map<String, List<String>>) - Static method in class de.vandermeer.skb.base.utils.Skb_STUtils
Returns a set of detailed error messages for missing chunks
getMissingSTArguments(ST, List<String>) - Static method in class de.vandermeer.skb.base.utils.Skb_STUtils
Returns a list of arguments missing in the given StringTemplate.
getNumber() - Method in enum de.vandermeer.skb.base.message.EMessageType
Returns a unique number for this enumerate.
getReporter() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the reporter of the message
getStgName(STGroup) - Static method in class de.vandermeer.skb.base.utils.Skb_STUtils
Returns the name of the STGroup.
getType() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the type of the message.
getUrl(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_UrlUtils
Returns a URL.
getUrlFromResource(String) - Static method in class de.vandermeer.skb.base.utils.Skb_UrlUtils
Returns a URL for given file name to read a file from resource.
getWhat() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the What? part of the message.
getWhen() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the When? part of the message.
getWhere() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the Where? part of the message.
getWho() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the Who? part of the message.
getWhy() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns the Why? part of the message.

I

initialCapacity - Variable in class de.vandermeer.skb.base.message.Message5WH
Initial capacity for StrBuilder members
INSTANCE_OF(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_ClassUtils
Returns a predicate that evaluates to true if a given object is an instance of a class.
IS_SUBCLASS_OF(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_ClassUtils
Returns a predicate that evaluates to true if a given object (subClass in evaluate) is assignable from superClass.
IS_SUPERCLASS_OF(Object) - Static method in class de.vandermeer.skb.base.utils.Skb_ClassUtils
Returns a predicate that evaluates to true if a given object (superClass in evaluate) is assignable from subClass.

K

kv(Class<?>, Object...) - Static method in class de.vandermeer.skb.base.Skb_ToStringStyle
Returns a builder using the class and the value
kv(Class<?>, Object) - Static method in class de.vandermeer.skb.base.Skb_ToStringStyle
Returns a builder using the class and the value

L

left() - Method in interface de.vandermeer.skb.base.Skb_Pair
Returns the value of the left hand side of the pair
lhs() - Method in interface de.vandermeer.skb.base.Skb_Pair
Returns the value of the left hand side of the pair
loadProperties(String, String) - Static method in class de.vandermeer.skb.base.utils.Skb_PropertyUtils
Load properties from the given file.
logger - Static variable in class de.vandermeer.skb.base.utils.Skb_PropertyUtils
Logger instance

M

MANYOBJECTS_TO_STRBUILDER(Object, Skb_Transformer<Object, T>) - Static method in class de.vandermeer.skb.base.utils.Skb_TextUtils
Returns a transformer that takes an iterator and returns a String Builder.
MAP_TO_TEXT() - Static method in class de.vandermeer.skb.base.utils.Skb_TextUtils
Returns a transformer that takes a map and returns a string representation of its contents.
Message5WH - Class in de.vandermeer.skb.base.message
Standard SKB message.
Message5WH() - Constructor for class de.vandermeer.skb.base.message.Message5WH
Simple constructor setting/loading defaults for the object.
messageSTGroup - Static variable in class de.vandermeer.skb.base.message.Message5WH
The default STGroup definition for the 5WH message class.

N

NORMALISE_ARRAY(int) - Static method in class de.vandermeer.skb.base.utils.Skb_ArrayUtils
Returns a transformer that normalises string arrays.

O

OBJECT_TO_BOOLEAN() - Static method in class de.vandermeer.skb.base.utils.Skb_ObjectUtils
Returns a transformer that takes a string and returns a boolean value, or null.
OBJECT_TO_RENDERABLE_VALUE() - Static method in interface de.vandermeer.skb.base.Skb_Renderable
A transformer that returns a String if a Readable object was provided.
OBJECT_TO_TARGET(Class<T>, T, T, boolean) - Static method in class de.vandermeer.skb.base.utils.Skb_ObjectUtils
Type safe transformation from Object to target class, with optional special processing for Object[] and Collections.

P

parentKV(Class<?>, Class<?>, Object...) - Static method in class de.vandermeer.skb.base.Skb_ToStringStyle
Returns a builder using parent class, class and value.
parentKV(Class<?>, Class<?>, Object) - Static method in class de.vandermeer.skb.base.Skb_ToStringStyle
Returns a builder using parent class, class and value.

R

render() - Method in class de.vandermeer.skb.base.message.Message5WH
Renders the message for output.
render() - Method in interface de.vandermeer.skb.base.Skb_Renderable
Renders an object for output.
rhs() - Method in interface de.vandermeer.skb.base.Skb_Pair
Returns the value of the right hand side of the pair
right() - Method in interface de.vandermeer.skb.base.Skb_Pair
Returns the value of the right hand side of the pair

S

setReporter(Object) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Reporter of the message.
setSTG(STGroup) - Method in class de.vandermeer.skb.base.message.Message5WH
Sets a new STGroup for the message.
setType(EMessageType) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the type of the message.
setWhen(Object) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the When? part of the message.
setWhere(Object, int, int) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Where? part of the message.
setWhere(Object, RecognitionException) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Where? part of the message.
setWhere(Object) - Method in class de.vandermeer.skb.base.message.Message5WH
 
setWhere(Object, Token) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Where? part of the message.
setWhere(Object, ParserRuleContext) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Where? part of the message.
setWhere(StackTraceElement) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Where? part of the message.
setWho(Object) - Method in class de.vandermeer.skb.base.message.Message5WH
Builder method: sets the Who? part of the message.
Skb_Antlr4Utils - Class in de.vandermeer.skb.base.utils
Methods to query ANTLR4 objects.
Skb_Antlr4Utils() - Constructor for class de.vandermeer.skb.base.utils.Skb_Antlr4Utils
 
Skb_ArrayUtils - Class in de.vandermeer.skb.base.utils
Methods to manipulate arrays.
Skb_ArrayUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_ArrayUtils
 
Skb_BaseException - Exception in de.vandermeer.skb.base
Default SKB exception.
Skb_BaseException() - Constructor for exception de.vandermeer.skb.base.Skb_BaseException
Returns a new exception
Skb_BaseException(Throwable) - Constructor for exception de.vandermeer.skb.base.Skb_BaseException
Returns a new exception with given cause
Skb_BaseException(String, String) - Constructor for exception de.vandermeer.skb.base.Skb_BaseException
Returns a new exception with given cause and message
Skb_ClassUtils - Class in de.vandermeer.skb.base.utils
Class testing methods.
Skb_ClassUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_ClassUtils
 
Skb_CollectionUtils - Class in de.vandermeer.skb.base.utils
Transformation methods for collections.
Skb_CollectionUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_CollectionUtils
 
Skb_Defaults - Class in de.vandermeer.skb.base
Some default definitions for the SKB.
Skb_Defaults() - Constructor for class de.vandermeer.skb.base.Skb_Defaults
 
Skb_Defaults.DefaultImpl - Class in de.vandermeer.skb.base
 
Skb_EncodingUtils - Class in de.vandermeer.skb.base.utils
Utilities to deal with encodings.
Skb_EncodingUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_EncodingUtils
 
Skb_ObjectUtils - Class in de.vandermeer.skb.base.utils
Object converters.
Skb_ObjectUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_ObjectUtils
 
Skb_Pair<LHS,RHS> - Interface in de.vandermeer.skb.base
A pair of things, with a left and a right hand side (or left and right).
Skb_PropertyUtils - Class in de.vandermeer.skb.base.utils
Methods to load properties.
Skb_PropertyUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_PropertyUtils
 
Skb_Renderable - Interface in de.vandermeer.skb.base
Interface for classes that support a render method.
Skb_STUtils - Class in de.vandermeer.skb.base.utils
Utilities for ST4 templates and template groups.
Skb_STUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_STUtils
 
Skb_TextUtils - Class in de.vandermeer.skb.base.utils
Text converters.
Skb_TextUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_TextUtils
 
Skb_ToStringStyle - Class in de.vandermeer.skb.base
Standard toString style for SKB classes.
Skb_ToStringStyle() - Constructor for class de.vandermeer.skb.base.Skb_ToStringStyle
 
Skb_Transformer<FROM,TO> - Interface in de.vandermeer.skb.base
Standard transformer interface.
Skb_UrlUtils - Class in de.vandermeer.skb.base.utils
Some methods to deal with URLs.
Skb_UrlUtils() - Constructor for class de.vandermeer.skb.base.utils.Skb_UrlUtils
 
stChunks - Static variable in class de.vandermeer.skb.base.message.Message5WH
 

T

testSTG(STGroup) - Method in class de.vandermeer.skb.base.message.Message5WH
Tests the given STGroup.
TO_STRING() - Static method in class de.vandermeer.skb.base.utils.Skb_TextUtils
Returns a transformer that takes an object and returns a string.
toString() - Method in enum de.vandermeer.skb.base.message.EMessageType
 
toString() - Method in class de.vandermeer.skb.base.message.Message5WH
Returns a string representation of the message for debugging purpose, but not the rendered output.
transform(FROM) - Method in interface de.vandermeer.skb.base.Skb_Transformer
Transforms from one representation to another.
TRANSFORM(Collection<?>) - Static method in class de.vandermeer.skb.base.utils.Skb_CollectionUtils
Transforms a collection into a textual representation, for instance for debug output
TS_STYLE - Static variable in class de.vandermeer.skb.base.Skb_ToStringStyle
Standard SKB toString() style

V

valueOf(String) - Static method in enum de.vandermeer.skb.base.message.EMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.vandermeer.skb.base.message.EMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K L M N O P R S T V 
Skip navigation links
SKB Base: 0.0.3

Copyright © 2010–2015. All rights reserved.