- AbstractEventHandlerList<H> - Class in kz.greetgo.util.events
-
- AbstractEventHandlerList() - Constructor for class kz.greetgo.util.events.AbstractEventHandlerList
-
- 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(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(char) - Method in class kz.greetgo.util.StrReplacer
-
Appends a character as a character
- 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(char[]) - Method in class kz.greetgo.util.StrReplacer
-
- 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(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(StringBuilder) - Method in class kz.greetgo.util.StrReplacer
-
- add(StringBuffer) - 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
-
- addToClasspath(File) - Static method in class kz.greetgo.util.ServerUtil
-
Adds the specified directory to the current classpath.
- addToClasspath(String) - Static method in class kz.greetgo.util.ServerUtil
-
Adds the specified directory to the current classpath.
- ALL - Static variable in class kz.greetgo.util.RND
-
- ALL_CHARS - Static variable in class kz.greetgo.util.RND
-
- ALL_CHARS_LENGTH - 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
-
- ALL_ENG_CHARS_LENGTH - 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
- appendToSB0(InputStream, StringBuilder) - Static method in class kz.greetgo.util.ServerUtil
-
- 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
- streamToStr0(InputStream) - Static method in class kz.greetgo.util.ServerUtil
-
- strEng(int) - 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.