- get(Object) - Method in class com.github.hypfvieh.collections.BidiMap
-
- getComponents() - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Returns a list with all registered classes (FQCN).
- getComponentsVersions() - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Returns the list of registered Components and Versions as Map.
- getElapsed() - Method in class com.github.hypfvieh.util.TimeMeasure
-
Returns the elapsed time in milliseconds.
- getElapsedAndReset() - Method in class com.github.hypfvieh.util.TimeMeasure
-
- getElapsedFormatted(DateFormat) - Method in class com.github.hypfvieh.util.TimeMeasure
-
Formats the elapsed time using the given dateFormatter.
- getFileExtension(String) - Static method in class com.github.hypfvieh.system.NativeLibraryLoader
-
Extracts the file extension (part behind last dot of a filename).
- getFileExtension(String) - Static method in class com.github.hypfvieh.util.SystemUtil
-
Extracts the file extension (part behind last dot of a filename).
- getFileIfReadable(String) - Static method in class 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.
- getHostName(String) - Static method in class com.github.hypfvieh.util.NetUtil
-
Get the host name of a local address, if available.
- getHostName() - Static method in class com.github.hypfvieh.util.SystemUtil
-
Gets the host name of the local machine.
- getInstance() - Static method in class com.github.hypfvieh.classloader.ComponentRegistry
-
- getKey(V) - Method in class com.github.hypfvieh.collections.BidiMap
-
- getRunningClassPath() - Static method in class com.github.hypfvieh.util.SystemUtil
-
Returns the running class path.
- getStartTime() - Method in class com.github.hypfvieh.util.TimeMeasure
-
Returns the start time in milliseconds.
- getStoreTypeByFileName(File) - Static method in class com.github.hypfvieh.util.SslTlsUtil
-
Get the key/trust store 'type' by analyzing the filename extension.
- getTempDir() - Static method in class com.github.hypfvieh.util.SystemUtil
-
Returns the temp directory of this platform.
- getTextfileFromUrl(String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Retrives a text file from an given URL.
- getTextfileFromUrl(String, Charset) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Retrives a text file from an given URL and reads the content with the given charset.
- getVersion() - Static method in class com.github.hypfvieh.classloader.ClassLoaderWithRegistry
-
- getVersion() - Static method in class com.github.hypfvieh.classloader.ComponentRegistry
-
- getVersionForComponent(Class<?>) - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Return version for given Class.
- getWorkingDirectory() - Static method in class com.github.hypfvieh.util.SystemUtil
-
Returns the current working directory.
- ifFalse(boolean, T) - Static method in class com.github.hypfvieh.util.CompareUtil
-
- ifTrue(boolean, T) - Static method in class com.github.hypfvieh.util.CompareUtil
-
Returns the second parameter if the condition is true
or null if the condition is false.
- initializeKeyManagers(File, String, String) - Static method in class com.github.hypfvieh.util.SslTlsUtil
-
Initialization of keyStoreManager used to provide access to the configured keyStore.
- initializeTrustManagers(File, String) - Static method in class com.github.hypfvieh.util.SslTlsUtil
-
Initialization of trustStoreManager used to provide access to the configured trustStore.
- isAnyFileMissing(File...) - Static method in class com.github.hypfvieh.util.CompareUtil
-
Checks if any of the passed in files are non-existing.
- isAnyNull(Object...) - Static method in class com.github.hypfvieh.util.CompareUtil
-
Checks if any of the passed in objects is null.
- isAnyNull(Object...) - Static method in class com.github.hypfvieh.util.TypeUtil
-
Checks if any of the passed in objects is null.
- isBlank(String) - Static method in class com.github.hypfvieh.util.StringUtil
-
Checks if the given String is either null or blank.
- isDebuggingEnabled() - Static method in class com.github.hypfvieh.util.SystemUtil
-
Examines some system properties to determine whether the process is likely being debugged
in an IDE or remotely.
- isEmpty() - Method in class com.github.hypfvieh.collections.BidiMap
-
- isEnabled() - Static method in class com.github.hypfvieh.system.NativeLibraryLoader
-
- isInteger(String) - Static method in class com.github.hypfvieh.util.TypeUtil
-
Check if string is integer (including negative integers).
- isInteger(String, boolean) - Static method in class com.github.hypfvieh.util.TypeUtil
-
Check if string is an either positive or negative integer.
- isIPv4Address(String) - Static method in class com.github.hypfvieh.util.NetUtil
-
Checks if given String is an IPv4 address.
- isIPv4orIPv6Address(String) - Static method in class com.github.hypfvieh.util.NetUtil
-
Checks if given String is either a valid IPv4 or IPv6 address.
- isIPv6Address(String) - Static method in class com.github.hypfvieh.util.NetUtil
-
Checks if given String is an IPv6 address.
- isValidNetworkPort(int, boolean) - Static method in class com.github.hypfvieh.util.TypeUtil
-
Check if the given value is a valid network port (1 - 65535).
- isValidNetworkPort(String, boolean) - Static method in class com.github.hypfvieh.util.TypeUtil
-
- isValidRegex(String) - Static method in class com.github.hypfvieh.util.TypeUtil
-
Checks if given String is a valid regular expression.
- randomString(int) - Static method in class com.github.hypfvieh.util.StringUtil
-
Generate a simple (cryptographic insecure) random string.
- readFileFromClassPath(String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Reads a file from classpath to String.
- readFileFromClassPathAsList(String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Reads a file from classpath to a list of String.
- readFileToList(File) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Reads a file to a List<String> (each line is one entry in list).
- readFileToString(String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Reads a file and returns it's content as string.
- readFileToString(File) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
- readProperties(File) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Trys to read a properties file.
- readProperties(InputStream) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Tries to read a properties file from an inputstream.
- readPropertiesBoolean(Properties, String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Reads a property as boolean from an properties object.
- readPropertiesFromFile(String, Properties) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Read properties from given filename
(returns empty
Properties object on failure).
- readStringFromResources(InputStream, String) - Static method in class com.github.hypfvieh.util.FileIoUtil
-
Read a Resource-file (eg.
- registerComponent(Class<?>, String) - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Register a class with version.
- registerComponent(Class<?>) - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Register a class using the Class-Object.
- registerComponent(String) - Method in class com.github.hypfvieh.classloader.ComponentRegistry
-
Register a component with FQCN only.
- remove(Object) - Method in class com.github.hypfvieh.collections.BidiMap
-
- remove(Object) - Method in class com.github.hypfvieh.collections.LinkedProperties
-
- removeValue(V) - Method in class com.github.hypfvieh.collections.BidiMap
-
Removes the mapping for a value from this map if it is present.
- replaceByMap(String, Map<String, String>) - Static method in class com.github.hypfvieh.util.StringUtil
-
Replace all placeholders in given string by value of the corresponding key in given Map.
- reset() - Method in class com.github.hypfvieh.util.TimeMeasure
-
Resets the start time to current time in milliseconds.
- rot13(String) - Static method in class com.github.hypfvieh.util.StringUtil
-
Simple rot13 implementation.