A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

ALPHABETIC - org.refcodes.data.CharSet
 
ALPHANUMERIC - org.refcodes.data.CharSet
 
ANSICON - org.refcodes.data.EnvironmentVariable
The virtual and the physical console width height and environment variable.
AnsiEscapeCode - Enum in org.refcodes.data
Some default ANSI Escape-Codes to be prepended or append to your ANSIfied String instances.
ARABIC_BASE64 - org.refcodes.data.CharSet
 
ARECIBO_MESSAGE - org.refcodes.data.Text
See "https://en.wikipedia.org/wiki/Arecibo_message"
ARRAY - org.refcodes.data.Delimiter
When concatenating the elements of an array to a single line, then per default this delimiter us used (":").
ASCII - org.refcodes.data.CharSet
 
ASCII_BOTTOM_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
ASCII_BOTTOM_LEFT_EDGE - org.refcodes.data.TextBorder
 
ASCII_BOTTOM_RIGHT_EDGE - org.refcodes.data.TextBorder
 
ASCII_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
ASCII_HORIZONTAL_LINE - org.refcodes.data.TextBorder
 
ASCII_LEFT_EDGE - org.refcodes.data.TextBorder
 
ASCII_RIGHT_EDGE - org.refcodes.data.TextBorder
 
ASCII_TOP_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
ASCII_TOP_LEFT_EDGE - org.refcodes.data.TextBorder
 
ASCII_TOP_RIGHT_EDGE - org.refcodes.data.TextBorder
 
ASCII_VERTICAL_LINE - org.refcodes.data.TextBorder
 
AsciiColorPalette - Enum in org.refcodes.data
An enumeration for text palette definitions to make it easy working with such default palettes.

B

BACKUP - org.refcodes.data.FilenameExtension
 
BASE64 - org.refcodes.data.CharSet
 
BASE64 - org.refcodes.data.Padding
 
BASE64URL - org.refcodes.data.CharSet
 
Binary - Enum in org.refcodes.data
Some values regarding binary numbers.
BINARY - org.refcodes.data.CharSet
 
BitMask - Enum in org.refcodes.data
The Enum BitMask.
BITS_PER_BYTE - org.refcodes.data.Binary
 
BITS_PER_INT - org.refcodes.data.Binary
 
BYTES_PER_INT - org.refcodes.data.Binary
 
BYTES_PER_LONG - org.refcodes.data.Binary
 

C

CACHE - org.refcodes.data.Folder
 
CHAR - org.refcodes.data.Wildcard
 
CharSet - Enum in org.refcodes.data
Commonly used char sets.
CHARSET - org.refcodes.data.CommonParameter
Identifies a charset code such as Encoding.UTF_8's Encoding.getCode().
CIPHER_UID - org.refcodes.data.Delimiter
The delimiter char separating a cipher UID from an encrypted text (":").
CIPHER_VERSION - org.refcodes.data.FilenameExtension
The file suffix used for files containing a single cipher version.
CLASSES - org.refcodes.data.Folder
 
CLOSING_BRACES - org.refcodes.data.CharSet
Characters representing closing braces.
CommandArgPrefix - Enum in org.refcodes.data
Commonly used prefixes needful for analyzing, parsing or truncating command line arguments and so on.
COMMENT - org.refcodes.data.CommonParameter
Identifies a comment String.
CommonParameter - Enum in org.refcodes.data
CommonParameter defines common parameters (parameter is considered the key of a key/value pair) of a given semantics for the according property.
COMPUTERNAME - org.refcodes.data.EnvironmentVariable
The environment variable (on windows) holding the computer's name.
CONFIG - org.refcodes.data.Folder
 
CONFIG_DIR - org.refcodes.data.SystemProperty
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.ini" file).
CONFIG_DIRS - org.refcodes.data.Folders
 
CONSOLE_ANSI - org.refcodes.data.EnvironmentVariable
Set to "true" or "false", forces ANSI to be used / not used by REFCODES.ORG artifacts, no matter what capabilities were detected for the hosting terminal.
CONSOLE_ANSI - org.refcodes.data.SystemProperty
Pass as JVM argument via -Dconsole.ansi=<true|false> where "true" or "false" forces ANSI to be used / not used by REFCODES.ORG artifacts, no matter what capabilities were detected for the hosting terminal.
CONSOLE_CONEMU_ANSI - org.refcodes.data.EnvironmentVariable
ConEmu's environment variable regarding ANSI support.
CONSOLE_HEIGHT - org.refcodes.data.EnvironmentVariable
Stands for the lines per column to be taken by REFCODES.ORG artifacts.
CONSOLE_HEIGHT - org.refcodes.data.SystemProperty
Pass as JVM argument via "-Dconsole.height=n" (where n stands for the number of lines).
CONSOLE_LINE_BREAK - org.refcodes.data.EnvironmentVariable
The console's line-break property.
CONSOLE_LINE_BREAK - org.refcodes.data.SystemProperty
The console's line-break property.
CONSOLE_WIDTH - org.refcodes.data.EnvironmentVariable
Stands for the chars per row to be taken by REFCODES.ORG artifacts.
CONSOLE_WIDTH - org.refcodes.data.SystemProperty
Pass as JVM argument via "-Dconsole.width=n" (where n stands for the number of chars per row).
ConsoleDimension - Enum in org.refcodes.data
The Enum ConsoleDimension.
COOKIE_PROPERTIES - org.refcodes.data.Delimiter
The delimiter separating properties (key/value-pairs/tuples) from each other (";").
COOKIE_TUPEL - org.refcodes.data.Delimiter
The delimiter separating a cookie's tuple name from its value ("=").
COPYRIGHT_NOTE - org.refcodes.data.License
 
CORRELATION_ID - org.refcodes.data.Delimiter
The delimiter char separating correlation IDs from each other (":").
CSV - org.refcodes.data.Delimiter
Default delimiter for CSV (comma separated values) lines; this is not necessarily a comma (","), moreover we choose to use the semicolon ";".
CSV - org.refcodes.data.FilenameExtension
 
CSV_COMMENT - org.refcodes.data.Prefix
 

D

DaemonLoopSleepTime - Enum in org.refcodes.data
The DaemonLoopSleepTime defined values used inside a control flow.
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).
DECRYPT - org.refcodes.data.Prefix
 
Delimiter - Enum in org.refcodes.data
Commonly used characters when working with separated values or properties and the like making use of text separator characters .
DELIMITER - org.refcodes.data.CommonParameter
The value of such a property identifies a single delimiter char.
Delimiters - Enum in org.refcodes.data
The Delimiters groups Delimiter values belonging somehow together or sharing a similar semantics.
DELIMITERS - org.refcodes.data.CommonParameter
The value of such a property identifies a multiple delimiter chars.
DNS - org.refcodes.data.Port
Domain Name System (DNS) service:.
DOS_PATH - org.refcodes.data.Delimiter
The path delimiter for all descendants of good old MS-DOS.
DOT_CONFIG - org.refcodes.data.Folder
 
DOT_ETC - org.refcodes.data.Folder
 
DOT_SETTINGS - org.refcodes.data.Folder
 
DOUBLE_BOTTOM_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_BOTTOM_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_BOTTOM_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_CITATION_BEGIN - org.refcodes.data.QuotationMark
 
DOUBLE_CITATION_END - org.refcodes.data.QuotationMark
 
DOUBLE_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_GUILLEMET_BEGIN - org.refcodes.data.QuotationMark
 
DOUBLE_GUILLEMET_END - org.refcodes.data.QuotationMark
 
DOUBLE_HORIZONTAL_LINE - org.refcodes.data.TextBorder
 
DOUBLE_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_QUOTE - org.refcodes.data.QuotationMark
 
DOUBLE_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_BOTTOM_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_BOTTOM_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_BOTTOM_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_HORIZONTAL_LINE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_TOP_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_TOP_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_TOP_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_SINGLE_VERTICAL_LINE - org.refcodes.data.TextBorder
 
DOUBLE_TOP_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_TOP_LEFT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_TOP_RIGHT_EDGE - org.refcodes.data.TextBorder
 
DOUBLE_VERTICAL_LINE - org.refcodes.data.TextBorder
 

E

ENCODED_AS_NUMBER - org.refcodes.data.CharSet
No prefixing zeros allowed when encoding a value to be stored by a (JSON) number variable.
Encoding - Enum in org.refcodes.data
The Encoding define values representing an encoding which are to be passed as argument to according methods.
ENCRYPT - org.refcodes.data.Prefix
 
ENCRYPTED - org.refcodes.data.Prefix
 
END_OF_LINE - org.refcodes.data.CharSet
 
EnvironmentVariable - Enum in org.refcodes.data
EnvironmentVariable for retrieving some common environment variables with ease.
ESC - org.refcodes.data.AnsiEscapeCode
The ANSI Escape-Code with which each ANSI escape sequence is commenced.
ETC - org.refcodes.data.Folder
 

F

FALSE - org.refcodes.data.Literal
 
FALSE - org.refcodes.data.Literals
Strings representing a "false" boolean value.
FG_BLUE_BRIGHT - org.refcodes.data.AnsiEscapeCode
Sets a bright blue foreground (text) color.
FG_BLUE_BRIGHT_BOLD - org.refcodes.data.AnsiEscapeCode
Sets a bright blue foreground (text) color.
FG_DEFAULT_BRIGHT - org.refcodes.data.AnsiEscapeCode
Sets a default bright foreground (text) color.
FG_GREEN_BRIGHT - org.refcodes.data.AnsiEscapeCode
Sets a bright green foreground (text) color.
FG_RED - org.refcodes.data.AnsiEscapeCode
Sets a red foreground (text) color.
FG_RED_BRIGHT - org.refcodes.data.AnsiEscapeCode
Sets a bright red foreground (text) color.
FG_RED_BRIGHT_BOLD - org.refcodes.data.AnsiEscapeCode
Sets a bright red foreground (text) color.
FG_WHITE - org.refcodes.data.AnsiEscapeCode
Sets a white foreground (text) color.
FG_WHITE_BRIGHT_BG_BLACK - org.refcodes.data.AnsiEscapeCode
Sets a bright white foreground (text) with a black background color.
FG_WHITE_BRIGHT_BG_RED - org.refcodes.data.AnsiEscapeCode
Sets a bright white foreground (text) with a red background color.
FG_WHITE_UNDERLINE - org.refcodes.data.AnsiEscapeCode
Sets a white underlined foreground (text) color.
FG_YELLOW_BRIGHT_BG_BLUE_BRIGHT - org.refcodes.data.AnsiEscapeCode
Sets a bright yellow foreground (text) with a bright blue background color.
Field - Enum in org.refcodes.data
The Field are useful when working with fields defined for external systems such as databases or when working with tables or Map instances.
FILE - org.refcodes.data.Scheme
 
