Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

ALPHABETIC_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 
ALPHANUMERIC_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 
ALTERNATE_DATE_FORMAT - Static variable in interface org.refcodes.data.DateConsts
 
ALTERNATE_SINGLE_QUOTES - Static variable in interface org.refcodes.data.CharConsts
 
AnsiEscapeConsts - Interface in org.refcodes.data
Some defauilt ansi escape codes to be prepended or append AnsiEscapeConsts.RESET to your ANSIfied String instances.
ARABIC_BASE_CHARS - Static variable in interface org.refcodes.data.NumberBaseConsts
 
ARRAY_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
When concatenating the elements of an array to a single line, then per default this delimiter us used.
ASCII_BOTTOM_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_BOTTOM_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_BOTTOM_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 
ASCII_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_HORIZONTAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_TOP_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_TOP_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_TOP_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
ASCII_VERTICAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
AsciiColorPaletteConsts - Interface in org.refcodes.data
When working with ASCII art, different characters represent different shades of grey; here you find constants defining different such palettes.

B

BASE64_CHARS - Static variable in interface org.refcodes.data.NumberBaseConsts
 
BASE64URL_CHARS - Static variable in interface org.refcodes.data.NumberBaseConsts
 
BINARY_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 
BITS_PER_BYTE - Static variable in interface org.refcodes.data.BooleanConsts
 
BITS_PER_INT - Static variable in interface org.refcodes.data.BooleanConsts
 
BooleanConsts - Interface in org.refcodes.data
 
BYTE_MASK - Static variable in interface org.refcodes.data.BooleanConsts
 
BYTES_PER_INT - Static variable in interface org.refcodes.data.BooleanConsts
 
BYTES_PER_LONG - Static variable in interface org.refcodes.data.BooleanConsts
 

C

CharConsts - Interface in org.refcodes.data
Commonly used characters and groups of characters needful for analyzing, parsing or truncating texts.
CharSetConsts - Interface in org.refcodes.data
 
CLASSES_FOLDER - Static variable in interface org.refcodes.data.ReflectionConsts
 
CONCATENATED_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
When concatenating elements, then this delimeter may be your choice.
CONFIG_DIR_NAMES - Static variable in interface org.refcodes.data.RuntimeConsts
 
ControlFlowConsts - Interface in org.refcodes.data
The ControlFlowConsts define values used inside a control flow.
COOKIE_DATE_FORMAT - Static variable in interface org.refcodes.data.DateConsts
See https://de.wikipedia.org/wiki/HTTP-Cookie#Cookies_nach_Netscape-Spezifikation
COOKIE_VALUE_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
The delimeter separating a cookie's name from its value.
COOKIES_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
The separator for multiple cookies found in the cookie header field received from a client.
COPYRIGHT_NOTE - Static variable in interface org.refcodes.data.LicenseConsts
 
CSV_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
Default delimiter for CSV (comma separated values) lines; this is not necessarily a comma (","), moreover we choose to use the semicolon ";".

D

DataArrayLocator - Interface in org.refcodes.data
Provides an accessor for a data locators property (array of URLs and InputStreams).
DataArrayLocator.DataLocatorsBuilder<B extends DataArrayLocator.DataLocatorsBuilder<B>> - Interface in org.refcodes.data
Provides a builder for a data locators property.
DataArrayLocator.DataLocatorsMutator - Interface in org.refcodes.data
Provides a mutator for a data locators property.
DataArrayLocator.DataLocatorsProperty - Interface in org.refcodes.data
Provides a property (getter / setter) for a data locators property (width and height).
DataArrayLocator.DataLocatorsPropertyBuilder - Interface in org.refcodes.data
A self sufficient type being a data locators builder and property (width and height).
DataLocator - Interface in org.refcodes.data
Provides an accessor for a data locator property (URL and InputStream).
DataLocator.DataLocatorBuilder<B extends DataLocator.DataLocatorBuilder<B>> - Interface in org.refcodes.data
Provides a builder for a data locator property.
DataLocator.DataLocatorMutator - Interface in org.refcodes.data
Provides a mutator for a data locator property.
DataLocator.DataLocatorProperty - Interface in org.refcodes.data
Provides a property (getter / setter) for a data locator property (width and height).
DataLocator.DataLocatorPropertyBuilder - Interface in org.refcodes.data
A self sufficient type being a data locator builder and property (width and height).
DateConsts - Interface in org.refcodes.data
The DateConsts contain Date and DateFormat related values.
DE_DATE_FORMAT - Static variable in interface org.refcodes.data.DateConsts
 
DEFAULT_DATE_FORMATS - Static variable in interface org.refcodes.data.DateConsts
 
DEFAULT_DATE_FORMATS_SHORT - Static variable in interface org.refcodes.data.DateConsts
 
