Skip navigation links
A C F G H I M N O P S T 

A

appendValue(String, StringBuffer) - Method in class org.ujorm.tools.MessageService
Append a value to the output buffer.
Assert - Class in org.ujorm.tools
Assertion utils, where all method can throw the IllegalArgumentException exception only.

C

Check - Class in org.ujorm.tools
Common checker.
convertValue(Object) - Method in class org.ujorm.tools.MessageService
Convert value.

F

format(String, Map<String, Object>) - Method in class org.ujorm.tools.MessageService
Format a template message using named variables.
format(String, Map<String, Object>, Locale) - Method in class org.ujorm.tools.MessageService
Format a template message using named variables.
format(String, Object...) - Static method in class org.ujorm.tools.MsgFormatter
Format the message, see the next correct asserts:
  assertEquals("TEST"    , MsgFormatter.format("TE{}T", "S"));
  assertEquals("TE, S, T", MsgFormatter.format("TE", "S", "T"));
  assertEquals("TES{}"   , MsgFormatter.format("TE{}{}", "S"));
 
format(Object...) - Static method in class org.ujorm.tools.MsgFormatter
Format the message from Object array

G

getValue(Map<String, Object>) - Method in class org.ujorm.tools.MessageArg
Get a value from a map

H

hasLength(byte[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(char[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Object[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Collection<?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(Map<?, ?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(CharSequence, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
hasLength(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Object...) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.
hasLength(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is not empty, nor null.

I

isEmpty(byte[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(char[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Object[], Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Collection<?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(Map<?, ?>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(CharSequence, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not empty, nor null.
isEmpty(byte[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(char[]) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Object...) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Collection<?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(Map<?, ?>) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isEmpty(CharSequence) - Static method in class org.ujorm.tools.Check
Checks if the argument is empty or null.
isFalse(boolean) - Static method in class org.ujorm.tools.Assert
Checks if the argument is false.
isFalse(boolean, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is false.
isFalse(T, Predicate<T>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null and result of the the method Predicate.test() is false.
isNull(Object) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isNull(Object, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is null.
isTrue(boolean) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(boolean, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is true.
isTrue(T, Predicate<T>, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the value is not null and result of the the method Predicate.test() is true.

M

map(Object...) - Method in class org.ujorm.tools.MessageService
Create a map from man pairs key-value
MARK - Static variable in class org.ujorm.tools.MsgFormatter
Parameter mark
MessageArg<T> - Class in org.ujorm.tools
Message Argument
MessageArg(String) - Constructor for class org.ujorm.tools.MessageArg
 
MessageService - Class in org.ujorm.tools
Message Service.
MessageService() - Constructor for class org.ujorm.tools.MessageService
 
MsgFormatter - Class in org.ujorm.tools
Formatter of log messages where argument is located by the {} characters.

N

NO_MESSAGE - Static variable in class org.ujorm.tools.Assert
No messge constant
notNull(Object) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.
notNull(Object, Object...) - Static method in class org.ujorm.tools.Assert
Checks if the argument is not null.

O

org.ujorm.tools - package org.ujorm.tools
 

P

PARAM_BEG - Static variable in class org.ujorm.tools.MessageService
Two-character mark ("${") to introducing a template argument.
PARAM_END - Static variable in class org.ujorm.tools.MessageService
The mark ("}") to finishing a template argument.

S

SEPARATOR - Static variable in class org.ujorm.tools.MsgFormatter
Separator

T

template(Object...) - Method in class org.ujorm.tools.MessageService
Create a message template from argument pairs key-value
toString() - Method in class org.ujorm.tools.MessageArg
Returns the name
A C F G H I M N O P S T 
Skip navigation links

Copyright 2015, Pavel Ponec