FILE - org.refcodes.data.Wildcard
 
FILE_SEPARATOR - org.refcodes.data.SystemProperty
The OS specific file separator is retrieved by this system property.
FilenameExtension - Enum in org.refcodes.data
The FilenameExtension define values useful when working with files or a file-system.
firstMarkerIndex(String) - Method in enum org.refcodes.data.Scheme
Returns the index of locator part pointing into the resource of the given URL.
Flag - Enum in org.refcodes.data
A flag can be on or off.
Folder - Enum in org.refcodes.data
The Folder define values useful when working with files or a file-system.
Folders - Enum in org.refcodes.data
The Folders define values useful when working with folders on a file-system.
fromName(String) - Static method in enum org.refcodes.data.Scheme
Returns that Scheme represented by the given name.
fromPaletteName(String) - Static method in enum org.refcodes.data.AsciiColorPalette
Retrieves the enumeration element representing the given palette name (ignoring the case) or null if none was found.
fromProtocol(String) - Static method in enum org.refcodes.data.Scheme
Returns that Scheme represented by the given protocol.
fromScheme(String) - Static method in enum org.refcodes.data.Scheme
Determines the Scheme from the given URL.
FTP - org.refcodes.data.Port
File Transfer Protocol (FTP):.

G

getChar() - Method in enum org.refcodes.data.Delimiter
getChar() - Method in enum org.refcodes.data.Padding
getChar() - Method in enum org.refcodes.data.QuotationMark
getChar() - Method in enum org.refcodes.data.TextBorder
getChar() - Method in enum org.refcodes.data.Truncate
getChar() - Method in enum org.refcodes.data.Wildcard
getCharSet() - Method in enum org.refcodes.data.CharSet
getCode() - Method in enum org.refcodes.data.AnsiEscapeCode
getCode() - Method in enum org.refcodes.data.Encoding
getDataInputStream() - Method in interface org.refcodes.data.DataLocator
Gets the data input stream.
getDataInputStreams() - Method in interface org.refcodes.data.DataArrayLocator
Gets the data input streams.
getDataUrl() - Method in interface org.refcodes.data.DataLocator
Gets the data url.
getDataUrls() - Method in interface org.refcodes.data.DataArrayLocator
Gets the data urls.
getFilenameExtension() - Method in enum org.refcodes.data.FilenameExtension
Gets the extension.
getKey() - Method in enum org.refcodes.data.EnvironmentVariable
getKey() - Method in enum org.refcodes.data.SystemProperty
getMarker() - Method in enum org.refcodes.data.Scheme
Returns the prefix for the resource locator as of the Scheme.
getMillis() - Method in enum org.refcodes.data.DaemonLoopSleepTime
getMillis() - Method in enum org.refcodes.data.IoLoopSleepTime
getMillis() - Method in enum org.refcodes.data.IoTimeout
 
getMillis() - Method in enum org.refcodes.data.LatencySleepTime
 
getMillis() - Method in enum org.refcodes.data.LoopExtensionTime
getMillis() - Method in enum org.refcodes.data.LoopSleepTime
 
getMillis() - Method in enum org.refcodes.data.PollLoopTime
 
getMillis() - Method in enum org.refcodes.data.ScheduleSleepTime
getName() - Method in enum org.refcodes.data.CommonParameter
getName() - Method in enum org.refcodes.data.Field
getName() - Method in enum org.refcodes.data.Folder
getName() - Method in enum org.refcodes.data.Literal
getName() - Method in enum org.refcodes.data.Scheme
getNames() - Method in enum org.refcodes.data.Folders
An array of the names representing the set of folder names.
getNames() - Method in enum org.refcodes.data.Literals
An array of the names representing the set of folder names.
getPalette() - Method in enum org.refcodes.data.AsciiColorPalette
Returns the palette for the according enumeration element.
getPort() - Method in enum org.refcodes.data.Port
Gets the value.
getPort() - Method in enum org.refcodes.data.Scheme
getPrefix() - Method in enum org.refcodes.data.CommandArgPrefix
getPrefix() - Method in enum org.refcodes.data.Prefix
getSize() - Method in enum org.refcodes.data.IoBlockSize
getSpecific() - Method in enum org.refcodes.data.Scheme
Returns the scheme's specific part as of "name:scheme-specific-part".
getSuffix() - Method in enum org.refcodes.data.Suffix
getText() - Method in enum org.refcodes.data.License
getText() - Method in enum org.refcodes.data.Text
getValue() - Method in enum org.refcodes.data.Binary
Gets the value.
getValue() - Method in enum org.refcodes.data.BitMask
getValue() - Method in enum org.refcodes.data.ConsoleDimension
Gets the value.
getValue() - Method in enum org.refcodes.data.EnvironmentVariable
Retrieves the value, first the upper-case variant of the environment variable is tried out.
getValue() - Method in enum org.refcodes.data.IoRetryCount
getValue() - Method in enum org.refcodes.data.RetryCount
getValue() - Method in enum org.refcodes.data.RetryLoopCount
getValue() - Method in enum org.refcodes.data.SystemProperty
GZIP - org.refcodes.data.FilenameExtension
 

H

