Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BOM - Class in de.muehlencord.shared.util.file
-
Defines possbile file Byte Order Marks used in files.
- BOM(int[]) - Constructor for class de.muehlencord.shared.util.file.BOM
-
creates a new instance of a BOM by the given key array
- BOM(int, int) - Constructor for class de.muehlencord.shared.util.file.BOM
-
creates a new instance of a BOM
- BOM(int, int, int) - Constructor for class de.muehlencord.shared.util.file.BOM
-
creates a new instance of a BOM
- BOM(int, int, int, int) - Constructor for class de.muehlencord.shared.util.file.BOM
-
creates a new instance of a BOM
- BOM_BOCU1_1 - Static variable in class de.muehlencord.shared.util.file.BOM
-
BOCU-1 - version 1
- BOM_BOCU1_2 - Static variable in class de.muehlencord.shared.util.file.BOM
-
BOCU-2 - version 2
- BOM_GB_18030 - Static variable in class de.muehlencord.shared.util.file.BOM
-
GB-18030
- BOM_SCSU - Static variable in class de.muehlencord.shared.util.file.BOM
-
SCSU
- BOM_UTF_EBCDIC - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF-EBCDIC
- BOM_UTF1 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF-1
- BOM_UTF16_BE - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF-16 - big endian
- BOM_UTF16_LE - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF-16 - little endian
- BOM_UTF32_BE - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF32(Big Endian)
- BOM_UTF32_LE - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF32(Little Endian)
- BOM_UTF7_1 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF7 - version 1
- BOM_UTF7_2 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF7 - version 2
- BOM_UTF7_3 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF7 - version 3
- BOM_UTF7_4 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF7 - version 4
- BOM_UTF8 - Static variable in class de.muehlencord.shared.util.file.BOM
-
UTF-8
- BOMS - Static variable in class de.muehlencord.shared.util.file.BOMStripperInputStream
-
List of all possible BOMS
- BOMStripperInputStream - Class in de.muehlencord.shared.util.file
-
Stream which removes the leading BOM from an input stream
- BOMStripperInputStream(InputStream) - Constructor for class de.muehlencord.shared.util.file.BOMStripperInputStream
-
Creates a new BOMStripperInputStream which removes the leading BOM from an input stream
C
- computeCheckDigit(String, boolean) - Static method in class de.muehlencord.shared.util.Luhn
- copyFileTo(File, File) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
Deprecated.use Files.copy instead
D
- DateUtil - Class in de.muehlencord.shared.util
- DateUtil() - Constructor for class de.muehlencord.shared.util.DateUtil
- de.muehlencord.shared.util - package de.muehlencord.shared.util
- de.muehlencord.shared.util.file - package de.muehlencord.shared.util.file
- DEFAULT_MSG - Static variable in exception class de.muehlencord.shared.util.StringEncodingException
- doesPathExists(String) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
returns true, if the givn path exists; false otherwise
E
- equals(Object) - Method in class de.muehlencord.shared.util.file.BOM
-
returns true, if the given object is a BOM and represents the same encoding as this object
F
- FileHandlingException - Exception Class in de.muehlencord.shared.util.file
- FileHandlingException(String) - Constructor for exception class de.muehlencord.shared.util.file.FileHandlingException
- FileHandlingException(String, Throwable) - Constructor for exception class de.muehlencord.shared.util.file.FileHandlingException
- FileUtil - Class in de.muehlencord.shared.util.file
- FileUtil() - Constructor for class de.muehlencord.shared.util.file.FileUtil
G
- getBlankedString(int, String) - Static method in class de.muehlencord.shared.util.StringUtil
-
fills s with blanks if s < length
- getCollectorFunction(Function<List<T>, T>) - Method in interface de.muehlencord.shared.util.StreamUtils
- getCommaListString(Class<T>, T[], String) - Static method in class de.muehlencord.shared.util.StringUtil
- getCurrentTimeInUTC() - Static method in class de.muehlencord.shared.util.DateUtil
- getDate(LocalDate) - Static method in class de.muehlencord.shared.util.DateUtil
- getDate(Date) - Static method in class de.muehlencord.shared.util.DateUtil
- getDateTime(Date) - Static method in class de.muehlencord.shared.util.DateUtil
- getEncoding(int[]) - Static method in class de.muehlencord.shared.util.file.BOM
-
returns the name of the encoding for the given bom bytes
- getEnumString(Class<E>, E[], String) - Static method in class de.muehlencord.shared.util.StringUtil
- getFileName(String, Format, int) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
returns a file handle to a file in the given folder using the given formater and the given number.
- getFilesFromDirecotry(String, String) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
returns a list of files found by the given regexp in the given folder
- getHash(String) - Method in class de.muehlencord.shared.util.PasswordUtil
- getISOString(String) - Static method in class de.muehlencord.shared.util.StringUtil
-
returns the given string in ISO-8859-1 encoding
- getListTSingleFunction() - Method in interface de.muehlencord.shared.util.StreamUtils
- getOperationSystem() - Static method in class de.muehlencord.shared.util.OSUtil
-
returns the operation system the current JVM is running on
- getStackTraceString(Throwable) - Static method in class de.muehlencord.shared.util.StringUtil
-
returns the stackstrace as one string
- getUtcDate(LocalDate) - Static method in class de.muehlencord.shared.util.DateUtil
- getUtcDate(Date) - Static method in class de.muehlencord.shared.util.DateUtil
- getUtcDateTime(Date) - Static method in class de.muehlencord.shared.util.DateUtil
- getValueBetweenKeywords(String, String, String) - Static method in class de.muehlencord.shared.util.StringUtil
-
returns the string located between the two given keywords
H
- hashCode() - Method in class de.muehlencord.shared.util.file.BOM
-
returns the hashcode for this object
I
- isEmpty(String) - Static method in class de.muehlencord.shared.util.StringUtil
-
returns true, if given string is either null or a blank string
L
- Luhn - Class in de.muehlencord.shared.util
- Luhn() - Constructor for class de.muehlencord.shared.util.Luhn
M
- matches(String, String) - Method in class de.muehlencord.shared.util.PasswordUtil
- md5Sum(String) - Static method in class de.muehlencord.shared.util.file.FileUtil
- moveFileTo(File, File) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
moves / renames the given file to the new file
O
- OS_LINUX - Static variable in class de.muehlencord.shared.util.OSUtil
-
OS Linux
- OS_MACOS - Static variable in class de.muehlencord.shared.util.OSUtil
-
OS MacOS X
- OS_UNKNOWN - Static variable in class de.muehlencord.shared.util.OSUtil
-
OS unknown
- OS_WINDOWS - Static variable in class de.muehlencord.shared.util.OSUtil
-
OS Linux
- OSUtil - Class in de.muehlencord.shared.util
- OSUtil() - Constructor for class de.muehlencord.shared.util.OSUtil
P
- PasswordUtil - Class in de.muehlencord.shared.util
- PasswordUtil(String) - Constructor for class de.muehlencord.shared.util.PasswordUtil
R
- readFile(String, String) - Static method in class de.muehlencord.shared.util.file.FileUtil
-
Reads the content of the given file and returns it as String
S
- SecurityException - Exception Class in de.muehlencord.shared.util
- SecurityException() - Constructor for exception class de.muehlencord.shared.util.SecurityException
- SecurityException(String) - Constructor for exception class de.muehlencord.shared.util.SecurityException
- SecurityException(String, Throwable) - Constructor for exception class de.muehlencord.shared.util.SecurityException
- SecurityException(Throwable) - Constructor for exception class de.muehlencord.shared.util.SecurityException
- singletonCollector() - Method in interface de.muehlencord.shared.util.StreamUtils
- StreamUtils - Interface in de.muehlencord.shared.util
- StringEncodingException - Exception Class in de.muehlencord.shared.util
- StringEncodingException() - Constructor for exception class de.muehlencord.shared.util.StringEncodingException
-
Creates a new instance of
StringEncodingExceptionwithout detail message. - StringEncodingException(String) - Constructor for exception class de.muehlencord.shared.util.StringEncodingException
-
Constructs an instance of
StringEncodingExceptionwith the specified detail message. - StringEncodingException(String, Throwable) - Constructor for exception class de.muehlencord.shared.util.StringEncodingException
-
Constructs an instance of
StringEncodingExceptionwith the specified detail message. - StringUtil - Class in de.muehlencord.shared.util
- StringUtil() - Constructor for class de.muehlencord.shared.util.StringUtil
V
- validateNumber(String) - Static method in class de.muehlencord.shared.util.Luhn
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form