Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

abbreviate(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Abbreviates a String using ellipses.
AbstractImgHash - Klasse in com.github.hypfvieh.imaging
 
AbstractImgHash() - Konstruktor für Klasse com.github.hypfvieh.imaging.AbstractImgHash
 
addAdditionalUrlArgs(String...) - Methode in Klasse com.github.hypfvieh.db.H2ConnParms
 
addExcludedClassName(String) - Methode in Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
Add a class which should not be loaded with this classloader even if it is in 'includedPackages' List.
addExportOption(H2Updater.ExportOption) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Configure various options used for exporting the original database.
addImportOption(H2Updater.ImportOption) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Configure various options used for importing the original database to the new database.
addIncludedPackageNames(String) - Methode in Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
Add a package name which should be loaded with this classloader.
addPackageToIncludeList(String) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Packages to allow to register (package name or FQCN).
addRemoveExportOption(H2Updater.ExportOption) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Remove a previously set H2Updater.ExportOption.
addRemoveImportOption(H2Updater.ImportOption) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Remove a previously set H2Updater.ImportOption.
appendSuffixIfMissing(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Append a suffix to the string (e.g. filename) if it doesn't have it already.
appendTrailingDelimiter(String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Appends the OS specific path delimiter to the end of the String, if it is missing.
applySplit(String, int) - Methode in Schnittstelle com.github.hypfvieh.formatter.StringSplitOperator
Applies this operator to the given operands.
applyXpathExpressionToDocument(String, Node) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Applys a xpathExpression to a xml-Document and return a NodeList with the results.

B

BidiMap<K,V> - Klasse in com.github.hypfvieh.collections
A bidirectional map.
BidiMap() - Konstruktor für Klasse com.github.hypfvieh.collections.BidiMap
 
BidiMap(Map<K, V>) - Konstruktor für Klasse com.github.hypfvieh.collections.BidiMap
 
BIGDECIMAL_DEFAULT_FRACTIONS - Statische Variable in Klasse com.github.hypfvieh.util.NumberUtil
 
bitmaskToHex(boolean[], int) - Methode in Klasse com.github.hypfvieh.imaging.AbstractImgHash
Converts a bitmask (array of boolean) to a hex string.
build() - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Build the XmlConfiguration and return it.
build() - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Creates a new H2Updater ensuring all required properties are set.
build() - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
Builds the new message and returns it as String.

C

calcHammingDistance(String, String) - Statische Methode in Klasse com.github.hypfvieh.imaging.ImageCompare
Calculate the hamming distance of the two given strings.
calculateFixBodyLength(String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Calculates the body length of the given message.
calculateFixBodyLength(String, char) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Calculates the body length of the given message.
calculateFixCheckSum(String, char) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Calculates the checksum of the message.
CLASS_PATH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Look in classpath, this includes directory and the jar(s)
ClassLoaderWithRegistry - Klasse in com.github.hypfvieh.classloader
Custom classloader to register certain classes to ComponentRegistry.
ClassLoaderWithRegistry() - Konstruktor für Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
 
ClassLoaderWithRegistry(ClassLoader) - Konstruktor für Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
 
clear() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
clear() - Methode in Klasse com.github.hypfvieh.collections.LinkedProperties
 
clearPackageIncludeList() - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
 
closeDatabase() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Closes the database connection if it was previously connected.
COLUMNS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Add explicit column names to every INSERT statement.
com.github.hypfvieh.classloader - Package com.github.hypfvieh.classloader
 
com.github.hypfvieh.collections - Package com.github.hypfvieh.collections
 
com.github.hypfvieh.common - Package com.github.hypfvieh.common
 
com.github.hypfvieh.config.xml - Package com.github.hypfvieh.config.xml
 
com.github.hypfvieh.db - Package com.github.hypfvieh.db
 
com.github.hypfvieh.files - Package com.github.hypfvieh.files
 
com.github.hypfvieh.formatter - Package com.github.hypfvieh.formatter
 
com.github.hypfvieh.imaging - Package com.github.hypfvieh.imaging
 
com.github.hypfvieh.java.utils - Modul com.github.hypfvieh.java.utils
 
com.github.hypfvieh.stream - Package com.github.hypfvieh.stream
 
com.github.hypfvieh.system - Package com.github.hypfvieh.system
 
com.github.hypfvieh.threads - Package com.github.hypfvieh.threads
 
com.github.hypfvieh.util - Package com.github.hypfvieh.util
 
com.github.hypfvieh.util.xml - Package com.github.hypfvieh.util.xml
 
compareTo(H2Util.H2VersionInfo) - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
CompareUtil - Klasse in com.github.hypfvieh.util
 
compareWith(IImgHash, File, File) - Statische Methode in Klasse com.github.hypfvieh.imaging.ImageCompare
Calculate hashes for _img1 and _img2 using _hasher and return the hamming distance as result.
ComponentRegistry - Klasse in com.github.hypfvieh.classloader
Singleton which holds a list of registered classes.
compress(CompressionUtil.CompressionMethod, String, String) - Statische Methode in Klasse com.github.hypfvieh.util.CompressionUtil
Compress a file using the given CompressionUtil.CompressionMethod.
compressFileGzip(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.CompressionUtil
Compresses the given file with GZIP and writes the compressed file to outputFileName.
CompressionUtil - Klasse in com.github.hypfvieh.util
Utility class for compressing/decompressing files.
CompressionUtil.CompressionMethod - Enum-Klasse in com.github.hypfvieh.util
Enum of supported CompressionMethods.
computeHash(File) - Methode in Schnittstelle com.github.hypfvieh.imaging.IImgHash
Calculate the hash of given image.
computeHash(File) - Statische Methode in Klasse com.github.hypfvieh.imaging.ImgAHash
Compute the AHash of the given file (which should be a valid image).
computeHash(File) - Statische Methode in Klasse com.github.hypfvieh.imaging.ImgDHash
Compute the DHash of the given file (which should be a valid image).
computeHash(File) - Statische Methode in Klasse com.github.hypfvieh.imaging.ImgPHash
Compute the PHash of the given file (which should be a valid image).
concatFilePath(boolean, String...) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Concats a path from all given parts, using the path delimiter for the currently used platform.
concatFilePath(String...) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Concats a path from all given parts, using the path delimiter for the currently used platform.
concatStrings(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Concats all strings using the separator as delimiter.
ConfigurationException - Ausnahmeklasse in com.github.hypfvieh.config.xml
Exception which indicates problems with a given configuration file.
ConfigurationException() - Konstruktor für Ausnahmeklasse com.github.hypfvieh.config.xml.ConfigurationException
 
ConfigurationException(String) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.config.xml.ConfigurationException
 
ConfigurationException(String, Throwable) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.config.xml.ConfigurationException
 
ConfigurationException(String, Throwable, boolean, boolean) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.config.xml.ConfigurationException
 
ConfigurationException(Throwable) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.config.xml.ConfigurationException
 
containsAny(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _args is contained in _str.
containsAny(String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _args is contained in _str, case-sensitive.
containsAnyIgnoreCase(String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _args is contained in _str, case-insensitve.
containsKey(Object) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
containsValue(Object) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
convert(String, String) - Methode in Klasse com.github.hypfvieh.db.H2Updater
Convert the configured databases using the given credentials.
convertCamelToUpperCase(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Converts a camel-case string to an upper-case string where each upper-case character except the first in the input string is preceded by an underscore in the output string.
ConverterUtil - Klasse in com.github.hypfvieh.util
Utility class for converting types (e.g.
convertNumberToBigDecimal(Number) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Converts a Number to a BigDecimal using NumberUtil.BIGDECIMAL_DEFAULT_FRACTIONS maximum fraction digits.
convertNumberToBigDecimal(Number, int) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Converts a Number to a BigDecimal using given fraction digits as scale.
convertToAttributeMap(NamedNodeMap) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Converts NamedNodeMap to a LinkedHashMap<String,String>.
convertToElementList(NodeList) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Convert a NodeList to a Java List of Elements.
convertUpperToCamelCase(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Tries to convert upper-case string to camel-case.
countSubString(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Count the number of instances of substring within a string.
create(File, File) - Statische Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Create a new builder instance to configure H2Updater.
createBasicMessage(String, String) - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
Creates a basic FIX message containing only dummy header and trailer with the specified FIX version and message type.
createInstance(Class<T>) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Tries to create a new instance of the given class type using reflection.
createList(T...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Creates a list from a varargs parameter array.
createMap(T...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Creates a map from the even-sized parameter array.
createPixelArray(BufferedImage) - Methode in Klasse com.github.hypfvieh.imaging.AbstractImgHash
Convert the given image to an array of integer, where each array entry represents one pixel.
createPixelArrayMatrix(BufferedImage) - Methode in Klasse com.github.hypfvieh.imaging.AbstractImgHash
Creates a pixel array matrix from the given image.
createPreparedStatement(String) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Creates a prepared statement which can be used for batch statements.
createProperties(String...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Factory method for Properties from an even-sized String array.
createRegExPatternIfValid(String) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Creates a RegEx Pattern object, if given String is a valid regular expression.
createTempDirectory(String, String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Creates a new temporary directory in the given path.
createTempDirectory(String, String, int, boolean, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Creates a temporary directory in the given path.
CUSTOM_PATH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Look in any given external path

D

DateUtil - Klasse in com.github.hypfvieh.util
Utility functions to work with LocalDate, LocalTime and LocalDateTime.
DbConnParms - Klasse in com.github.hypfvieh.db
Instances of this immutable class hold database connection parameters.
DbConnParms(String, String, String, String) - Konstruktor für Klasse com.github.hypfvieh.db.DbConnParms
 
DbConnParms(String, String, String, String, int) - Konstruktor für Klasse com.github.hypfvieh.db.DbConnParms
 
DbConnParms(Map<String, String>) - Konstruktor für Klasse com.github.hypfvieh.db.DbConnParms
 
decompress(CompressionUtil.CompressionMethod, String, String) - Statische Methode in Klasse com.github.hypfvieh.util.CompressionUtil
Extract a file using the given CompressionUtil.CompressionMethod.
defaultIfBlank(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if given String is blank (see StringUtil.isBlank(String).
If String is blank, the given default is returned, otherwise the String is returned.
defaultIfNotInteger(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Returns integer converted from string or default if string could not be converted to int.
defaultIfNull(T, T) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Returns the default if value is null or value if value is not null.
deleteRecursively(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Delete all files and directories in the given path recursively.
deleteRecursivelyQuiet(String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Delete all files and directories in the given path recursively and without throwing any exception.
doFileRolling(File, String, int) - Statische Methode in Klasse com.github.hypfvieh.files.RollingFileUtil
Do a rollover of the given source file using the provided pattern.
DROP - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Create DROP statement for every table before default CREATE statement.

E

E2BIG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Argument list too long.
EACCES - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Permission denied.
EADDRINUSE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Address already in use.
EADDRNOTAVAIL - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Cannot assign requested address.
EADV - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Advertise error.
EAFNOSUPPORT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Address family not supported by protocol.
EAGAIN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Try again.
EALREADY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation already in progress.
EBADE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid exchange.
EBADF - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Bad file number.
EBADFD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
File descriptor in bad state.
EBADMSG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Not a data message.
EBADR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid request descriptor.
EBADRQC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid request code.
EBADSLT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid slot.
EBFONT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Bad font file format.
EBUSY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Device or resource busy.
ECANCELED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation Canceled.
ECHILD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No child processes.
ECHRNG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Channel number out of range.
ECOMM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Communication error on send.
ECONNABORTED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Software caused connection abort.
ECONNREFUSED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Connection refused.
ECONNRESET - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Connection reset by peer.
EDEADLK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Resource deadlock would occur.
EDEADLOCK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Resource deadlock would occur.
EDESTADDRREQ - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Destination address required.
EDOM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Math argument out of domain of func.
EDOTDOT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
RFS specific error.
EDQUOT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Quota exceeded.
EEXIST - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
File exists.
EFAULT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Bad address.
EFBIG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
File too large.
EHOSTDOWN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Host is down.
EHOSTUNREACH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No route to host.
EHWPOISON - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Memory page has hardware error.
EIDRM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Identifier removed.
EILSEQ - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Illegal byte sequence.
EINPROGRESS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation now in progress.
EINTR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Interrupted system call.
EINVAL - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid argument.
EIO - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
I/O error.
EISCONN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Transport endpoint is already connected.
EISDIR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Is a directory.
EISNAM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Is a named type file.
EKEYEXPIRED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Key has expired.
EKEYREJECTED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Key was rejected by service.
EKEYREVOKED - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Key has been revoked.
EL2HLT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Level 2 halted.
EL2NSYNC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Level 2 not synchronized.
EL3HLT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Level 3 halted.
EL3RST - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Level 3 reset.
ELIBACC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Can not access a needed shared library.
ELIBBAD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Accessing a corrupted shared library.
ELIBEXEC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Cannot exec a shared library directly.
ELIBMAX - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Attempting to link in too many shared libraries.
ELIBSCN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
.lib section in a.out corrupted.
ELNRNG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Link number out of range.
ELOOP - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Too many symbolic links encountered.
EMEDIUMTYPE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Wrong medium type.
EMFILE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Too many open files.
EMLINK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Too many links.
EMSGSIZE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Message too long.
EMULTIHOP - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Multihop attempted.
ENAMETOOLONG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
File name too long.
ENAVAIL - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No XENIX semaphores available.
endsWithAny(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if given string in _str ends with any of the given strings in _args.
ENETDOWN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Network is down.
ENETRESET - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Network dropped connection because of reset.
ENETUNREACH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Network is unreachable.
ENFILE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
File table overflow.
ENOANO - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No anode.
ENOBUFS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No buffer space available.
ENOCSI - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No CSI structure available.
ENODATA - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No data available.
ENODEV - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No such device.
ENOENT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No such file or directory.
ENOEXEC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Exec format error.
ENOKEY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Required key not available.
ENOLCK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No record locks available.
ENOLINK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Link has been severed.
ENOMEDIUM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No medium found.
ENOMEM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Out of memory.
ENOMSG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No message of desired type.
ENONET - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Machine is not on the network.
ENOPKG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Package not installed.
ENOPROTOOPT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol not available.
ENOSPC - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No space left on device.
ENOSR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Out of streams resources.
ENOSTR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Device not a stream.
ENOSYS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Invalid system call number.
ENOTBLK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Block device required.
ENOTCONN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Transport endpoint is not connected.
ENOTDIR - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Not a directory.
ENOTEMPTY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Directory not empty.
ENOTNAM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Not a XENIX named type file.
ENOTRECOVERABLE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
State not recoverable.
ENOTSOCK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Socket operation on non-socket.
ENOTTY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Not a typewriter.
ENOTUNIQ - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Name not unique on network.
entrySet() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
ENXIO - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No such device or address.
EOPNOTSUPP - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation not supported on transport endpoint.
EOVERFLOW - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Value too large for defined data type.
EOWNERDEAD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Owner died.
EPERM - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation not permitted.
EPFNOSUPPORT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol family not supported.
EPIPE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Broken pipe.
EPROTO - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol error.
EPROTONOSUPPORT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol not supported.
EPROTOTYPE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol wrong type for socket.
equals(Object) - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
equalsAny(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _compare is equal to _str (either case-insensitive or case-sensitive).
Will return true if both parameters are null or _str is null and _compare is empty.
equalsAny(String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _compare is equal to _str (case-sensitive).
Will return true if both parameters are null or _str is null and _compare is empty.
equalsIgnoreCaseAny(String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if any of the given strings in _compare is equal to _str (case-insensitive).
Will return true if both parameters are null or _str is null and _compare is empty.
equalsOne(Object, Object...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Returns true if the specified object equals at least one of the specified other objects.
equalsOne(Object, Object...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
ERANGE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Math result not representable.
EREMCHG - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Remote address changed.
EREMOTE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Object is remote.
EREMOTEIO - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Remote I/O error.
ERESTART - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Interrupted system call should be restarted.
ERFKILL - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation not possible due to RF-kill.
EROFS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Read-only file system.
error(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerQuiet
 
error(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerRuntimeException
 
errorCodeToEnum(int) - Statische Methode in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Converts an errorCode to the enum value.
ESHUTDOWN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Cannot send after transport endpoint shutdown.
ESOCKTNOSUPPORT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Socket type not supported.
ESPIPE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Illegal seek.
ESRCH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
No such process.
ESRMNT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Srmount error.
ESTALE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Stale file handle.
ESTRPIPE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Streams pipe error.
ETIME - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Timer expired.
ETIMEDOUT - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Connection timed out.
ETOOMANYREFS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Too many references: cannot splice.
ETXTBSY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Text file busy.
EUCLEAN - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Structure needs cleaning.
EUNATCH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Protocol driver not attached.
EUSERS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Too many users.
EWOULDBLOCK - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Operation would block.
EXDEV - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Cross-device link.
executeBatchQuery(String, List<Object[]>, int) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Run update/inserts as batch update.
executeQuery(String, Object...) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Executes an sql query.
executeQuery(PreparedStatement) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Execute a previously created prepared statement (update or delete).
executeSelectQuery(String, Object...) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Returns the result of an SQL Select-PreparedStatement as list of maps where each key in the map is a column.
EXFULL - Enum-Konstante in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Exchange full.
extractByRegex(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Applies the regular expression to the specified string and returns all values matched by the capturing groups.
extractByRegex(String, String, int) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Applies the regular expression to the specified string and returns all values matched by the capturing groups.
extractByRegex(String, Pattern, int) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Applies the regular expression to the specified string and returns all values matched by the capturing groups.
extractFileGzip(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.CompressionUtil
Extracts a GZIP compressed file to the given outputfile.
extractFirstByRegex(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Applies the regular expression to the specified string and returns the value matched by the first capturing group or null.
extractFirstByRegex(String, Pattern) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Applies the regular expression to the specified string and returns the value matched by the first capturing group or null.

F

fatalError(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerQuiet
 
fatalError(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerRuntimeException
 
FIELD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.util.ReflectionUtil.ReflectionType
 
FILE_SEPARATOR - Statische Variable in Klasse com.github.hypfvieh.util.SystemUtil
Character that separates components of a file path.
FileIoUtil - Klasse in com.github.hypfvieh.util
 
fillLine(char) - Methode in Klasse com.github.hypfvieh.formatter.TableColumnFormatter
 
findFile(String, SearchOrder...) - Statische Methode in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Search for the given filename in given SearchOrder.
findH2Version(InputStream) - Statische Methode in Klasse com.github.hypfvieh.db.H2Util
Reads the given stream and tries to extract the version information.
If version information cannot be determined, null is returned.
FIX_DELIM - Statische Variable in Klasse com.github.hypfvieh.util.FixUtil
 
FixUtil - Klasse in com.github.hypfvieh.util
 
formatBytesHumanReadable(long, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Formats a file size given in byte to something human readable.
formatDuration(double) - Statische Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Converts a fractional milliseconds duration to a user-friendly formatted string e.g. for logging.
formatLine(String...) - Methode in Klasse com.github.hypfvieh.formatter.TableColumnFormatter
 
FROM_1X - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ImportOption
Use this flag to populate a new database with the data exported from 1.*.* versions of H2.

G

get(Object) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
getAdditionalUrlArgs() - Methode in Klasse com.github.hypfvieh.db.H2ConnParms
 
getAllDeclaredFields(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Fields found in the given class recursively.
getAllDeclaredFieldsAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Fields with any of the given annotations found in the given class recursively.
getAllDeclaredFieldsNotAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Fields without any of the given annotations found in the given class recursively.
getAllDeclaredMethods(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Methods found in the given class recursively.
getAllDeclaredMethodsAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Methods with any of the given annotations found in the given class recursively.
getAllDeclaredMethodsNotAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Methods without any of the given annotations found in the given class recursively.
getAllDeclaredNonStaticFields(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Fields which are not static and do not match any of the given ignore names.
getAllDeclaredNonStaticMethods(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Methods which are not static and do not match any of the given ignore names.
getAllDeclaredStaticFields(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Fields which are static and do not match any of the given ignore names.
getAllDeclaredStaticMethods(Class<?>, String...) - Statische Methode in Klasse com.github.hypfvieh.util.ReflectionUtil
Extract all Methods which are static and do not match any of the given ignore names.
getApplicationVersionFromJar(Class<?>, String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Read the JARs manifest and try to get the current program version from it.
getBoolean(String, boolean) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Retrieve a configuration value as boolean.
getBuild() - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
getComponents() - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Returns a list with all registered classes (FQCN).
getComponentsVersions() - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Returns the list of registered Components and Versions as Map.
getCurrentUser() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Determines the current logged on user.
getDbConnection() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
 
getDbPath() - Methode in Klasse com.github.hypfvieh.db.H2ConnParms
 
getDelimiterFromFixMsgStr(String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Extract delimiter of FixMessageString.
getDouble(String, double) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Retrieve a configuration value as double.
getDriverClassName() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
getElapsedAndReset() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Gets the elapsed time in milliseconds and resets the instance.
getElapsedFormatted() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Returns the elapsed time as a formatted, user-friendly string.
getElapsedMillis() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Gets the elapsed time in milliseconds.
getElapsedMinutes() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Gets the elapsed time in fractional minutes.
getElapsedNanos() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Gets the elapsed time in nanoseconds.
getElapsedSeconds() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Gets the elapsed time in seconds.
getErrorCode() - Methode in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
 
getFileExtension(File) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Extracts the file extension (part behind last dot of a filename).
getFileExtension(String) - Statische Methode in Klasse com.github.hypfvieh.system.NativeLibraryLoader
Extracts the file extension (part behind last dot of a filename).
getFileExtension(String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Extracts the file extension (part behind last dot of a filename).
getFileIfReadable(String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Checks if given String is a valid file, e.g. file exists, is really a file and can be read.
getFixTagValueFromString(String, char, int) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Get a value from a FixMessage String.
getFixTagValueFromString(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Get a value from a FixMessage String.
getFormat() - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
getHostName() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Gets the host name of the local machine.
getHostName(String) - Statische Methode in Klasse com.github.hypfvieh.util.NetUtil
Get the host name of a local address, if available.
getInputFile() - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get file which is used as input
getInputStreamClass() - Methode in Enum-Klasse com.github.hypfvieh.util.CompressionUtil.CompressionMethod
 
getInstance() - Statische Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
 
getInt(String, int) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get a configuration value as int.
getJavaVersion() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Determines the Java version of the executing JVM.
getKey(V) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
getKeyDelimiter() - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get the delimiting key (default is '/').
getMacOsMajorVersion() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Tries to get the current version of MacOS/MacOS X.
getMaxRetries() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
getOs() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Determines the operating system's type and version.
getOutputStreamClass() - Methode in Enum-Klasse com.github.hypfvieh.util.CompressionUtil.CompressionMethod
 
getPassword() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
getReflectionClass() - Methode in Enum-Klasse com.github.hypfvieh.util.ReflectionUtil.ReflectionType
 
getRunningClassPath() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Returns the running class path.
getStoreTypeByFileName(File) - Statische Methode in Klasse com.github.hypfvieh.util.SslTlsUtil
Get the key/trust store 'type' by analyzing the filename extension.
getString(String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get the String value behind the given key.
getString(String, String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get the string value behind the given key or return default.
Will first try to pick up key from environment variables (if enabled),
if that fails, config will be used.
If this also fails, default is returned.
getStringList(String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Returns the results of key as ArrayList.
getStringSet(String, Class<? extends Set>) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Returns a result as Set of the given Set-Subclass.
getTempDir() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Returns the temp directory of this platform.
getTextfileFromUrl(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Retrives a text file from an given URL.
getTextfileFromUrl(String, Charset) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Retrives a text file from an given URL and reads the content with the given charset.
getTextfileFromUrl(String, Charset, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
 
getUrl() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
getUrl() - Methode in Klasse com.github.hypfvieh.db.H2ConnParms
 
getUser() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
getVersion() - Statische Methode in Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
 
getVersion() - Statische Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
 
getVersionForComponent(Class<?>) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Return version for given Class.
getWorkingDirectory() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Returns the current working directory.
guessDefaultTerminal() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Tries to find the "default" terminal emulator.
guessLineTerminatorOfFile(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Tries to find the line termination character(s) of the given file.
GZIP - Enum-Konstante in Enum-Klasse com.github.hypfvieh.util.CompressionUtil.CompressionMethod
 

H

H2ConnParms - Klasse in com.github.hypfvieh.db
Connection parameters to the H2 database.
H2ConnParms(String) - Konstruktor für Klasse com.github.hypfvieh.db.H2ConnParms
 
H2ConnParms(String, String, String) - Konstruktor für Klasse com.github.hypfvieh.db.H2ConnParms
 
H2Updater - Klasse in com.github.hypfvieh.db
Utility to update H2 file databases.
H2Updater.ExportOption - Enum-Klasse in com.github.hypfvieh.db
Options to configure export of original database.
H2Updater.H2UpdaterBuilder - Klasse in com.github.hypfvieh.db
Builder to create H2Updater instances.
H2Updater.H2UpdaterException - Ausnahmeklasse in com.github.hypfvieh.db
Exception which will be thrown if something went wrong.
H2Updater.ImportOption - Enum-Klasse in com.github.hypfvieh.db
 
H2UpdaterException(String) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.db.H2Updater.H2UpdaterException
 
H2UpdaterException(String, Throwable) - Konstruktor für Ausnahmeklasse com.github.hypfvieh.db.H2Updater.H2UpdaterException
 
H2Util - Klasse in com.github.hypfvieh.db
Utility methods to work with H2 database files.
H2Util() - Konstruktor für Klasse com.github.hypfvieh.db.H2Util
 
H2Util.H2VersionInfo - Klasse in com.github.hypfvieh.db
Encapsulates version information of H2 database file.
H2VersionInfo(Integer, Integer) - Konstruktor für Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
hashCode() - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 

I

ifFalse(boolean, T) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Returns the second parameter if the condition is false or null if the condition is true.
ifTrue(boolean, T) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Returns the second parameter if the condition is true or null if the condition is false.
IImgHash - Schnittstelle in com.github.hypfvieh.imaging
Interface which must be implemented by every image hashing class.
ImageCompare - Klasse in com.github.hypfvieh.imaging
 
ImageCompare() - Konstruktor für Klasse com.github.hypfvieh.imaging.ImageCompare
 
ImgAHash - Klasse in com.github.hypfvieh.imaging
Class which implements AHash (average hash) algorithm to create hashes of images.
ImgDHash - Klasse in com.github.hypfvieh.imaging
Class which implements the DHash (difference hash) algorithm to create hashes of images.
ImgPHash - Klasse in com.github.hypfvieh.imaging
Class which implements PHash (perceptual hash) algorithm to create hashes of images.
indexOfByteArray(byte[], byte[]) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Retrieves the position of a byte array in another byte array.
initializeKeyManagers(File, String, String) - Statische Methode in Klasse com.github.hypfvieh.util.SslTlsUtil
Initialization of keyStoreManager used to provide access to the configured keyStore.
initializeTrustManagers(File, String) - Statische Methode in Klasse com.github.hypfvieh.util.SslTlsUtil
Initialization of trustStoreManager used to provide access to the configured trustStore.
invert(BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Inverts a BigDecimal.
isAfterEqual(LocalDate, LocalDate) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first date is after or equal to the second date.
isAfterEqual(LocalDateTime, LocalDateTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first timestamp is after or equal to the second timestamp.
isAfterEqual(LocalTime, LocalTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first time is after or equal to the second time.
isAllUpperCase(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if the given String is in all upper-case.
isAnyFileMissing(File...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Checks if any of the passed in files are non-existing.
isAnyNull(Object...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Checks if any of the passed in objects is null.
isAnyNull(Object...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
isAutoCommit() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Returns status of autocommit option.
isBeforeEqual(LocalDate, LocalDate) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first date is before or equal to the second date.
isBeforeEqual(LocalDateTime, LocalDateTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first timestamp is before or equal to the second timestamp.
isBeforeEqual(LocalTime, LocalTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Checks if the first time is before or equal to the second time.
isBlank(CharSequence) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if the given String is either null or blank.
isDateBetween(LocalDate, LocalDate, LocalDate) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Check if date is in range.
isDbOpen() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Returns true if database has been opened.
isDebuggingEnabled() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Examines some system properties to determine whether the process is likely being debugged in an IDE or remotely.
isDouble(String) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Checks if the given string is a valid double (including negative values).
isDouble(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Checks if the given string is a valid double.
isDouble(String, char) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Checks if the given string is a valid double (including negative values) using the given separator.
isDouble(String, char, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Checks if the given string is a valid double.
isElementType(Node) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Shortcut for checking if given node is of type Element.
isEmpty() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
isEmpty(CharSequence) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if the given String is either null or empty.
isEnabled() - Statische Methode in Klasse com.github.hypfvieh.system.NativeLibraryLoader
Check if NativeLibraryLoader will is active and will load libraries.
isEqual(BigDecimal, BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Compares v1 vs. v2 and will return true if they are equal.
isEqual(LocalDate, LocalDate) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Null-safe equal comparison of two LocalDate objects.
isEqual(LocalDateTime, LocalDateTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Null-safe equal comparison of two LocalDateTime objects.
isEqual(LocalTime, LocalTime) - Statische Methode in Klasse com.github.hypfvieh.util.DateUtil
Null-safe equal comparison of two LocalTime objects.
isGreater(BigDecimal, BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Compares v1 vs. v2 and will return true if v1 is bigger than v2.
isGreaterOrEqual(BigDecimal, BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Compares v1 vs. v2 and will return true if they are equal or v1 is bigger than v2.
isInteger(String) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Check if string is integer (including negative integers).
isInteger(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Check if string is an either positive or negative integer.
isIPv4Address(String) - Statische Methode in Klasse com.github.hypfvieh.util.NetUtil
Checks if given String is an IPv4 address.
isIPv4orIPv6Address(String) - Statische Methode in Klasse com.github.hypfvieh.util.NetUtil
Checks if given String is either a valid IPv4 or IPv6 address.
isIPv6Address(String) - Statische Methode in Klasse com.github.hypfvieh.util.NetUtil
Checks if given String is an IPv6 address.
isLess(BigDecimal, BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Compares v1 vs. v2 and will return true if v1 is smaller than v2.
isLessOrEqual(BigDecimal, BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Compares v1 vs. v2 and will return true if they are equal or v1 is smaller than v2.
isMacOs() - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Checks if the running OS is a MacOS/MacOS X.
isNegative(BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Checks if given BigDecimal is negative.
isNotBlank(CharSequence) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if the given String is NOT blank.
isSupportsBatch() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
 
isValidNetworkPort(int, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Check if the given value is a valid network port (1 - 65535).
isValidNetworkPort(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
 
isValidRegex(String) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Checks if given String is a valid regular expression.
isZero(BigDecimal) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Checks if the given BigDecimal is zero.

J

join(String, String[]) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Combines the Strings in _string using _delimiter.
join(String, List<String>) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Combines the Strings in _string using _delimiter.

K

keyCount() - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Get the amount of nodes in config.
keys() - Methode in Klasse com.github.hypfvieh.collections.LinkedProperties
Overrides keys() in order to return an insertion order enumeration.
keySet() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 

L

LibcErrorCodes - Enum-Klasse in com.github.hypfvieh.system
Enum of error codes used in various c libararies.
LINE_SEPARATOR - Statische Variable in Klasse com.github.hypfvieh.util.SystemUtil
Sequence used by operating system to separate lines in text files.
LinkedProperties - Klasse in com.github.hypfvieh.collections
Subclass of Properties that returns keys in insertion order by keeping an internal insertion order set of keys updated on each write operation (put, putAll, clear, remove).
LinkedProperties() - Konstruktor für Klasse com.github.hypfvieh.collections.LinkedProperties
 
LinkedProperties(InputStream) - Konstruktor für Klasse com.github.hypfvieh.collections.LinkedProperties
Constructor that reads a property list (key and element pairs) from the input byte stream.
LinkedProperties(Properties) - Konstruktor für Klasse com.github.hypfvieh.collections.LinkedProperties
 
loadClass(String, boolean) - Methode in Klasse com.github.hypfvieh.classloader.ClassLoaderWithRegistry
 
loadLibrary(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.system.NativeLibraryLoader
Load the given _libName from one of the given pathes (will search for the library and uses first match).
loadLibrary(String, SearchOrder[], String...) - Statische Methode in Klasse com.github.hypfvieh.system.NativeLibraryLoader
Tries to load the given library using the given load/search order.
loadPropertiesFromClasspath(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Loads the contents of a properties file located in the Java classpath into a Properties object.
loadPropertiesFromClasspath(String, Properties) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Same as FileIoUtil.loadPropertiesFromClasspath(String) but does not throw checked exception.
looksLikeFixMsg(String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Checks if given String looks like a FIX message.
lowerCaseFirstChar(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Lower case the first letter of the given string.

M

mapContainsKeys(Map<?, ?>, Object...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Checks whether a map contains all of the specified keys.
mask(String, String, int, int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Mask the given string with the given pattern starting at given start and ending on given end of string.
METHOD - Enum-Konstante in Enum-Klasse com.github.hypfvieh.util.ReflectionUtil.ReflectionType
 

N

NameableThreadFactory - Klasse in com.github.hypfvieh.threads
 
NameableThreadFactory(String, boolean) - Konstruktor für Klasse com.github.hypfvieh.threads.NameableThreadFactory
Create a new ThreadFactory instance.
NativeLibraryLoader - Klasse in com.github.hypfvieh.system
Helper class to load a native library either from a given path, the classpath or system library path.
NEGATIVE_ONE - Statische Variable in Klasse com.github.hypfvieh.util.NumberUtil
 
NetUtil - Klasse in com.github.hypfvieh.util
 
newThread(Runnable) - Methode in Klasse com.github.hypfvieh.threads.NameableThreadFactory
 
NODATA - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Do not create INSERT statements (only structure will be exported).
NOPASSWORDS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Do not export stored passwords.
normalizePath(String) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Normalize a file system path expression for the current OS.
normalizePath(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.SystemUtil
Normalize a file system path expression for the current OS.
NOSETTINGS - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Do not export database settings (SET xxx).
NumberUtil - Klasse in com.github.hypfvieh.util
Helper class to convert different types of strings to double/BigDecimal.
BigDecimals are usually created with a scale of NumberUtil.BIGDECIMAL_DEFAULT_FRACTIONS, if not specified otherwise.

O

ONE_HUNDRED - Statische Variable in Klasse com.github.hypfvieh.util.NumberUtil
 
openDatabase() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Trys to open a connection to the given database parameters.
openInputStreamForFile(String, SearchOrder...) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Tries to find _fileNameWithPath in either classpath, systempath or absolute path and opens an InputStream for it.

P

parseXmlString(String, boolean, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Read the given string as XML document.
parseXmlStringWithXsdValidation(String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Loads XML from string and uses referenced XSD to validate the content.
parseXmlStringWithXsdValidation(String, boolean, ErrorHandler) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Loads XML from string and uses referenced XSD to validate the content.
printDocument(Node, OutputStream) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Dump a Document or Node-compatible object to the given OutputStream (e.g.
put(Object, Object) - Methode in Klasse com.github.hypfvieh.collections.LinkedProperties
 
put(K, V) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
putAll(Map<? extends K, ? extends V>) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 

Q

QUIRKS_MODE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ImportOption
Various compatibility quirks for scripts from older versions of H2.

R

randomString(int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Generate a simple (cryptographic insecure) random string.
readFileFrom(String, Charset, SearchOrder...) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Read a file from different sources depending on _searchOrder.
readFileFromClassPath(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file from classpath to String.
readFileFromClassPathAsList(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file from classpath to a list of String using default charset and log any exception.
readFileFromClassPathAsList(String, Charset, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file from classpath to a list of String with the given charset.
readFileToList(File) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file to a List<String> (each line is one entry in list).
readFileToList(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file to a List<String> (each line is one entry in list).
readFileToStream(File, Charset) - Statische Methode in Klasse com.github.hypfvieh.stream.TextFileStream
 
readFileToStream(InputStream, Charset) - Statische Methode in Klasse com.github.hypfvieh.stream.TextFileStream
Returns the file as Stream.
readFileToStream(String, Charset) - Statische Methode in Klasse com.github.hypfvieh.stream.TextFileStream
 
readFileToString(File) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
 
readFileToString(String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a file and returns it's content as string.
readProperties(File) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Trys to read a properties file.
readProperties(InputStream) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Tries to read a properties file from an inputstream.
readPropertiesBoolean(Properties, String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a property as boolean from an properties object.
readPropertiesFromFile(String, Properties) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Read properties from given filename (returns empty Properties object on failure).
readStringFromResources(InputStream, String) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Read a Resource-file (eg.
readTextFileFromStream(InputStream, Charset, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Reads a text file from given InputStream using the given Charset.
ReflectionUtil - Klasse in com.github.hypfvieh.util
Utility methods which uses reflection techniques.
ReflectionUtil.ReflectionType - Enum-Klasse in com.github.hypfvieh.util
Enum which defines which information is retrieved by reflection.
regexMatches(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Checks if the given regular expression matches the given string.
RegexUtil - Klasse in com.github.hypfvieh.util
Utility to apply regular expressions to Strings with built-in caching.
registerComponent(Class<?>) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Register a class using the Class-Object.
registerComponent(Class<?>, String) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Register a class with version.
registerComponent(String) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Register a component with FQCN only.
remove(Object) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
remove(Object) - Methode in Klasse com.github.hypfvieh.collections.LinkedProperties
 
removeAdditionalUrlArgs(String...) - Methode in Klasse com.github.hypfvieh.db.H2ConnParms
 
removeValue(V) - Methode in Klasse com.github.hypfvieh.collections.BidiMap
Removes the mapping for a value from this map if it is present.
repeat(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Repeats the given string pattern for the given times.
replaceByMap(String, Map<String, String>) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Replace all placeholders in given string by value of the corresponding key in given Map.
requireNonBlank(T) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
 
requireNonBlank(T, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks that the specified string is not blank.
requireNonEmpty(T) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
 
requireNonEmpty(T, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks that the specified string is not empty.
reset() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Resets the start time to current time.
resizeAndGrayScale(int, int, BufferedImage) - Methode in Klasse com.github.hypfvieh.imaging.AbstractImgHash
Convert the given image to grayscale and resize it to the given scale.
rightPad(String, int, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Right-pads a string with spaces (' ').
The String is padded to the size of _size.
RollingFileUtil - Klasse in com.github.hypfvieh.files
Class to provide a simple file name rollover feature.

The output file name is specified by a file name pattern.

Supported placeholders are
RollingFileUtil() - Konstruktor für Klasse com.github.hypfvieh.files.RollingFileUtil
 
rot13(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Simple rot13 implementation.

S

save() - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Save config file.
save(BiConsumer<Document, OutputStream>) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Save config using BiConsumer.
SearchOrder - Enum-Klasse in com.github.hypfvieh.common
Defines where to look for a library.
setAllowKeyOverrideFromEnvironment(boolean) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set this to true to allow the user to override config parameters using system properties.
This means, if key foo/bar is available in config and a environment variable of the same name
exists, the value of the environment variable is used, instead of the value in config.
setAutoCommit(boolean) - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
Enable/Disable autocommit on database connection.
setEnabled(boolean) - Statische Methode in Klasse com.github.hypfvieh.system.NativeLibraryLoader
Enable/Disable library loading.
setFixTagOnMsgStr(String, int, String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Tries to update a fix message by setting _tag to _value.
setFixTagOnMsgStr(String, int, String, char) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Tries to update a fix message by setting _tag to _value.
setInputFile(File, SearchOrder...) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set input file used for reading configuration.
setInputFile(String, SearchOrder...) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set input file used for reading configuration.
setInputStream(InputStream) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set InputStream used to read configuration file.
setKeyDelimiter(String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set the delimiter used to delimit XML nodes.
By default "/" is used, which means all pathes have to be expressed like:
foo/bar/baz
setKeyDelimiter(String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Set the delimiting key.
If null is given, default ('/') will be used.
setOutputFile(File) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set output file used for saving.
setOutputFile(String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set output file used for saving.
setOutputStream(OutputStream) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set OutputStream used to save configuration file.
setSkipRoot(boolean) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set this to true to ignore the first level of nodes inside the config.
Usually each XML is starting with a single node (e.g.
setString(String, boolean, String) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Set string value of given key
setUtcTimestamp(int) - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
 
setUtcTimestamp(int, ZonedDateTime) - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
 
setValue(int, Object) - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
Set/add tag value to FIX message to be created.
setValue(int, Object, boolean) - Methode in Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
Set/add tag value to FIX message to be created.
setValues(Map<String, String>, boolean) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfiguration
Set keys found in map to value found in map.
setXmlErrorHandler(ErrorHandler) - Methode in Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
Set the ErrorHandler used by the XML parser to handle XML errors.
By default a 'quiet' handler is used (suppressing all errors).
Use null here to disable validation.
SIMPLE - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Do not use multi row INSERT statements.
SimpleDatabaseConnector - Klasse in com.github.hypfvieh.db
Simple class to allow connection to any JDBC compatible database.
SimpleDatabaseConnector(DbConnParms) - Konstruktor für Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
 
SimpleFixMessageBuilder - Klasse in com.github.hypfvieh.util
Builder to create a FIX message without using any proprietary API.
SimpleFixMessageBuilder() - Konstruktor für Klasse com.github.hypfvieh.util.SimpleFixMessageBuilder
 
size() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
smartWordSplit(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Tries to split a string in a smart way.

String will be splitted by space and then recombined until each line has the given length or less than the given length, if the next token would cause the line to be longer than requested It is ensured that each line has a maximum length of _len, it could be short but never longer.
snakeToCamelCase(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Converts a snake-case-string to camel case string.
split(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Split string by whitespace.
split(String, char) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Split a String by the given delimiting char.
split(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Split a String by the given delimiting char.
splitByRegex(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Splits the given input string using the given regular expression.
splitByRegex(String, String, int) - Statische Methode in Klasse com.github.hypfvieh.util.RegexUtil
Splits the given input string using the given regex.
splitEqually(String, int) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Splits a Text to equal parts.
splitList(List<T>, int) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Split a List into equal parts.
splitListToSubLists(List<T>, int) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Splits a given list to _listCount subLists.
splitMap(Map<K, V>, int) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Splits _map to a list of maps where each map has _nbElements.
splitToList(String, char) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Split given String using given delimiting char.
splitToList(String, String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Split given String using the given delimiting string.
SslTlsUtil - Klasse in com.github.hypfvieh.util
Helper class to setup SSL/TLS related settings.
startsWithAny(boolean, String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Checks if given string in _str starts with any of the given strings in _args.
startsWithAny(String, String...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Checks if given String starts with any of the other given parameters.
StringSplitOperator - Schnittstelle in com.github.hypfvieh.formatter
Represents string split operation into a list of tokens where each token has as maximum length.
StringUtil - Klasse in com.github.hypfvieh.util
Utility class for String manipulation.
strToBool(String) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Returns true if string matches certain boolean values.
strToBool(String) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.
strToInt(String) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Convert given String to Integer, returns null if String is not an integer.
strToInt(String, Integer) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Convert given String to Integer, returns _default if String is not an integer.
sumBigDecimals(BigDecimal...) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Sums the given BigDecimals.
sumBigDecimals(Collection<BigDecimal>) - Statische Methode in Klasse com.github.hypfvieh.util.NumberUtil
Sums the given collection of BigDecimals.
Will ignore any null value in collection.
When a null collection is given, zero is returned.
SYSTEM_PATH - Enum-Konstante in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Look in system path (e.g.
SystemUtil - Klasse in com.github.hypfvieh.util
Utility-Class with various operating system related helper methods.

T

TableColumnFormatter - Klasse in com.github.hypfvieh.formatter
Formats table content into lines of columns of a given character width.
TableColumnFormatter(StringSplitOperator, char, int...) - Konstruktor für Klasse com.github.hypfvieh.formatter.TableColumnFormatter
 
TableColumnFormatter(StringSplitOperator, int...) - Konstruktor für Klasse com.github.hypfvieh.formatter.TableColumnFormatter
 
TextFileStream - Klasse in com.github.hypfvieh.stream
Class to read a Textfile in a Stream<String> and do stream operations on it.
throwIfAnyNull(String, Object...) - Statische Methode in Klasse com.github.hypfvieh.util.CompareUtil
Throws a NullPointerException if any of the given objects is null.
throwIfAnyNull(String, Object...) - Statische Methode in Klasse com.github.hypfvieh.util.TypeUtil
TimeMeasure - Klasse in com.github.hypfvieh.util
Utility class for time measurements.
Instances may be reset for reuse.
TimeMeasure() - Konstruktor für Klasse com.github.hypfvieh.util.TimeMeasure
Default constructor with start time equals current time.
TMP_DIR - Statische Variable in Klasse com.github.hypfvieh.util.SystemUtil
The system's temporary-file directory.
toElement(Node) - Statische Methode in Klasse com.github.hypfvieh.util.xml.XmlUtil
Checks and converts given Node to Element if possible.
toLocalDate(Date) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Converts a Date to a LocalDate using the default timezone.
toLocalDateTime(Date) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Converts a Date to a LocalDateTime using the default timezone.
toLocalTime(Date) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Converts a Date to a LocalTime using the default timezone.
toProperties(Map<?, ?>) - Statische Methode in Klasse com.github.hypfvieh.util.ConverterUtil
Convertes a map to a Properties object.
toString() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
toString() - Methode in Klasse com.github.hypfvieh.db.DbConnParms
 
toString() - Methode in Klasse com.github.hypfvieh.db.H2Util.H2VersionInfo
 
toString() - Methode in Klasse com.github.hypfvieh.db.SimpleDatabaseConnector
 
toString() - Methode in Klasse com.github.hypfvieh.util.TimeMeasure
Returns the elapsed time in milliseconds formatted as string by calling TimeMeasure.getElapsedFormatted().
trim(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Removes trailing and leading spaces / non-printable characters (char <= 32).
TypeUtil - Klasse in com.github.hypfvieh.util
Class providing a set of methods for converting and/or checking of various data types.

U

unregisterComponent(Class<?>) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Remove a registered class from list.
unregisterComponent(String) - Methode in Klasse com.github.hypfvieh.classloader.ComponentRegistry
Remove a registered class from list.
updateFixBodyLength(String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Calculates the bodylength of a messages and writes it to tag 9.
updateFixCheckSum(String) - Statische Methode in Klasse com.github.hypfvieh.util.FixUtil
Sets the correct checksum in tag 10.
upperCaseFirstChar(String) - Statische Methode in Klasse com.github.hypfvieh.util.StringUtil
Upper case the first letter of the given string.

V

valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.db.H2Updater.ImportOption
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.util.CompressionUtil.CompressionMethod
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse com.github.hypfvieh.util.ReflectionUtil.ReflectionType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Methode in Klasse com.github.hypfvieh.collections.BidiMap
 
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.common.SearchOrder
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.db.H2Updater.ExportOption
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.db.H2Updater.ImportOption
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.system.LibcErrorCodes
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.util.CompressionUtil.CompressionMethod
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse com.github.hypfvieh.util.ReflectionUtil.ReflectionType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
VARIABLE_BINARY - Enum-Konstante in Enum-Klasse com.github.hypfvieh.db.H2Updater.ImportOption
BINARY data type will be parsed as VARBINARY.

W

warning(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerQuiet
 
warning(SAXParseException) - Methode in Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerRuntimeException
 
withH2OpenOptions(Map<String, String>) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Setup additional options used when building the connection URL for reading input database.
withImportExportCharset(Charset) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Setup the charset to use for export and importing the database.
withInputFile(File) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Setup H2 database to convert.
withOutputFileName(String) - Methode in Klasse com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Setup the output database file name.
This must be different to the input file name and the file must not exist.
The file extension (usually .mv.db) should be omitted (will be appended by H2 automatically).
writeProperties(File, Properties) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Writes a properties Object to file.
writeProperties(String, Properties) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Write a properties object to a given file (will overwrite existing files!).
writeTextFile(String, String, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Write String to file with the java default charset (usually UTF-8).
writeTextFile(String, String, Charset, boolean) - Statische Methode in Klasse com.github.hypfvieh.util.FileIoUtil
Write String to file with the given charset.

X

XmlConfigBuilder - Klasse in com.github.hypfvieh.config.xml
Builder for XmlConfiguration.
XmlConfigBuilder() - Konstruktor für Klasse com.github.hypfvieh.config.xml.XmlConfigBuilder
 
XmlConfiguration - Klasse in com.github.hypfvieh.config.xml
Slim replacement for commons-configuration2 XMLConfiguration.
XmlErrorHandlerQuiet() - Konstruktor für Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerQuiet
 
XmlErrorHandlerRuntimeException() - Konstruktor für Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerRuntimeException
 
XmlErrorHandlers - Klasse in com.github.hypfvieh.util.xml
Sample ErrorHandlers for XML Parsing.
XmlErrorHandlers() - Konstruktor für Klasse com.github.hypfvieh.util.xml.XmlErrorHandlers
 
XmlErrorHandlers.XmlErrorHandlerQuiet - Klasse in com.github.hypfvieh.util.xml
XML Error Handler which will silently ignore all thrown Exceptions.
XmlErrorHandlers.XmlErrorHandlerRuntimeException - Klasse in com.github.hypfvieh.util.xml
XML Error Handler which will throw RuntimeException if any Exception was thrown.
XmlUtil - Klasse in com.github.hypfvieh.util.xml
Assorted static XML utility methods.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form