HALFTONE_GRAY - org.refcodes.data.AsciiColorPalette
This palate contains block characters representing shade patterns from white to black representing gray scale colors in terms of ASCII art.
hasChar(char) - Method in enum org.refcodes.data.CharSet
Checks for char.
hasDelimiter(char) - Method in enum org.refcodes.data.Delimiters
Tests if the given delimiter is contained in the Delimiters definition.
hasDelimiter(Delimiter) - Method in enum org.refcodes.data.Delimiters
Tests if the given delimiter is contained in the Delimiters definition.
HEXADECIMAL - org.refcodes.data.CharSet
 
HOST_SEED - org.refcodes.data.EnvironmentVariable
Environment variable "HOST_SEED" for the Host-Seed for host-related IDs.
HOST_SEED - org.refcodes.data.SystemProperty
System property "host.seed" for the Host-Seed for host-related IDs.
HOSTNAME - org.refcodes.data.EnvironmentVariable
The environment variable (on windows) holding the computer's name.
HTTP - org.refcodes.data.Port
Hypertext Transfer Protocol (HTTP) used in the World Wide Web:.
HTTP - org.refcodes.data.Scheme
 
HTTP_ALTERNATE - org.refcodes.data.Port
HTTP alternate (http_alt).
HTTP_HEADER_ELEMENTS - org.refcodes.data.Delimiter
The delimiter in HTTP headers for multiple elements in a single header field, e.g. in the ACCEPT Header-Field separating multiple media type declarations from each other (",").
HTTP_NON_PROXY_HOSTS - org.refcodes.data.SystemProperty
No-Proxy settings for the SystemProperty.HTTP_PROXY_HOST (SystemProperty.HTTP_PROXY_PORT) settings in a comma separated list ("localhost,127.0.0.0/8,127.0.1.1,127.0.1.1*,...")
HTTP_PROXY - org.refcodes.data.EnvironmentVariable
HTTP-Proxy setting in URL notation ("http://my.company.org:3128")
HTTP_PROXY_HOST - org.refcodes.data.SystemProperty
HTTP-Proxy host without a port ("http://my.company.org")
HTTP_PROXY_PORT - org.refcodes.data.SystemProperty
HTTP-Proxy port ("3128")
HTTPS - org.refcodes.data.Port
HTTP Secure (HTTPS):.
HTTPS - org.refcodes.data.Scheme
 
HTTPS_NON_PROXY_HOSTS - org.refcodes.data.SystemProperty
No-Proxy settings for the SystemProperty.HTTPS_PROXY_HOST (SystemProperty.HTTPS_PROXY_PORT) settings in a comma separated list ("localhost,127.0.0.0/8,127.0.1.1,127.0.1.1*,...")
HTTPS_PROXY - org.refcodes.data.EnvironmentVariable
HTTPS-Proxy setting in URL notation ("http://my.company.org:3128")
HTTPS_PROXY_HOST - org.refcodes.data.SystemProperty
HTTPS-Proxy host without a port ("http://my.company.org")
HTTPS_PROXY_PORT - org.refcodes.data.SystemProperty
HTTP-Proxy port ("3128")

I

ILLEGAL_STATE - org.refcodes.data.Text
 
IMAP - org.refcodes.data.Port
Internet Message Access Protocol (IMAP):.
INDEX - org.refcodes.data.Delimiter
A number (index) is prefixed by a hash ("#").
INI - org.refcodes.data.FilenameExtension
Windows configuration filename extension.
INNER_CLASS - org.refcodes.data.Delimiter
The separator separating an inner class from a class in a fully qualified class name ("$").
IoBlockSize - Enum in org.refcodes.data
The IoBlockSize defined values used inside a control flow.
IoLoopSleepTime - Enum in org.refcodes.data
The IoLoopSleepTime defined values used inside a control flow.
IoRetryCount - Enum in org.refcodes.data
The IoRetryCount defined values used inside a control flow.
IoTimeout - Enum in org.refcodes.data
The IoTimeout defined values used inside a control flow.
IP_V4 - org.refcodes.data.Delimiter
IPv4 delimiter as of the CIDR notation (see "https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation").
IP_V6 - org.refcodes.data.Delimiter
IPv6 delimiter as of the CIDR notation (see "https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation").
IRC - org.refcodes.data.Port
Internet Relay Chat (IRC):.
ISO_8859_1 - org.refcodes.data.Encoding
This encoding is especially useful when having to ensure a 1-to-1 mapping between bytes and characters.

J

JAR - org.refcodes.data.FilenameExtension
 
JAR - org.refcodes.data.Scheme
 
JAR_URL_RESOURCE - org.refcodes.data.Delimiter
Separates the JAR file from the therein addressed resource ("!").
JAVA_AWT_HEADLESS - org.refcodes.data.SystemProperty
To set up headless mode, set the appropriate system property ("https://www.oracle.com/technetwork/articles/javase/headless-136834.html").
JSON - org.refcodes.data.FilenameExtension
 

K

