A B C D E F G H I J K N O P R S T W 
All Classes All Packages

A

AbstractEventHandlerList<H> - Class in kz.greetgo.util.events
 
AbstractEventHandlerList() - Constructor for class kz.greetgo.util.events.AbstractEventHandlerList
 
add(char) - Method in class kz.greetgo.util.StrReplacer
Appends a character as a character
add(char[]) - Method in class kz.greetgo.util.StrReplacer
The same as add(char[], int, int), but takes the array entirely
add(char[], int, int) - Method in class kz.greetgo.util.StrReplacer
Appends the string representation of a subarray of the char array argument to this sequence.
add(int) - Method in class kz.greetgo.util.StrReplacer
Appends an integer, converting it to a string in the same manner as the method does String.valueOf(int)
add(long) - Method in class kz.greetgo.util.StrReplacer
Appends an integer, converting it to a string in the same manner as the method does String.valueOf(long)
add(CharSequence) - Method in class kz.greetgo.util.StrReplacer
Appends third-party string entirely
add(CharSequence, int, int) - Method in class kz.greetgo.util.StrReplacer
Appends a part of third-party string
add(Integer) - Method in class kz.greetgo.util.StrReplacer
Appends an integer, converting it to a string in the same manner as the method does String.valueOf(int)
add(Long) - Method in class kz.greetgo.util.StrReplacer
Appends an integer, converting it to a string in the same manner as the method does String.valueOf(long)
add(StringBuffer) - Method in class kz.greetgo.util.StrReplacer
 
add(StringBuilder) - Method in class kz.greetgo.util.StrReplacer
 
add(StrReplacer) - Method in class kz.greetgo.util.StrReplacer
 
addEventHandler(H) - Method in class kz.greetgo.util.events.AbstractEventHandlerList
 
addEventHandler(EventHandler) - Method in interface kz.greetgo.util.events.HasAddEventHandler
 
addEventHandler(EventHandler1<T>) - Method in interface kz.greetgo.util.events.HasAddEventHandler1
 
ALL - Static variable in class kz.greetgo.util.RND
 
ALL_CHARS - Static variable in class kz.greetgo.util.RND
 
ALL_ENG - Static variable in class kz.greetgo.util.RND
 
ALL_ENG_CHARS - Static variable in class kz.greetgo.util.RND
 
appendResultTo(StringBuilder) - Method in class kz.greetgo.util.StrReplacer
Appends resulting text into specified StringBuilder
appendToSB(InputStream, StringBuilder) - Static method in class kz.greetgo.util.ServerUtil
Read stream encoded as UTF-8 and add to the resulting string sb

B

bd(long, int) - Static method in class kz.greetgo.util.RND
Generates a random number of type BigDecimal in the range
bool() - Static method in class kz.greetgo.util.RND
Generates random Boolean value
byteArray(int) - Static method in class kz.greetgo.util.RND
Generates a random array with a length len
bytesToHex(byte[]) - Static method in class kz.greetgo.util.ServerUtil
Converts an array of bytes into their hexadecimal representation

C

copyStreamsAndCloseIn(InputStream, OutputStream) - Static method in class kz.greetgo.util.ServerUtil
Copies one stream into another, and after copy closes input stream.

D

dateDays(int, int) - Static method in class kz.greetgo.util.RND
Generates a random date in the range from fromDaysBeforeNow days ago, to toDayAfterNow days ago
dateYears(int, int) - Static method in class kz.greetgo.util.RND
Generates a random date in the range from yearFrom years ago, to yearTo years ago
decLen(int) - Method in class kz.greetgo.util.StrReplacer
Decreases the length of the text by the specified number of characters.
DEG - Static variable in class kz.greetgo.util.RND
 
deleteRecursively(File) - Static method in class kz.greetgo.util.ServerUtil
Deletes a file or folder with all its contents
deleteRecursively(String) - Static method in class kz.greetgo.util.ServerUtil
Deletes a file or folder with all its contents
dummyCheck(boolean) - Static method in class kz.greetgo.util.ServerUtil
The check which does not perform anything

E

eng - Static variable in class kz.greetgo.util.RND
 
ENG - Static variable in class kz.greetgo.util.RND
 
EventHandler - Interface in kz.greetgo.util.events
 
EventHandler1<T> - Interface in kz.greetgo.util.events
 
EventHandler1List<T> - Class in kz.greetgo.util.events
 
EventHandler1List() - Constructor for class kz.greetgo.util.events.EventHandler1List
 
EventHandlerList - Class in kz.greetgo.util.events
 
EventHandlerList() - Constructor for class kz.greetgo.util.events.EventHandlerList
 
extractName(String) - Static method in class kz.greetgo.util.ServerUtil
Extracts class name from the full name of the class
extractPackage(String) - Static method in class kz.greetgo.util.ServerUtil
Extract the package name from the full name of the class

F

fire() - Method in class kz.greetgo.util.events.EventHandlerList
 
fire(T) - Method in class kz.greetgo.util.events.EventHandler1List
 
