Skip navigation links
B C D E F G H I J L M N P Q R S T U W 

B

BACKSLASH - Static variable in class ca.jeb.common.infra.JStringUtils
 

C

ca.jeb.common.infra - package ca.jeb.common.infra
 
ca.jeb.common.spring - package ca.jeb.common.spring
 
COMMA - Static variable in class ca.jeb.common.infra.JStringUtils
 
compare(String, String) - Static method in class ca.jeb.common.infra.JStringUtils
This compares two strings with both possible null values.
convertInputStreamToString(InputStream, String) - Static method in class ca.jeb.common.infra.JStringUtils
To convert the InputStream to String we use the BufferedReader.readLine() method.

D

decode(byte[], Charset) - Static method in class ca.jeb.common.infra.JStringUtils
Decode an array of bytes as UTF8.

E

EMPTY - Static variable in class ca.jeb.common.infra.JStringUtils
Shortcut EMPTY for our projects.
encode(String, Charset) - Static method in class ca.jeb.common.infra.JStringUtils
 

F

FORWARD_SLASH - Static variable in class ca.jeb.common.infra.JStringUtils
 

G

GET - Static variable in class ca.jeb.common.infra.JStringUtils
 
getAllFields(List<Field>, Class<?>) - Static method in class ca.jeb.common.infra.JReflectionUtils
This static method will get ALL fields for this class, including any inherited ones.
getAllMethods(List<Method>, Class<?>) - Static method in class ca.jeb.common.infra.JReflectionUtils
This static method will get ALL methods for this class, including any inherited ones.
getConfigLocations() - Method in class ca.jeb.common.spring.SpringMain
 
getMethodByName(Class<?>, String) - Static method in class ca.jeb.common.infra.JReflectionUtils
Retrieve a Method object with the provided name on the class, clazz.
getNonNullValue(String) - Static method in class ca.jeb.common.infra.JStringUtils
This returns an empty string if null is passed, returns the original string otherwise.

H

hasDigit(String) - Static method in class ca.jeb.common.infra.JStringUtils
Returns true if this string contains digits, false otherwise.
hasValue(String) - Static method in class ca.jeb.common.infra.JStringUtils
Returns true if the string has any kind of value.
HYPHEN - Static variable in class ca.jeb.common.infra.JStringUtils
 

I

IS - Static variable in class ca.jeb.common.infra.JStringUtils
 
isNullOrEmpty(String) - Static method in class ca.jeb.common.infra.JStringUtils
Returns true if the provided string is null or empty.

J

JException - Exception in ca.jeb.common.infra
Common exception for jeb Java exceptions.
JException(Exception) - Constructor for exception ca.jeb.common.infra.JException
 
JException(String) - Constructor for exception ca.jeb.common.infra.JException
 
JException(String, Exception) - Constructor for exception ca.jeb.common.infra.JException
 
join(Collection<?>, String) - Static method in class ca.jeb.common.infra.JStringUtils
Join a collection or list of elements, using the separator provided.
JReflectionUtils - Class in ca.jeb.common.infra
Utility class for running some reflection methods.
JStringUtils - Class in ca.jeb.common.infra
Common String Util methods.

L

ltrim(String) - Static method in class ca.jeb.common.infra.JStringUtils
Remove spaces from the beginning.

M

main(String[]) - Static method in class ca.jeb.common.spring.SpringMain
 

N

NEW_LINE - Static variable in class ca.jeb.common.infra.JStringUtils
 

P

pad(String, int, char) - Static method in class ca.jeb.common.infra.JStringUtils
Pad string with a character at end of text.
PERCENT - Static variable in class ca.jeb.common.infra.JStringUtils
 
PERIOD - Static variable in class ca.jeb.common.infra.JStringUtils
 
PLUS - Static variable in class ca.jeb.common.infra.JStringUtils
 

Q

QUESTION_MARK - Static variable in class ca.jeb.common.infra.JStringUtils
 

R

rtrim(String) - Static method in class ca.jeb.common.infra.JStringUtils
Remove trailing whitespace.
runGetter(Object, Field) - Static method in class ca.jeb.common.infra.JReflectionUtils
Execute a "getter" on the provided object for the given field.
runMethod(Object, String, Object...) - Static method in class ca.jeb.common.infra.JReflectionUtils
Use reflection to run/execute the method represented by "method", on the object object, given the list of args.
runSetter(Object, String, Object, Class<? extends Object>) - Static method in class ca.jeb.common.infra.JReflectionUtils
Execute a "setter" on the provided object for the given method name.

S

safeTrim(String) - Static method in class ca.jeb.common.infra.JStringUtils
This method will trim all non-null strings, if the supplied string is null, then return EMPTY.
setConfigLocations(String...) - Method in class ca.jeb.common.spring.SpringMain
 
SHORT_NO - Static variable in class ca.jeb.common.infra.JStringUtils
 
SHORT_YES - Static variable in class ca.jeb.common.infra.JStringUtils
 
split(String, String) - Static method in class ca.jeb.common.infra.JStringUtils
Split a string into a List of Strings, given the String of "seperator" characters.
SpringMain - Class in ca.jeb.common.spring
Main class that takes a Spring configuration file as an argument and creates a GenericApplicationContext from it.
SpringMain() - Constructor for class ca.jeb.common.spring.SpringMain
 

T

TAB - Static variable in class ca.jeb.common.infra.JStringUtils
 

U

UNDERSCORE - Static variable in class ca.jeb.common.infra.JStringUtils
 
upperCaseFirst(String) - Static method in class ca.jeb.common.infra.JStringUtils
Upper case the first character of the supplied string.
UTF8_CHARSET - Static variable in class ca.jeb.common.infra.JStringUtils
 

W

WILD_CARD - Static variable in class ca.jeb.common.infra.JStringUtils
 
B C D E F G H I J L M N P Q R S T U W 
Skip navigation links

Copyright © 2014. All rights reserved.