KEBAB_CASE - org.refcodes.data.Delimiter
When concatenating elements in a word written in kebab case (e.g.
KEY_STORE_FILE - org.refcodes.data.SystemProperty
Location of the Java keystore file containing an application process's own certificate and private key.
KEY_STORE_PASSWORD - org.refcodes.data.SystemProperty
Password to access the private key from the keystore file specified by SystemProperty.KEY_STORE_FILE.
KEY_STORE_TYPE - org.refcodes.data.SystemProperty
For Java keystore file format, this property has the value "jks" (or "JKS").

L

LatencySleepTime - Enum in org.refcodes.data
The LatencySleepTime defined values used inside a control flow.
License - Enum in org.refcodes.data
Some licensing and copyright information as String constants.
LICENSE - org.refcodes.data.Text
 
LICENSE_NOTE - org.refcodes.data.License
 
LINE_BREAK_MARKERS - org.refcodes.data.CharSet
When formatting texts, those chars can be used to identify a possible suitable end of line (when seeking for a position to do a line-break).
LINE_SEPARATOR - org.refcodes.data.SystemProperty
Sequence used by operating system to separate lines in text files.
LIST - org.refcodes.data.Delimiter
When concatenating the elements of a list to a single line, then per default this delimiter us used (",").
Literal - Enum in org.refcodes.data
Some values's literal (String) representation useful when parsing or evaluating texts.
Literals - Enum in org.refcodes.data
Some values's literal (String) representation useful when parsing or evaluating texts.
LOCALHOST - org.refcodes.data.Literal
 
LOG_CLASS_LINE_NUMBER - org.refcodes.data.Field
 
LOG_DATE - org.refcodes.data.Field
 
LOG_EXCEPTION - org.refcodes.data.Field
 
LOG_FULLY_QUALIFIED_CLASS_NAME - org.refcodes.data.Field
 
LOG_LINE_NUMBER - org.refcodes.data.Field
 
LOG_MESSAGE - org.refcodes.data.Field
 
LOG_METHOD_NAME - org.refcodes.data.Field
 
LOG_PRIORITY - org.refcodes.data.Field
 
LOG_REQUEST_ID - org.refcodes.data.Field
 
LOG_SESSION_ID - org.refcodes.data.Field
 
LOG_THREAD_NAME - org.refcodes.data.Field
 
LOGGER_LAYOUT - org.refcodes.data.EnvironmentVariable
Stands for the chosen layout for the REFCODES.ORG logger artifacts.
LOGGER_LAYOUT - org.refcodes.data.SystemProperty
Pass as JVM argument via "-Dlogger.layout=<layout>" (where <layout> stands for the chosen layout for the REFCODES.ORG logger artifacts.).
LOGGER_STYLE - org.refcodes.data.EnvironmentVariable
Stands for the chosen style for the REFCODES.ORG logger artifacts.
LOGGER_STYLE - org.refcodes.data.SystemProperty
Pass as JVM argument via "-Dlogger.style=<style>" (where <style> stands for the chosen logger-style for the REFCODES.ORG logger artifacts.).
LoopExtensionTime - Enum in org.refcodes.data
The LoopExtensionTime defined values used inside a control flow.
LoopSleepTime - Enum in org.refcodes.data
The LoopSleepTime defined values used inside a control flow.
LOWER_CASE - org.refcodes.data.CharSet
 

M

MASK_16 - org.refcodes.data.BitMask
 
MASK_24 - org.refcodes.data.BitMask
 
MASK_32 - org.refcodes.data.BitMask
 
MASK_40 - org.refcodes.data.BitMask
 
MASK_48 - org.refcodes.data.BitMask
 
MASK_56 - org.refcodes.data.BitMask
 
MASK_64 - org.refcodes.data.BitMask
 
MASK_8 - org.refcodes.data.BitMask
 
MAX - org.refcodes.data.DaemonLoopSleepTime
 
MAX - org.refcodes.data.IoBlockSize
 
MAX - org.refcodes.data.IoLoopSleepTime
 
MAX - org.refcodes.data.IoRetryCount
 
MAX - org.refcodes.data.IoTimeout
 
MAX - org.refcodes.data.LatencySleepTime
 
MAX - org.refcodes.data.LoopExtensionTime
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 ))), See also http://awsdocs.s3.amazonaws.com/SDB/latest/sdb-dg.pdf
MAX - org.refcodes.data.LoopSleepTime
 
MAX - org.refcodes.data.PollLoopTime
 
MAX - org.refcodes.data.RetryCount
 
MAX_HEIGHT - org.refcodes.data.ConsoleDimension
 
MAX_LEVEL_GRAY - org.refcodes.data.AsciiColorPalette
This palate contains the full set of characters from white to black representing gray scale colors in terms of ASCII art.
MAX_NUM_RETRY_LOOPS - org.refcodes.data.RetryLoopCount
 
MAX_SCHEDULE_SLEEP_TIME_IN_MS - org.refcodes.data.ScheduleSleepTime
 
MAX_WIDTH - org.refcodes.data.ConsoleDimension
 
MD5 - org.refcodes.data.Encoding
MD5 hash encoding.
MEDIA_TYPE_PARAMETERS - org.refcodes.data.Delimiter
The delimiter separating a HTTP header's media type declaration from the (optional) parameters and the parameters from each other (";").
META_CREATED_BY - org.refcodes.data.Field
 
META_CREATED_DATE - org.refcodes.data.Field
 
META_MODIFIED_DATE - org.refcodes.data.Field
 
META_MOFIFIED_BY - org.refcodes.data.Field
 
META_TIMESTAMP - org.refcodes.data.Field
 
META_VERSION - org.refcodes.data.Field
 
METHOD_NAME - org.refcodes.data.Delimiter
The separator separating a method name from a class name ("#").
MIN - org.refcodes.data.DaemonLoopSleepTime
 
MIN - org.refcodes.data.IoBlockSize
 
MIN - org.refcodes.data.IoLoopSleepTime
 
MIN - org.refcodes.data.IoRetryCount
 
MIN - org.refcodes.data.IoTimeout
 
MIN - org.refcodes.data.LatencySleepTime
 
