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

A

AnsiEscapeCode - Enum in org.refcodes.data
Some default ANSI Escape-Codes to be prepended or append to your ANSIfied String instances.
AsciiColorPalette - Enum in org.refcodes.data
An enumeration for text palette definitions to make it easy working with such default palettes.

B

Binary - Enum in org.refcodes.data
Some values regarding binary numbers.
BitMask - Enum in org.refcodes.data
The Enum BitMask.

C

CharSet - Enum in org.refcodes.data
Commonly used char sets.
ConsoleDimension - Enum in org.refcodes.data
The Enum ConsoleDimension.

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).
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 .
Delimiters - Enum in org.refcodes.data
The Delimiters groups Delimiter values belonging somehow together or sharing a similar semantics.

E

Encoding - Enum in org.refcodes.data
The Encoding define values representing an encoding which are to be passed as argument to according methods.
EnvironmentProperty - Enum in org.refcodes.data
EnvironmentProperty for retrieving some common environment variables with ease.

F

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.
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.

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.
getExtension() - Method in enum org.refcodes.data.FileNameExtension
Gets the extension.
getKey() - Method in enum org.refcodes.data.EnvironmentProperty
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.
getMilliseconds() - Method in enum org.refcodes.data.DaemonLoopSleepTime
getMilliseconds() - Method in enum org.refcodes.data.IoTimeout
 
getMilliseconds() - Method in enum org.refcodes.data.LatencySleepTime
 
getMilliseconds() - Method in enum org.refcodes.data.LoopExtensionTime
getMilliseconds() - Method in enum org.refcodes.data.LoopSleepTime
 
getMilliseconds() - Method in enum org.refcodes.data.PollLoopTime
 
getMilliseconds() - Method in enum org.refcodes.data.ScheduleSleepTime
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.
getNumber() - Method in enum org.refcodes.data.IoRetryCount
Gets the number.
getNumber() - Method in enum org.refcodes.data.RetryCount
Gets the number.
getNumber() - Method in enum org.refcodes.data.RetryLoopCount
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.Prefix
getPrefixes() - Method in enum org.refcodes.data.Prefixes
Gets the prefixes.
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.EnvironmentProperty
Retrieves the value, first the upper-case variant of the environment variable is tried out.
getValue() - Method in enum org.refcodes.data.SystemProperty

H

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.

I

IoBlockSize - Enum in org.refcodes.data
The IoBlockSize 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.

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.
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.
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.

N

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.

O

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

P

Padding - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
PollLoopTime - Enum in org.refcodes.data
The PollLoopTime defined values used when polling data from I/O, e.g. the file system or via TCP/IP.
Port - Enum in org.refcodes.data
The Enum Port.
Prefix - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
Prefixes - Enum in org.refcodes.data
Constant definitions used by the refcodes-console artifact.

Q

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

R

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.
setValue(String) - Method in enum org.refcodes.data.EnvironmentProperty
Retrieves the value, first the upper-case variant of the environment variable is tried out.
setValue(String) - Method in enum org.refcodes.data.SystemProperty
Suffix - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
SystemProperty - Enum in org.refcodes.data
SystemProperty define values to be used at runtime.

T

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.
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, int) - Method in enum org.refcodes.data.Scheme
Returns the locator part pointing into the resource of the given URL.
toUrl(String) - Method in enum org.refcodes.data.Scheme
Returns the locator part pointing into the resource of the given URL.
Truncate - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.

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.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.EnvironmentProperty
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.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.Prefixes
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.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.EnvironmentProperty
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.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.Prefixes
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

Wildcard - Enum in org.refcodes.data
Commonly used characters needful for analyzing, parsing or truncating texts.
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.
A B C D E F G H I L N O P Q R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.