DelimeterConsts - Interface in org.refcodes.data
Commonly used characters when working with separated values or properties and the like making use of text separator characters .
DOUBLE_BOTTOM_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_BOTTOM_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_BOTTOM_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_HORIZONTAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_BOTTOM_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_BOTTOM_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_BOTTOM_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_HORIZONTAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_TOP_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_TOP_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_TOP_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_SINGLE_VERTICAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_TOP_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_TOP_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_TOP_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
DOUBLE_VERTICAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 

E

EncodingConsts - Interface in org.refcodes.data
The EncodingConsts define values representing an encoding which are to be passed as argument to according methods.
END_OF_LINE_CHARS - Static variable in interface org.refcodes.data.CharConsts
 
END_OF_LINE_MARKER_CHARS - Static variable in interface org.refcodes.data.CharConsts
 
ENV_VAR_USER_HOME - Static variable in interface org.refcodes.data.SystemConsts
Environment variable holding the user's home folder path.
ENV_VAR_WIN_COMPUTERNAME - Static variable in interface org.refcodes.data.SystemConsts
The environment variable (on windows) holding the computer's name.
ESC - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
ESCAPED_ESC - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
EXPRESSION_WILDCARD - Static variable in interface org.refcodes.data.QueryConsts
 

F

FALSE_STRINGS - Static variable in interface org.refcodes.data.LiteralConsts
Strings representing a "false" boolean value.
FG_BLUE_BRIGHT - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_BLUE_BRIGHT_BOLD - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_DEFAULT_BRIGHT - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_GREEN_BRIGHT - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_RED - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_RED_BRIGHT - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_RED_BRIGHT_BOLD - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_WHITE - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_WHITE_BRIGHT_BG_BLACK - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_WHITE_BRIGHT_BG_RED - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_WHITE_UNDERLINE - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FG_YELLOW_BRIGHT_BG_BLUE_BRIGHT - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
FIELD_CREATED_BY - Static variable in interface org.refcodes.data.FieldConsts
 
FIELD_CREATED_DATE - Static variable in interface org.refcodes.data.FieldConsts
 
FIELD_MODIFIED_DATE - Static variable in interface org.refcodes.data.FieldConsts
 
FIELD_MOFIFIED_BY - Static variable in interface org.refcodes.data.FieldConsts
 
FIELD_TIMESTAMP - Static variable in interface org.refcodes.data.FieldConsts
 
FIELD_VERSION - Static variable in interface org.refcodes.data.FieldConsts
 
FieldConsts - Interface in org.refcodes.data
The FieldConsts are useful when working with fields defined for external systems such as databases or when working with tables or Map instances.
FILE_PATH_DELIMETER - Static variable in interface org.refcodes.data.SystemConsts
The system's file path delimiter as used by the underlying operating system.
FILE_PROTOCOL - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILE_PROTOCOL_PREFIX - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILE_URL_RESOURCE_MARKER - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILENAME_DATE_FORMAT - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILENAME_EXTENSION_BACKUP - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILENAME_EXTENSION_TEMP - Static variable in interface org.refcodes.data.FileSystemConsts
 
FILENAME_EXTENSION_ZIP - Static variable in interface org.refcodes.data.FileSystemConsts
 
FileSystemConsts - Interface in org.refcodes.data
The FileSystemConsts define values useful when working with files or a file-system.
Flag - Enum in org.refcodes.data
A flag can be on or off.
FOLDER_NAME_CACHE - Static variable in interface org.refcodes.data.FileSystemConsts
 
FOLDER_NAME_USER_CONFIG_ - Static variable in interface org.refcodes.data.FileSystemConsts
 

G

getDataInputStream() - Method in interface org.refcodes.data.DataLocator
 
getDataInputStreams() - Method in interface org.refcodes.data.DataArrayLocator
 
getDataUrl() - Method in interface org.refcodes.data.DataLocator
 
getDataUrls() - Method in interface org.refcodes.data.DataArrayLocator
 

H

HALFTONE_GRAY - Static variable in interface org.refcodes.data.AsciiColorPaletteConsts
This palate contains block characters representing shade patterns from white to black representing gray scale colors in terms of ASCII art.
HASH_ENCODING_MD5 - Static variable in interface org.refcodes.data.EncodingConsts
 
HEXADECIMAL_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 
HIERARCHY_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
A hierarchy such as a packe staructure often is represented by dot "."

I

ILLEGAL_STATE - Static variable in interface org.refcodes.data.TextConsts
 

J

JAR_PROTOCOL - Static variable in interface org.refcodes.data.FileSystemConsts
 
JAR_PROTOCOL_PREFIX - Static variable in interface org.refcodes.data.FileSystemConsts
 