MIN - org.refcodes.data.LoopExtensionTime
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 ))), Also see http://awsdocs.s3.amazonaws.com/SDB/latest/sdb-dg.pdf
MIN - org.refcodes.data.LoopSleepTime
 
MIN - org.refcodes.data.PollLoopTime
 
MIN - org.refcodes.data.RetryCount
 
MIN_HEIGHT - org.refcodes.data.ConsoleDimension
 
MIN_LEVEL_GRAY - org.refcodes.data.AsciiColorPalette
This palate contains a minimal set of characters from white to black representing gray scale colors in terms of ASCII art.
MIN_NUM_RETRY_LOOPS - org.refcodes.data.RetryLoopCount
 
MIN_SCHEDULE_SLEEP_TIME_IN_MS - org.refcodes.data.ScheduleSleepTime
 
MIN_WIDTH - org.refcodes.data.ConsoleDimension
 
MONOCHROME - org.refcodes.data.AsciiColorPalette
This palate contains block characters representing shade patterns from white to black representing gray scale colors in terms of ASCII art.
MORE_TEXT_AFTER - org.refcodes.data.Truncate
 
MORE_TEXT_BEFORE - org.refcodes.data.Truncate
 

N

NAMESPACE - org.refcodes.data.Delimiter
A hierarchy such as a package structure often is represented by dot "."
nextMarkerIndex(String, int) - Method in enum org.refcodes.data.Scheme
Returns the index of the locator part pointing into the resource of the given URL.
NNTP - org.refcodes.data.Port
Network News Transfer Protocol (NNTP):.
NO - org.refcodes.data.Literal
 
NO_PROXY - org.refcodes.data.EnvironmentVariable
No-Proxy settings for the EnvironmentVariable.HTTP_PROXY (EnvironmentVariable.HTTPS_PROXY) settings in a comma separated list ("localhost,127.0.0.0/8,127.0.1.1,127.0.1.1*,...")
NORM - org.refcodes.data.DaemonLoopSleepTime
 
NORM - org.refcodes.data.IoBlockSize
 
NORM - org.refcodes.data.IoLoopSleepTime
 
NORM - org.refcodes.data.IoRetryCount
 
NORM - org.refcodes.data.IoTimeout
 
NORM - org.refcodes.data.LatencySleepTime
 
NORM - org.refcodes.data.LoopExtensionTime
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 ))), Also see http://awsdocs.s3.amazonaws.com/SDB/latest/sdb-dg.pdf
NORM - org.refcodes.data.LoopSleepTime
 
NORM - org.refcodes.data.PollLoopTime
 
NORM - org.refcodes.data.RetryCount
 
NORM_HEIGHT - org.refcodes.data.ConsoleDimension
 
NORM_LEVEL_GRAY - org.refcodes.data.AsciiColorPalette
This palate contains a normal set of characters from white to black representing gray scale colors in terms of ASCII art.
NORM_NUM_RETRY_LOOPS - org.refcodes.data.RetryLoopCount
 
NORM_SCHEDULE_SLEEP_TIME_IN_MS - org.refcodes.data.ScheduleSleepTime
 
NORM_WIDTH - org.refcodes.data.ConsoleDimension
 
NOT_YET_IMPLEMENTED - org.refcodes.data.Text
 
NTP - org.refcodes.data.Port
Network Time Protocol (NTP):.
NULL - org.refcodes.data.Literal
 
NULL_VALUE - org.refcodes.data.Text
 
NUMBER_OF_PROCESSORS - org.refcodes.data.EnvironmentVariable
Number of processors.
NUMERIC - org.refcodes.data.CharSet
 

O

OFF - org.refcodes.data.Flag
 
OFF - org.refcodes.data.Literal
 
ON - org.refcodes.data.Flag
 
ON - org.refcodes.data.Literal
 
OPENING_BRACES - org.refcodes.data.CharSet
Characters representing opening braces.
OPERATING_SYSTEM_NAME - org.refcodes.data.SystemProperty
Operating system name.
org.refcodes.data - package org.refcodes.data
 
