Index
A D E F G I N P R S U V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AlephFormatter - Class in net.andreinc.aleph
- AlephFormatter.State - Enum in net.andreinc.aleph
- AlephFormatter.Style - Interface in net.andreinc.aleph
- AlephFormatter.Styles - Enum in net.andreinc.aleph
- arg(String, Object) - Method in class net.andreinc.aleph.AlephFormatter
- args(Object...) - Method in class net.andreinc.aleph.AlephFormatter
- args(Map<String, Object>) - Method in class net.andreinc.aleph.AlephFormatter
- argumentAlreadyExist(String) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
D
- DEFAULT - net.andreinc.aleph.AlephFormatter.Styles
-
The default style (
#{var} `#{escaped}) - DOLLARS - net.andreinc.aleph.AlephFormatter.Styles
-
Dollars style (
${var} `${escaped})
E
- ESCAPE_CHAR - net.andreinc.aleph.AlephFormatter.State
F
- failIfArgExists(String) - Method in class net.andreinc.aleph.AlephFormatter
- file(String) - Static method in class net.andreinc.aleph.AlephFormatter
- file(String, Object...) - Static method in class net.andreinc.aleph.AlephFormatter
- file(String, Charset) - Static method in class net.andreinc.aleph.AlephFormatter
- file(String, Charset, Object...) - Static method in class net.andreinc.aleph.AlephFormatter
- file(String, Charset, Map<String, Object>) - Static method in class net.andreinc.aleph.AlephFormatter
- file(String, Map<String, Object>) - Static method in class net.andreinc.aleph.AlephFormatter
- fmt() - Method in class net.andreinc.aleph.AlephFormatter
- FREE_TEXT - net.andreinc.aleph.AlephFormatter.State
G
- getCloseBracket() - Method in interface net.andreinc.aleph.AlephFormatter.Style
- getCloseBracket() - Method in enum net.andreinc.aleph.AlephFormatter.Styles
- getEscapeCharacter() - Method in interface net.andreinc.aleph.AlephFormatter.Style
- getEscapeCharacter() - Method in enum net.andreinc.aleph.AlephFormatter.Styles
- getMethodOrGetter(Object, String) - Static method in class net.andreinc.aleph.AlephFormatter
- getOpenBracket() - Method in interface net.andreinc.aleph.AlephFormatter.Style
- getOpenBracket() - Method in enum net.andreinc.aleph.AlephFormatter.Styles
- getStartCharacter() - Method in interface net.andreinc.aleph.AlephFormatter.Style
- getStartCharacter() - Method in enum net.andreinc.aleph.AlephFormatter.Styles
I
- INVALID_POSITIONAL_ARGUMENT - Static variable in exception net.andreinc.aleph.UncheckedFormatterException
- INVALID_POSITIONAL_ARGUMENTS - Static variable in exception net.andreinc.aleph.UncheckedFormatterException
- invalidArgumentName(Object) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- invalidCharacterInParam(char, int) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- invalidNumberOfArguments(int) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- invalidPositionalArguments() - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- invalidPositionalArgumentValue(Integer) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- invalidStateException(AlephFormatter.State) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
- ioExceptionReadingFromFile(String, Throwable) - Static method in exception net.andreinc.aleph.UncheckedFormatterException
N
- net.andreinc.aleph - package net.andreinc.aleph
P
- PARAM - net.andreinc.aleph.AlephFormatter.State
- PARAM_END - net.andreinc.aleph.AlephFormatter.State
- PARAM_START - net.andreinc.aleph.AlephFormatter.State
R
- readFromFile(String) - Static method in class net.andreinc.aleph.AlephFormatter
- readFromFile(String, Charset) - Static method in class net.andreinc.aleph.AlephFormatter
S
- str(String) - Static method in class net.andreinc.aleph.AlephFormatter
- str(String, Object...) - Static method in class net.andreinc.aleph.AlephFormatter
- str(String, Map<String, Object>) - Static method in class net.andreinc.aleph.AlephFormatter
- style(AlephFormatter.Style) - Method in class net.andreinc.aleph.AlephFormatter
U
- UncheckedFormatterException - Exception in net.andreinc.aleph
-
Created by andreinicolinciobanu on 30/03/17.
- UncheckedFormatterException() - Constructor for exception net.andreinc.aleph.UncheckedFormatterException
- UncheckedFormatterException(String) - Constructor for exception net.andreinc.aleph.UncheckedFormatterException
- UncheckedFormatterException(String, Throwable) - Constructor for exception net.andreinc.aleph.UncheckedFormatterException
- UncheckedFormatterException(Throwable) - Constructor for exception net.andreinc.aleph.UncheckedFormatterException
V
- valueOf(String) - Static method in enum net.andreinc.aleph.AlephFormatter.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.andreinc.aleph.AlephFormatter.Styles
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.andreinc.aleph.AlephFormatter.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.andreinc.aleph.AlephFormatter.Styles
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages