A B C D E F G H I L M N O P R S T U W 

A

addToArray(T[], T...) - Static method in class org.crazyyak.dev.common.BeanUtils
 
ApiException - Exception in org.crazyyak.dev.common.exceptions
 
ApiException(String) - Constructor for exception org.crazyyak.dev.common.exceptions.ApiException
 
ApiException(int, String) - Constructor for exception org.crazyyak.dev.common.exceptions.ApiException
 
ApiException(int, String, Throwable) - Constructor for exception org.crazyyak.dev.common.exceptions.ApiException
 
appendQueryParam(String, Object, Object) - Static method in class org.crazyyak.dev.common.StringUtils
 
assertIsDirectory(File) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertIsFile(File) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertNegative(long, String) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertNotNull(T, String) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertNotZeroLength(String, String) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertPathExists(File) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
assertPositive(long, String) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 

B

badRequest(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
BeanUtils - Class in org.crazyyak.dev.common
 
BeanUtils() - Constructor for class org.crazyyak.dev.common.BeanUtils
 
blankToNull(String) - Static method in class org.crazyyak.dev.common.StringUtils
Used to ensure that an empty string is converted to null.

C

CompactDate() - Static method in class org.crazyyak.dev.common.Formats
 
compactDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 
compare(String, String) - Static method in class org.crazyyak.dev.common.BeanUtils
 
concat(String, String...) - Static method in class org.crazyyak.dev.common.StringUtils
 
concat(String, List) - Static method in class org.crazyyak.dev.common.StringUtils
 
conflict() - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
conflict(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
countOccurrencesOf(String, String) - Static method in class org.crazyyak.dev.common.StringUtils
 
createPath(Path) - Static method in class org.crazyyak.dev.common.IoUtils
 
createPath(File) - Static method in class org.crazyyak.dev.common.IoUtils
 

D

datesEqual(Date, Date) - Static method in class org.crazyyak.dev.common.BeanUtils
 
DBDate() - Static method in class org.crazyyak.dev.common.Formats
 
dbDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 
DBStamp() - Static method in class org.crazyyak.dev.common.Formats
 
dbStamp(Object) - Static method in class org.crazyyak.dev.common.Formats
 
DBTime() - Static method in class org.crazyyak.dev.common.Formats
 
dbTime(Object) - Static method in class org.crazyyak.dev.common.Formats
 
decodeUrl(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
DefaultDate() - Static method in class org.crazyyak.dev.common.Formats
 
defaultDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 
DefaultStamp() - Static method in class org.crazyyak.dev.common.Formats
 
defaultStamp(Object) - Static method in class org.crazyyak.dev.common.Formats
 
DefaultTime() - Static method in class org.crazyyak.dev.common.Formats
 
defaultTime(Object) - Static method in class org.crazyyak.dev.common.Formats
 
deletePath(File) - Static method in class org.crazyyak.dev.common.IoUtils
 
deletePath(Path) - Static method in class org.crazyyak.dev.common.IoUtils
 

E

emptyToNull(String) - Static method in class org.crazyyak.dev.common.StringUtils
Used to ensure that an empty string is converted to null.
encode_ISO_8859_1(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
encodeUrl(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
EnvUtils - Class in org.crazyyak.dev.common
 
escapeHtml(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
evaluate(Object, Object) - Static method in class org.crazyyak.dev.common.Evaluator
Evaluates two objects by first testing for null conditions and then calling a.equals(b).
Evaluator - Class in org.crazyyak.dev.common
 
ExceptionUtils - Class in org.crazyyak.dev.common.exceptions
 

F

FileLockedException - Exception in org.crazyyak.dev.common.exceptions
 
FileLockedException(File) - Constructor for exception org.crazyyak.dev.common.exceptions.FileLockedException
 
FileOperationException - Exception in org.crazyyak.dev.common.exceptions
 
FileOperationException(File, String) - Constructor for exception org.crazyyak.dev.common.exceptions.FileOperationException
 
findProperty(String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
findProperty(String, String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
fixedRight(String, int, char, String) - Static method in class org.crazyyak.dev.common.StringUtils
 
forbidden() - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
forbidden(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
Formats - Class in org.crazyyak.dev.common
 
FourYearDate() - Static method in class org.crazyyak.dev.common.Formats
 
fourYearDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 

G

getAnnotatedField(Object, Class<? extends Annotation>) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getClassName(int) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getElement(int) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getEnvironmentProperty(String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
getEnvironmentProperty(String, String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
getField(Class<?>, String) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getFields(Class) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getFieldValue(Object, Field) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getHttpStatus() - Method in exception org.crazyyak.dev.common.exceptions.ApiException
 
getMessage(Throwable) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
Gets the message for an exception taking into consideration that not all exceptions (ie NPE) will have a message in which case the class's name will be used in lue of no message.
getMethod(Class<?>, String, Class...) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getMethodName(int) - Static method in class org.crazyyak.dev.common.ReflectUtils
Returns the name of the current method.
getName(Object) - Static method in class org.crazyyak.dev.common.ReflectUtils
The simple class name of the object, correctly dealing with null.
getNonStaticFields(Class) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getNth(int) - Static method in class org.crazyyak.dev.common.StringUtils
 
getObjectAsString(Object, boolean) - Static method in class org.crazyyak.dev.common.BeanUtils
 
getQualifiedMethodName(int) - Static method in class org.crazyyak.dev.common.ReflectUtils
Returns the qualified name of the current method.
getReadMethod(Class<?>, String) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getRootCause(Throwable) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
getRootCauses(Throwable) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
getRootMessage(Throwable) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
Gets the message for an exception's root exception taking into consideration that not all exceptions (ie NPE) will have a message in which case the class's name will be used in lue of no message.
getStackTrace(Throwable) - Static method in class org.crazyyak.dev.common.exceptions.ExceptionUtils
 
getStaticFields(Class) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getSystemProperty(String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
getSystemProperty(String, String) - Static method in class org.crazyyak.dev.common.EnvUtils
 
getTagContents(String, String, int) - Static method in class org.crazyyak.dev.common.StringUtils
 
getValueOf(Class<T>, String) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
getValuesFromCollection(Collection, String) - Static method in class org.crazyyak.dev.common.BeanUtils
 
getWriteMethod(Class<?>, String, Class) - Static method in class org.crazyyak.dev.common.ReflectUtils
 

H

htmlMap - Static variable in class org.crazyyak.dev.common.StringUtils
 

I

InstallCert - Class in org.crazyyak.dev.common
 
InstallCert() - Constructor for class org.crazyyak.dev.common.InstallCert
 
internalServerError(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
internalServerError(String, Throwable) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
IoUtils - Class in org.crazyyak.dev.common
 
IoUtils() - Constructor for class org.crazyyak.dev.common.IoUtils
 
isBlank(Object) - Static method in class org.crazyyak.dev.common.StringUtils
Helper method to determine if a string is null or zero-length
isNotBlank(Object...) - Static method in class org.crazyyak.dev.common.StringUtils
Helper method to determine if any one of the specified values is null or zero-length
isWhitespace(Object) - Static method in class org.crazyyak.dev.common.StringUtils
Helper method to help determine if a string is null contains only whitespace.

L

length(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
LongDate() - Static method in class org.crazyyak.dev.common.Formats
 
longDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 

M

main(String[]) - Static method in class org.crazyyak.dev.common.InstallCert
 
MediumDate() - Static method in class org.crazyyak.dev.common.Formats
 
mediumDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 
MilitaryTime() - Static method in class org.crazyyak.dev.common.Formats
 
militaryTime(Object) - Static method in class org.crazyyak.dev.common.Formats
 
Money() - Static method in class org.crazyyak.dev.common.Formats
 
money(Object) - Static method in class org.crazyyak.dev.common.Formats
 

N

NotADirectoryException - Exception in org.crazyyak.dev.common.exceptions
 
NotADirectoryException(File) - Constructor for exception org.crazyyak.dev.common.exceptions.NotADirectoryException
 
NotAFileException - Exception in org.crazyyak.dev.common.exceptions
 
NotAFileException(File) - Constructor for exception org.crazyyak.dev.common.exceptions.NotAFileException
 
notFound() - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 
notFound(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 

O

objectsEqual(T, T) - Static method in class org.crazyyak.dev.common.BeanUtils
Helper method for testing equality of objects while handeling the issue of nulls
objectsNotEqual(Object, Object) - Static method in class org.crazyyak.dev.common.BeanUtils
 
org.crazyyak.dev.common - package org.crazyyak.dev.common
 
org.crazyyak.dev.common.exceptions - package org.crazyyak.dev.common.exceptions
 

P

padRight(String, int, char) - Static method in class org.crazyyak.dev.common.StringUtils
 
parseDate(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
Percent() - Static method in class org.crazyyak.dev.common.Formats
 
percent(Object) - Static method in class org.crazyyak.dev.common.Formats
 
PercentTwo() - Static method in class org.crazyyak.dev.common.Formats
 
percentTwo(Object) - Static method in class org.crazyyak.dev.common.Formats
 
preconditionFailed(String) - Static method in exception org.crazyyak.dev.common.exceptions.ApiException
 

R

ReflectUtils - Class in org.crazyyak.dev.common
 
removeFromArray(T[], T...) - Static method in class org.crazyyak.dev.common.BeanUtils
 
removeZeroDecimal(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
replaceInArray(T[], T...) - Static method in class org.crazyyak.dev.common.BeanUtils
 

S

sanitizePhoneNumber(String) - Static method in class org.crazyyak.dev.common.StringUtils
 
setFieldValue(Object, Field, Object) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
setPropertyValue(Object, Field, Object) - Static method in class org.crazyyak.dev.common.ReflectUtils
Uses the specified entity, field and value to identify a traditional setter method.
ShortDate() - Static method in class org.crazyyak.dev.common.Formats
 
shortDate(Object) - Static method in class org.crazyyak.dev.common.Formats
 
StringUtils - Class in org.crazyyak.dev.common
 
substring(String, int, int) - Static method in class org.crazyyak.dev.common.StringUtils
 

T

toArray(Class<T>, Collection<T>) - Static method in class org.crazyyak.dev.common.ReflectUtils
 
toBytes(InputStream) - Static method in class org.crazyyak.dev.common.IoUtils
 
toBytes(InputStream, int) - Static method in class org.crazyyak.dev.common.IoUtils
 
toDelineatedString(String, Object...) - Static method in class org.crazyyak.dev.common.StringUtils
 
toDelineatedString(String, Collection<?>) - Static method in class org.crazyyak.dev.common.StringUtils
 
toDelineatedString(String, String, Object...) - Static method in class org.crazyyak.dev.common.StringUtils
 
toDelineatedString(String, String, Collection<?>) - Static method in class org.crazyyak.dev.common.StringUtils
 
toFile(InputStream, File) - Static method in class org.crazyyak.dev.common.IoUtils
 
tokenize(String, char) - Static method in class org.crazyyak.dev.common.StringUtils
 
toList(File) - Static method in class org.crazyyak.dev.common.IoUtils
 
toList(Reader) - Static method in class org.crazyyak.dev.common.IoUtils
 
toStream(InputStream, OutputStream) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(URL) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(URI) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(Exception) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(File) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(InputStream) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(Reader) - Static method in class org.crazyyak.dev.common.IoUtils
 
toString(Object) - Static method in class org.crazyyak.dev.common.StringUtils
Safely converts an object to it's string value without a "null value check".
trimRight(String, int, String) - Static method in class org.crazyyak.dev.common.StringUtils
 

U

UnsupportedMethodException - Exception in org.crazyyak.dev.common.exceptions
 
UnsupportedMethodException() - Constructor for exception org.crazyyak.dev.common.exceptions.UnsupportedMethodException
 
UTF_8 - Static variable in class org.crazyyak.dev.common.StringUtils
 

W

write(File, String) - Static method in class org.crazyyak.dev.common.IoUtils
 
write(File, byte[]) - Static method in class org.crazyyak.dev.common.IoUtils
 
A B C D E F G H I L M N O P R S T U W