OS_ARCH - org.refcodes.data.SystemProperty
Processor architecture on some systems (e.g.

P

PACKAGE_HIERARCHY - org.refcodes.data.Delimiter
The separator separating the packages from a package hierarchy (".").
Padding - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
PATH - org.refcodes.data.Delimiter
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.
PATHS - org.refcodes.data.Delimiters
 
PollLoopTime - Enum in org.refcodes.data
The PollLoopTime defined values used when polling data from I/O, e.g.
POP3 - org.refcodes.data.Port
Post Office Protocol (POP3):.
Port - Enum in org.refcodes.data
The Enum Port.
POSIX_LONGT_OPTION - org.refcodes.data.CommandArgPrefix
A command line argument (POSIX) long-option is prefixed with a double hyphen-minus "--".
POSIX_SHORT_OPTION - org.refcodes.data.CommandArgPrefix
A command line argument (POSIX) short-option is prefixed with a single hyphen-minus "-".
Prefix - Enum in org.refcodes.data
Commonly used prefixes needful for analyzing, parsing or truncating texts the like.
PROCESS_ID - org.refcodes.data.SystemProperty
At least set on Ubuntu-Linux:.
PROCESSOR_ARCHITECTURE - org.refcodes.data.EnvironmentVariable
Processor architecture on some systems (e.g.
PROCESSOR_ARCHITEW6432 - org.refcodes.data.EnvironmentVariable
Processor architecture on some systems (e.g.
PROPERTIES - org.refcodes.data.FilenameExtension
 
PROPERTY - org.refcodes.data.Delimiter
The delimiter separating a key from a value of a key/value property ("=").
PROTOCOL - org.refcodes.data.Suffix
 

Q

QUERY - org.refcodes.data.Wildcard
 
QuotationMark - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
QUOTES - org.refcodes.data.CharSet
 

R

REFCODES - org.refcodes.data.Folder
 
REFCODES - org.refcodes.data.Port
REFCODES.ORG:
REFCODES_LICENSE - org.refcodes.data.License
 
REFCODES_ORG - org.refcodes.data.Text
 
REGEX_SPECIAL_CHARS - org.refcodes.data.CharSet
 
RESET - org.refcodes.data.AnsiEscapeCode
Reset the current ANSI console's color settings to default settings.
RetryCount - Enum in org.refcodes.data
The RetryCount defined values used inside a control flow.
RetryLoopCount - Enum in org.refcodes.data
The RetryLoopCount defined values used inside a control flow.

S

ScheduleSleepTime - Enum in org.refcodes.data
The ScheduleSleepTime defined values used inside a control flow.
Scheme - Enum in org.refcodes.data
The Scheme define values useful when working with files or a file-system.
setDataInputStream(InputStream) - Method in interface org.refcodes.data.DataLocator.DataLocatorMutator
Sets the data input stream.
setDataInputStreams(InputStream[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsMutator
Sets the data input streams.
setDataUrl(URL) - Method in interface org.refcodes.data.DataLocator.DataLocatorMutator
Sets the data url.
setDataUrls(URL[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsMutator
Sets the data urls.
SETTINGS - org.refcodes.data.Folder
 
setValue(String) - Method in enum org.refcodes.data.EnvironmentVariable
Sets the value, first the upper-case variant of the environment variable is tried out.
setValue(String) - Method in enum org.refcodes.data.SystemProperty
SH - org.refcodes.data.FilenameExtension
 
SH - org.refcodes.data.Scheme
 
SINGLE_BOTTOM_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_BOTTOM_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_BOTTOM_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_CITATION_BEGIN - org.refcodes.data.QuotationMark
 
SINGLE_CITATION_END - org.refcodes.data.QuotationMark
 
SINGLE_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_BOTTOM_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_BOTTOM_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_BOTTOM_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_HORIZONTAL_LINE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_TOP_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_TOP_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_TOP_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_DOUBLE_VERTICAL_LINE - org.refcodes.data.TextBorder
 
SINGLE_GUILLEMET_BEGIN - org.refcodes.data.QuotationMark
 
SINGLE_GUILLEMET_END - org.refcodes.data.QuotationMark
 
SINGLE_HORIZONTAL_LINE - org.refcodes.data.TextBorder
 
SINGLE_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_QUOTE - org.refcodes.data.QuotationMark
 
SINGLE_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_TOP_DIVIDER_EDGE - org.refcodes.data.TextBorder
 
SINGLE_TOP_LEFT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_TOP_RIGHT_EDGE - org.refcodes.data.TextBorder
 
SINGLE_VERTICAL_LINE - org.refcodes.data.TextBorder
 
SMTP - org.refcodes.data.Port
Simple Mail Transfer Protocol (SMTP):.
SNAKE_CASE - org.refcodes.data.Delimiter
When concatenating elements in a word written in snake case (e.g.
SNMP - org.refcodes.data.Port
Simple Network Management Protocol (SNMP):.
SOCKS - org.refcodes.data.Scheme
 
SOCKS_PROXY_HOST - org.refcodes.data.SystemProperty
SOCKS-Proxy host without a port ("http://my.company.org")
SOCKS_PROXY_PORT - org.refcodes.data.SystemProperty
SOCKS-Proxy port ("3128")
SOCKS4 - org.refcodes.data.Scheme
 
SOCKS5 - org.refcodes.data.Scheme
 
SPACE_MARKERS - org.refcodes.data.CharSet
When formatting texts, those chars can be used to identify a space between two words.
SSH - org.refcodes.data.Port
Secure Shell (SSH):.
Suffix - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
SYSTEM_FILE_PATH - org.refcodes.data.Delimiter
The system's file path delimiter as used by the underlying operating system.
SystemProperty - Enum in org.refcodes.data
SystemProperty define values to be used at runtime.

T

TAR - org.refcodes.data.FilenameExtension
 
TAR_GZIP - org.refcodes.data.FilenameExtension
 
TARGET - org.refcodes.data.Folder
 
TELNET - org.refcodes.data.Port
Telnet remote login service:.
TEMP - org.refcodes.data.FilenameExtension
 
TEMP_DIR - org.refcodes.data.SystemProperty
The OS specific temp folder path.
TERM - org.refcodes.data.EnvironmentVariable
Environment variable holding the current session's terminal.
TERMINAL_HEIGHT - org.refcodes.data.EnvironmentVariable
The console height environment variable.
TERMINAL_WIDTH - org.refcodes.data.EnvironmentVariable
The console width environment variable on *ix like shells.
TEST_CLASSES - org.refcodes.data.Folder
 
Text - Enum in org.refcodes.data
Commonly used text blocks in the code.
TextBorder - Enum in org.refcodes.data
The Enum TextBorder.
toChars() - Method in enum org.refcodes.data.Delimiters
Contains an array of the characters representing the delimiters in this grouping enumeration.
toEscaped() - Method in enum org.refcodes.data.AnsiEscapeCode
Returns the escaped ANSI Escape-Code to be printable without triggering the actual ANSI escape commands.
toInverse() - Method in enum org.refcodes.data.AsciiColorPalette
Returns the palette for the according enumeration element.
TOML - org.refcodes.data.FilenameExtension
 
toPrefixes() - Static method in enum org.refcodes.data.CommandArgPrefix
Returns an array with all String prefixes as of CommandArgPrefix.getPrefix() defined by this enumeration.
toProtocol() - Method in enum org.refcodes.data.Scheme
Returns protocol being the scheme name and the scheme specific part , e.g.
toString() - Method in enum org.refcodes.data.License
toString() - Method in enum org.refcodes.data.Text
toStrings() - Method in enum org.refcodes.data.Text
Returns the text block representation of this element.
toUrl(String) - Method in enum org.refcodes.data.Scheme
Returns the locator part pointing into the resource of the given URL.
toUrl(String, int) - Method in enum org.refcodes.data.Scheme
Returns the locator part pointing into the resource of the given URL.
TRUE - org.refcodes.data.Literal
 
TRUE - org.refcodes.data.Literals
Strings representing a "true" boolean value.
Truncate - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
TRUST_STORE_FILE - org.refcodes.data.SystemProperty
Location of the Java keystore file containing the collection of CA certificates trusted by this application process (trust store).
TRUST_STORE_PASSWORD - org.refcodes.data.SystemProperty
Password to unlock the keystore file (store password) specified by SystemProperty.TRUST_STORE_FILE.
TRUST_STORE_TYPE - org.refcodes.data.SystemProperty
For Java keystore file format, this property has the value "jks" (or "JKS").

U

UNKNOWN - org.refcodes.data.Literal
 
UNKNOWN - org.refcodes.data.Scheme
 
UNSUPPORTED_OPERATION - org.refcodes.data.Text
 
UPPER_CASE - org.refcodes.data.CharSet
 
URL_CREDENTIALS - org.refcodes.data.Delimiter
User-info representing a credentials in an URL are separated be a colon (":").
URL_FRAGMENT - org.refcodes.data.Delimiter
A fragment is the hash ("#") separated suffix of an URL.
URL_PORT - org.refcodes.data.Delimiter
When separating a host from a port in an URL, then per definition this delimiter is used (":").
URL_QUERY - org.refcodes.data.Delimiter
The delimiter char separating the locator part from a query string of an URL ("?").
URL_USER_INFO - org.refcodes.data.Delimiter
User-info (e.g. credentials) in an URL are separated be an ampersand ("@").
USER_HOME - org.refcodes.data.EnvironmentVariable
Environment variable holding the user's home folder path.
USER_HOME - org.refcodes.data.SystemProperty
System variable holding the user's home folder path.
USER_NAME - org.refcodes.data.SystemProperty
System variable holding the user's login name.
UTF_8 - org.refcodes.data.Encoding
Encoding identifying UTF-8 when working with String objects.

V

valueOf(String) - Static method in enum org.refcodes.data.AnsiEscapeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.AsciiColorPalette
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Binary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.BitMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.CharSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.CommandArgPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.CommonParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.ConsoleDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.DaemonLoopSleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Delimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Delimiters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.EnvironmentVariable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.FilenameExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Folder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Folders
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.IoBlockSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.IoLoopSleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.IoRetryCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.IoTimeout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.LatencySleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.License
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Literal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Literals
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.LoopExtensionTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.LoopSleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Padding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.PollLoopTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Port
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Prefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.QuotationMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.RetryCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.RetryLoopCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.ScheduleSleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Suffix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.SystemProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Text
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.TextBorder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Truncate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.data.Wildcard
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.data.AnsiEscapeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.AsciiColorPalette
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Binary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.BitMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.CharSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.CommandArgPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.CommonParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.ConsoleDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.DaemonLoopSleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Delimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Delimiters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.EnvironmentVariable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.FilenameExtension
Returns an array containing the constants of this enum type, in the order they are declared.
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.
values() - Static method in enum org.refcodes.data.Folder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Folders
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.IoBlockSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.IoLoopSleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.IoRetryCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.IoTimeout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.LatencySleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.License
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Literal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Literals
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.LoopExtensionTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.LoopSleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Padding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.PollLoopTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Port
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Prefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.QuotationMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.RetryCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.RetryLoopCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.ScheduleSleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Suffix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.SystemProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Text
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.TextBorder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Truncate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.data.Wildcard
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_FIELD - org.refcodes.data.Delimiter
The delimiter char separating one web field from another in a query string of an URL ("&").
WHITE_SPACES - org.refcodes.data.CharSet
 
Wildcard - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
WINDOWS_OPTION - org.refcodes.data.CommandArgPrefix
A DOS box option is prefixed with a single slash "/".
withDataInputStream(InputStream) - Method in interface org.refcodes.data.DataLocator.DataLocatorBuilder
With data input stream.
withDataInputStreams(InputStream[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsBuilder
With data input streams.
withDataUrl(URL) - Method in interface org.refcodes.data.DataLocator.DataLocatorBuilder
With data url.
withDataUrls(URL[]) - Method in interface org.refcodes.data.DataArrayLocator.DataLocatorsBuilder
With data urls.

X

XML - org.refcodes.data.FilenameExtension
 

Y

YAML - org.refcodes.data.FilenameExtension
 
YES - org.refcodes.data.Literal
 

Z

ZIP - org.refcodes.data.FilenameExtension
 
ZIP - org.refcodes.data.Scheme
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z