Skip navigation links
A B C D E F G 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
 

C

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

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 .

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.
firstResourceLocatorIndex(String) - Method in enum org.refcodes.data.Protocol
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.Protocol
Returns that Protocol 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.

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
 
getDataInputStreams() - Method in interface org.refcodes.data.DataArrayLocator
 
getDataUrl() - Method in interface org.refcodes.data.DataLocator
 
getDataUrls() - Method in interface org.refcodes.data.DataArrayLocator
 
getExtension() - Method in enum org.refcodes.data.FileNameExtension
 
getKey() - Method in enum org.refcodes.data.EnvironmentProperty
 
getKey() - Method in enum org.refcodes.data.SystemProperty
 
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.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.Protocol
 
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
 
getNumber() - Method in enum org.refcodes.data.RetryCount
 
getNumber() - Method in enum org.refcodes.data.RetryLoopCount
 
getPalette() - Method in enum org.refcodes.data.AsciiColorPalette
Returns the palette for the according enumeration element.
getPrefix() - Method in enum org.refcodes.data.Prefix
 
getPrefixes() - Method in enum org.refcodes.data.Prefixes
 
getResourceLocatorPrefix() - Method in enum org.refcodes.data.Protocol
Returns the prefix for the resource locator as of the Protocol.
getSize() - Method in enum org.refcodes.data.IoBlockSize
 
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
 
getValue() - Method in enum org.refcodes.data.BitMask
 
getValue() - Method in enum org.refcodes.data.ConsoleDimension
 
getValue() - Method in enum org.refcodes.data.EnvironmentProperty
 
getValue() - Method in enum org.refcodes.data.SystemProperty
 

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

nextResourceLocatorIndex(String, int) - Method in enum org.refcodes.data.Protocol
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.
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.
Protocol - Enum in org.refcodes.data
The Protocol define values useful when working with files or a file-system.

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.
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
 
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
 
toEscaped() - Method in enum org.refcodes.data.AnsiEscapeCode
Returns the escaped ANSI Escape-Code to be printable without triggering the actual ANSI escape commands.
toPrefix() - Method in enum org.refcodes.data.Protocol
Returns the path prefix for the protocol being the protocol name and the protocol suffix (":"), e.g.
toResourceLocator(String, int) - Method in enum org.refcodes.data.Protocol
Returns the locator part pointing into the resource of the given URL.
toResourceLocator(String) - Method in enum org.refcodes.data.Protocol
Returns the locator part pointing into the resource of the given URL.
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.
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.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.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.Protocol
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.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.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.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.Protocol
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.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
 
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 I L N O P Q R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.