firstUpper(String) - Static method in class kz.greetgo.util.ServerUtil
Raise the first letter in upper case
fnn(T...) - Static method in class kz.greetgo.util.ServerUtil
Return the first element that is not equal to null
from(T...) - Static method in class kz.greetgo.util.RND
Selects random element from varargs array

G

generateResultStringBuilder() - Method in class kz.greetgo.util.StrReplacer
Generates resulting StringBuilder, where instead of the parameters their values are
getAnnotation(Method, Class<T>) - Static method in class kz.greetgo.util.ServerUtil
Returns the annotation of the method checking the presence of this annotation at all inherited methods if they are
getLen() - Method in class kz.greetgo.util.StrReplacer
Get the lenght (number of characters) of current generated text (without substitution of values of parameters)

H

handle() - Method in interface kz.greetgo.util.events.EventHandler
 
handle(T) - Method in interface kz.greetgo.util.events.EventHandler1
 
HandlerKiller - Interface in kz.greetgo.util.events
 
HasAddEventHandler - Interface in kz.greetgo.util.events
 
HasAddEventHandler1<T> - Interface in kz.greetgo.util.events
 

I

iterator() - Method in class kz.greetgo.util.events.AbstractEventHandlerList
 

J

javaDeserialize(byte[]) - Static method in class kz.greetgo.util.ServerUtil
Performs java-serialization of the object and returns the resulting object
javaSerialize(Object) - Static method in class kz.greetgo.util.ServerUtil
Performs java-serialization of the object and returns the data resulting after serialization
justOne(int) - Static method in class kz.greetgo.util.ServerUtil
Check the argument for equality to one.

K

kill() - Method in interface kz.greetgo.util.events.HandlerKiller
 
kz.greetgo.util - package kz.greetgo.util
 
kz.greetgo.util.events - package kz.greetgo.util.events
 

N

notNull(T) - Static method in class kz.greetgo.util.ServerUtil
Checks that the element was not null, otherwise generates NullPointerException

O

of(Collection<T>) - Static method in class kz.greetgo.util.RND
Selects random element from list

P

plusDouble(double, int) - Static method in class kz.greetgo.util.RND
Generates a random real positive number in the range
plusInt(int) - Static method in class kz.greetgo.util.RND
Generates a random positive number of type int in the range
plusLong(long) - Static method in class kz.greetgo.util.RND
Generates a random positive number of type long in the range
prm(String, String) - Method in class kz.greetgo.util.StrReplacer
Sets the value of the parameter

R

readFile(File) - Static method in class kz.greetgo.util.ServerUtil
Reads file to string as UTF-8 text
resolveFile(String, String, String) - Static method in class kz.greetgo.util.ServerUtil
Forms the source file (but does not create it) for a specified source-folder and with name of the class.
rnd - Static variable in class kz.greetgo.util.RND
 
RND - Class in kz.greetgo.util
 
RND() - Constructor for class kz.greetgo.util.RND
 
rus - Static variable in class kz.greetgo.util.RND
 
RUS - Static variable in class kz.greetgo.util.RND
 

S

ServerUtil - Class in kz.greetgo.util
 
ServerUtil() - Constructor for class kz.greetgo.util.ServerUtil
 
setLen(int) - Method in class kz.greetgo.util.StrReplacer
Sets the length of the character sequence.
someEnum(E...) - Static method in class kz.greetgo.util.RND
Selects a random value from the values transmitted from enum
str(int) - Static method in class kz.greetgo.util.RND
Generates random string with a length of len characters.
streamToByteArray(InputStream) - Static method in class kz.greetgo.util.ServerUtil
Reads a stream to the end to bytes array, closes a stream, and returns that was read
streamToStr(InputStream) - Static method in class kz.greetgo.util.ServerUtil
Reads and closes the stream, and converts the read information into a string, assuming that it represented in coding UTF-8
strEng(int) - Static method in class kz.greetgo.util.RND
Generates random string with a length of len characters.
strFrom(int, char[]) - Static method in class kz.greetgo.util.RND
Generates random string with a length of len characters.
strInt(int) - Static method in class kz.greetgo.util.RND
Generates a string consisting of random numbers
StrReplacer - Class in kz.greetgo.util
Provides the ability to generate large string with the possibility of using substitutional parameters.
StrReplacer() - Constructor for class kz.greetgo.util.StrReplacer
Constructs a string replacer with no characters in it and an initial capacity of 16 characters.
StrReplacer(int) - Constructor for class kz.greetgo.util.StrReplacer
Constructs a string replacer with no characters in it and an initial capacity specified by the capacity argument.

T

toString() - Method in class kz.greetgo.util.StrReplacer
Generates the resulting string, where instead of the parameters their values are
trim(String) - Static method in class kz.greetgo.util.ServerUtil
Trims the string on both sides, i.
trimLeft(String) - Static method in class kz.greetgo.util.ServerUtil
Trims the srting on the left, i.
trimRight(String) - Static method in class kz.greetgo.util.ServerUtil
Trims the srting on the right, i.

W

wrap(CharSequence) - Static method in class kz.greetgo.util.StrReplacer
Wraps a string replacer that contains the same characters as the specified CharSequence.
A B C D E F G H I J K N O P R S T W 
All Classes All Packages