JAR_URL_RESOURCE_MARKER - Static variable in interface org.refcodes.data.FileSystemConsts
 
JAR_URL_RESOURCE_SEPARATOR - Static variable in interface org.refcodes.data.FileSystemConsts
 

L

LICENSE_NOTE - Static variable in interface org.refcodes.data.LicenseConsts
 
LicenseConsts - Interface in org.refcodes.data
Some licensing and copyright information as String constants.
LIST_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
When concatenating the elements of a list to a single line, then per default this delimiter us used.
LiteralConsts - Interface in org.refcodes.data
Some values's literal (String) representation useful when parsing or evaluating texts.
LOWER_CASE_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 

M

MAIN_METHOD - Static variable in interface org.refcodes.data.ReflectionConsts
 
MAX_CODE_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_CONSOLE_HEIGHT - Static variable in interface org.refcodes.data.RuntimeConsts
 
MAX_CONSOLE_WIDTH - Static variable in interface org.refcodes.data.RuntimeConsts
 
MAX_DAEMON_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_EXPONENTIAL_RETRY_DELAY_EXTENSION_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
A retry is being extended for each retry by an exponential delay extension time (when > 0): long theDelay = (long) ( Math.pow(4, theRetries++ ) * EXTENSION_TIME ));
MAX_IO_LATENCY_SLEEP_TIME_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_IO_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_IO_TIMEOUT_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_LEVEL_GRAY - Static variable in interface org.refcodes.data.AsciiColorPaletteConsts
This palate contains the full set of characters from white to black representing gray scale colors in terms of ASCII art.
MAX_NUM_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_NUM_RETRY_LOOPS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MAX_SCHEDULE_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
METHOD_NAME_SEPARATOR - Static variable in interface org.refcodes.data.ReflectionConsts
 
MIN_CODE_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_CONSOLE_HEIGHT - Static variable in interface org.refcodes.data.RuntimeConsts
 
MIN_CONSOLE_WIDTH - Static variable in interface org.refcodes.data.RuntimeConsts
 
MIN_DAEMON_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_DATE_FORMAT - Static variable in interface org.refcodes.data.DateConsts
 
MIN_EXPONENTIAL_RETRY_DELAY_EXTENSION_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
A retry is being extended for each retry by an exponential delay extension time (when > 0): long theDelay = (long) ( Math.pow(4, theRetries++ ) * EXTENSION_TIME ));
MIN_IO_LATENCY_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_IO_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_IO_TIMEOUT_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_LEVEL_GRAY - Static variable in interface org.refcodes.data.AsciiColorPaletteConsts
This palate contains a minimal set of characters from white to black representing gray scale colors in terms of ASCII art.
MIN_NUM_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_NUM_RETRY_LOOPS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MIN_SCHEDULE_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
MONOCHROME - Static variable in interface org.refcodes.data.AsciiColorPaletteConsts
This palate contains block characters representing shade patterns from white to black representing gray scale colors in terms of ASCII art.
MORE - Static variable in interface org.refcodes.data.CharConsts
 

N

NAME_LOCALHOST - Static variable in interface org.refcodes.data.SystemConsts
Whatever local host name:
NORM_CODE_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_CONSOLE_HEIGHT - Static variable in interface org.refcodes.data.RuntimeConsts
 
NORM_CONSOLE_WIDTH - Static variable in interface org.refcodes.data.RuntimeConsts
 
NORM_DAEMON_LOOP_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_DATE_FORMAT - Static variable in interface org.refcodes.data.DateConsts
 
NORM_EXPONENTIAL_RETRY_DELAY_EXTENSION_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
A retry is being extended for each retry by an exponential delay extension time (when > 0): long theDelay = (long) ( Math.pow(4, theRetries++ ) * EXTENSION_TIME ));
NORM_IO_LATENCY_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_IO_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_IO_TIMEOUT_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_LEVEL_GRAY - Static variable in interface org.refcodes.data.AsciiColorPaletteConsts
This palate contains a normal set of characters from white to black representing gray scale colors in terms of ASCII art.
NORM_NUM_RETRIES - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_NUM_RETRY_LOOPS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NORM_SCHEDULE_SLEEP_TIME_IN_MS - Static variable in interface org.refcodes.data.ControlFlowConsts
 
NOT_YET_IMPLEMENTED - Static variable in interface org.refcodes.data.TextConsts
 
NULL_STRING - Static variable in interface org.refcodes.data.LiteralConsts
 
NULL_VALUE - Static variable in interface org.refcodes.data.TextConsts
 
NumberBaseConsts - Interface in org.refcodes.data
 
NUMERIC_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 

O

org.refcodes.data - package org.refcodes.data
 

P

PADDING_CHAR - Static variable in interface org.refcodes.data.NumberBaseConsts
 
PATH_DELIMETER - Static variable in interface org.refcodes.data.DelimeterConsts
The default path delimiter for all kinds of paths; the delimiter is used to compose address locators for resources from inside JAR files or for *nix alike operating systems.

Q

QueryConsts - Interface in org.refcodes.data
QueryConsts are useful for query interpreters.

R

REFCODES_LICENSE - Static variable in interface org.refcodes.data.LicenseConsts
 
ReflectionConsts - Interface in org.refcodes.data
Constans useful when doing reflection kind of things at runtime.
RESET - Static variable in interface org.refcodes.data.AnsiEscapeConsts
 
RuntimeConsts - Interface in org.refcodes.data
RuntimeConsts define values to be used at runtime.

S

setDataInputStream(InputStream) - Method in interface org.refcodes.data.DataLocator.DataLocatorMutator
 
setDataInputStreams(InputStream[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsMutator
 
setDataUrl(URL) - Method in interface org.refcodes.data.DataLocator.DataLocatorMutator
 
setDataUrls(URL[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsMutator
 
SINGLE_BOTTOM_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_BOTTOM_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_BOTTOM_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_BOTTOM_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_BOTTOM_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_BOTTOM_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_HORIZONTAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_TOP_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_TOP_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_TOP_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_DOUBLE_VERTICAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_HORIZONTAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_QUOTE - Static variable in interface org.refcodes.data.CharConsts
 
SINGLE_QUOTES - Static variable in interface org.refcodes.data.CharConsts
 
SINGLE_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_TOP_DIVIDER_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_TOP_LEFT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_TOP_RIGHT_EDGE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SINGLE_VERTICAL_LINE - Static variable in interface org.refcodes.data.TextBorderConsts
 
SPACE_MARKER_CHARS - Static variable in interface org.refcodes.data.CharConsts
 
SYS_PROP_CONFIG_DIR - Static variable in interface org.refcodes.data.RuntimeConsts
Pass as JVM argument via "-Dconfig.dir=path_to_your_config_dir" (where path_to_your_config_dir stands for the path to the directory where you placed configuration files such as the "runtimelogger-config.xml" file).
SYS_PROP_CONSOLE_HEIGHT - Static variable in interface org.refcodes.data.SystemConsts
Pass as JVM argument via "-Dconsole.height=n" (where n stands for the number of lines).
SYS_PROP_CONSOLE_WIDTH - Static variable in interface org.refcodes.data.SystemConsts
Pass as JVM argument via "-Dconsole.width=n" (where n stands for the number of chars per row).
SYS_PROP_FILE_DELIMETER - Static variable in interface org.refcodes.data.SystemConsts
The OS specific file separator is retrieved by this system property.
SYS_PROP_JAVA_IO_TMPDIR - Static variable in interface org.refcodes.data.SystemConsts
The OS specific temp folder path.
SYS_PROP_PID - Static variable in interface org.refcodes.data.SystemConsts
At least set on Ubuntu Linux:
SystemConsts - Interface in org.refcodes.data
SystemConsts define values to be used with the underlying runtime system (e.g. operating system); for example names of environment variables providing dedicated information about the runtime system.

T

TARGET_FOLDER - Static variable in interface org.refcodes.data.ReflectionConsts
 
TEXT_CUT_OFF - Static variable in interface org.refcodes.data.CharConsts
 
TEXT_ENCODING_ISO_8859_1 - Static variable in interface org.refcodes.data.EncodingConsts
This encoding is especially useful when having to ensure a 1-to-1 mapping between bytes and characters.
TEXT_ENCODING_UTF_8 - Static variable in interface org.refcodes.data.EncodingConsts
Encoding identifying UTF-8 when working with String objects.
TextBorderConsts - Interface in org.refcodes.data
 
TextConsts - Interface in org.refcodes.data
Commonly used text blocks in the code.
TRUE_STRINGS - Static variable in interface org.refcodes.data.LiteralConsts
Strings representing a "true" boolean value.

U

UNSUPPORTED_OPERATION - Static variable in interface org.refcodes.data.TextConsts
 
UPPER_CASE_CHARS - Static variable in interface org.refcodes.data.CharSetConsts
 

V

valueOf(String) - Static method in enum org.refcodes.data.Flag
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.data.Flag
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHITE_SPACES - Static variable in interface org.refcodes.data.CharConsts
Description is currently not available!
withDataInputStream(InputStream) - Method in interface org.refcodes.data.DataLocator.DataLocatorBuilder
 
withDataInputStreams(InputStream[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsBuilder
 
withDataUrl(URL) - Method in interface org.refcodes.data.DataLocator.DataLocatorBuilder
 
withDataUrls(URL[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsBuilder
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.