- get(Class<?>) - Static method in class de.alpharogroup.lang.util.ManifestVersion
-
Returns a ManifestVersion object by reading the manifest file from the JAR, WAR or EAR file
that contains the given class.
- getAlgorithm() - Method in enum de.alpharogroup.file.checksum.Algorithm
-
Gets the algorithm.
- getAllAnnotatedClasses(String, Class<? extends Annotation>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Gets all annotated classes that belongs from the given package path and the given annotation
class.
- getAllAnnotatedClassesFromSet(String, Set<Class<? extends Annotation>>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Gets all annotated classes that belongs from the given package path and the given list with
annotation classes.
- getAllClasses(String) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Gets all the classes from the class loader that belongs to the given package path.
- getAllClasses(String, Set<Class<? extends Annotation>>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Gets all the classes from the class loader that belongs to the given package path.
- getAnnotation(Class<?>, Class<T>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Search for the given annotationClass in the given componentClass and return it if search was
successful.
- getAttributName(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Gets the Attribut-name without brackets.
- getBaseClass(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the parent base class from the given child class.
- getByteArray(InputStream) - Static method in class de.alpharogroup.io.StreamExtensions
-
Returns the given InputStream as a byte array.
- getByteArray(InputStream, ByteArrayOutputStream) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the byte array.
- getCglibProxy(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the real class if the given class is decorated with cglib proxy classes.
- getChangedData(Object, Object) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
-
Gets only the changed data.
- getChangedDataMap(Object, Object) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
-
Compares the given two objects and gets only the changed data.
- getCharset() - Method in class de.alpharogroup.io.StringOutputStream
-
- getClass(T) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the
Class of the given object.
- getClassLoader() - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the current class loader.
- getClassLoader(Object) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the ClassLoader from the given object.
- getClassname(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the classname from the given class.
- getClassnameWithSuffix(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the classname and concats the suffix ".class" from the class.
- getClassnameWithSuffix(Object) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the classname and concats the suffix ".class" from the object.
- getClassType(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the ClassType from the given class.
- getDirectoriesFromResources(String, boolean) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the directories from the given path.
- getEncoding() - Method in enum de.alpharogroup.string.CharacterEncoding
-
- getExtension() - Method in enum de.alpharogroup.file.FileExtension
-
- getFilenamePrefix(File) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Gets the filename with the absolute path prefix.
- getFilenameSuffix(File) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Gets the filename suffix or null if no suffix exists or the given file object is a directory.
- getFilenameWithoutExtension(File) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Gets the filename without the extension or null if the given file object is a directory.
- getFilenameWithoutExtension(String) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Gets the filename without the extension or null if the given file object is a directory.
- getFirstTypeArgument(Class<T>, Class<? extends T>) - Static method in class de.alpharogroup.lang.TypeArgumentsExtensions
-
Gets the first type argument from the childClass.
- getFreeMemoryForAppInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
-
Gets the free memory in kilobytes is available for the application.
- getFreeMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
-
Gets the free memory in kilobytes is available.
- getImportResources(String) - Static method in class de.alpharogroup.io.annotations.ImportResourcesExtensions
-
Gets a
Map with
ImportResource objects and the corresponding to the found
class from the given package Name.
- getIndex(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Gets the first index from the brackets.
- getInputStream(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the input stream from a File object.
- getInputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the input stream from a File object.
- getInstance() - Static method in class de.alpharogroup.id.generator.SystemTimeIdGenerator
-
Gets the single instance of SystemTimeIdGenerator.
- getItemNumber(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Gets the ItemNumber from the String name.
- getJarPath(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
If the given class is in a JAR file than the jar path as String will be returned.
- getJdkProxyInterfaces(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the jdk proxy interfaces.
- getManifestAttribute(Attributes.Name) - Method in class de.alpharogroup.lang.util.ManifestVersion
-
Gets the manifest attribute value from the given Attributes.Name object.
- getManifestUrl(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
If the given class is in a JAR, WAR or EAR file than the manifest url as String is returned.
- getMySQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Gets the my sql connection.
- getMySQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Gets the my sql connection.
- getName(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Returns the name of the given class or null if the given class is null.
- getName(Class<?>, boolean) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Returns the name of the given class or null if the given class is null.
- getNextId() - Method in interface de.alpharogroup.id.generator.IdGenerator
-
Gets the next id.
- getNextId() - Method in class de.alpharogroup.id.generator.SystemTimeIdGenerator
-
Gets the next id.
- getOutputStream(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the output stream from a File object.
- getOutputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the output stream from a File object.
- getPackageName(Class<?>) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package name from the given class object.
- getPackageName(String) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package name from the given String(this must be the fully qualified class name
without the file extension).
- getPackageNameWithDot(Class<?>) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package name from the given class object and adds a dot at the end.
- getPackagePath(Class<?>) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given class object.
- getPackagePath(Object) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given object.
- getPackagePath(String) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given String object that is in the dot-format.
- getPackagePath(String, boolean) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given String object that is in the dot-format.
- getPackagePathWithSlash(Class<?>) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given object and adds a slash at the front.
- getPackagePathWithSlash(Object) - Static method in class de.alpharogroup.lang.PackageExtensions
-
Determines the package path from the given object and adds a slash at the front.
- getPath(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the path from the given class.
- getPathFromObject(Object) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Finds the absolute path from the object.
- getPostgreSQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Gets the postgre sql connection.
- getPostgresSQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Gets the postgres sql connection from the given parameters.
- getPrimeNumbers(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Gets the prime numbers for the given quantity.
- getReader(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets a Reader from the given file object.
- getReader(File, String, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets a Reader from the given file object.
- getResource(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the url from the path back.
- getResource(Class<?>, String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the url from the path back.
- getResource(String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the URL from the resource.
- getResource(String, T) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the URL from the resource.
- getResourceAsFile(String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the resource as a file Object.
- getResourceAsFile(String, Object) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the resource as a file Object.
- getResourceAsStream(Class<?>, String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
This method call the getResourceAsStream from the ClassLoader.
- getResourceAsStream(String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the Inputstream from the resource.
- getResourceAsStream(String, Object) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gives the Inputstream from the resource.
- getResources(String) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets a list with urls from the given path for all resources.
- getSerialVersionUID(Class<? extends Serializable>) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets the SerialVersionUID from the given Class.
- getSimpleName(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Returns the simple name of the given class or null if the given class is null.
- getStackTrace(Throwable) - Static method in class de.alpharogroup.exception.ExceptionExtensions
-
Gets the stacktrace as string.
- getStackTraceElements(Throwable) - Static method in class de.alpharogroup.exception.ExceptionExtensions
-
Gets the stack trace elements from the given Throwable and returns a
String object
from it.
- getStringAfterUnderscore(String) - Static method in class de.alpharogroup.string.StringExtensions
-
The Method getStringAfterUnderscore(String) gets the substring after the first underscore.
- getStringBeforeUnderscore(String) - Static method in class de.alpharogroup.string.StringExtensions
-
The Method getStringBeforeUnderscore(String) gets the substring before the first underscore.
- getTotalMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
-
Gets the total memory in kilobytes is available.
- getTypeArgument(Class<T>, Class<? extends T>, int) - Static method in class de.alpharogroup.lang.TypeArgumentsExtensions
-
Gets the type argument from the childClass at the given index or null if it does not exists.
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class de.alpharogroup.lang.TypeArgumentsExtensions
-
Get the actual type arguments a child class has used to extend a generic base class.
- getUnwrappedProxy(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Gets the unwrapped proxy class.
- getURL(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Returns the URL from the given class.
- getValue(Map<String, String>, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Gets the value from the given map and if it does not exist or is empty the given default
value will be returned.
- getWriter(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets a Writer from the given file object.
- getWriter(File, String, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Gets a Writer from the given file object.
- IdGenerator - Interface in de.alpharogroup.id.generator
-
The Interface IdGenerator.
- ImportResource - Annotation Type in de.alpharogroup.io.annotations
-
- ImportResourceComparator - Class in de.alpharogroup.io.annotations
-
- ImportResourceComparator() - Constructor for class de.alpharogroup.io.annotations.ImportResourceComparator
-
- ImportResources - Annotation Type in de.alpharogroup.io.annotations
-
- ImportResourcesExtensions - Class in de.alpharogroup.io.annotations
-
- ImportResourcesExtensions() - Constructor for class de.alpharogroup.io.annotations.ImportResourcesExtensions
-
- INVALID_CHARS_IN_FILENAME - Static variable in class de.alpharogroup.file.FileConstants
-
String array with the invalid characters in filenames.
- isAnnotationPresentInSuperClasses(Class<?>, Class<? extends Annotation>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Checks if is annotation present through making a lookup if the given annotation class is
present in the given class or in one of the super classes.
- isAnnotationPresentInSuperClassesOrInterfaces(Class<?>, Class<? extends Annotation>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
-
Checks if is annotation present through making a lookup if the given annotation class is
present in the given class or in one of the super classes.
- isBetween(double, double, double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given double index is between the range from min and max.
- isBetween(double, double, double, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given double index is between the range from min and max.
- isBetween(float, float, float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given float index is between the range from min and max.
- isBetween(float, float, float, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given float index is between the range from min and max.
- isBetween(int, int, int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given int index is between the range from min and max.
- isBetween(int, int, int, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given int index is between the range from min and max.
- isBetween(long, long, long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given long index is between the range from min and max.
- isBetween(long, long, long, boolean, boolean) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given long index is between the range from min and max.
- isCglib(Class<T>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Checks if the given
Class is cglib proxy class.
- isCollection(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Checks if the given class is assignable from
Collection.
- isDerivate(ClassLoader, ClassLoader) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Compares the two given ClassLoader objects and returns true if compare is a derivate of
source.
- isInRange(int, int, int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks the given number is in range from min and max.
- isJdkProxy(Class<T>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Checks if the given
Class is a JDK proxy class.
- isMap(Class<?>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Checks if the given class is assignable from
Map.
- isNegative(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNegative(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is negative.
- isNext(Integer, Integer) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given
Integer nextNumber is next to the given
Integer number.
- isNullOrEmpty(String) - Static method in class de.alpharogroup.string.StringExtensions
-
The method isNullOrEmpty(String) checks if the given String is empty or null.
- isNumber(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Checks if the given String is an Number.
- isPositive(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPositive(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is positive.
- isPrevious(Integer, Integer) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given
Integer previousNumber is previous to the given
Integer
number.
- isPrime(double) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given float is a prime number.
- isPrime(float) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given float is a prime number.
- isPrime(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given int is a prime number.
- isPrime(long) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the given long is a prime number.
- isPrimeNumber(int) - Static method in class de.alpharogroup.math.MathExtensions
-
Checks if the number is a prime number.
- isProxy(Class<T>) - Static method in class de.alpharogroup.lang.ClassExtensions
-
Checks if the given
Class is a proxy class.
- MalformedUnicodeException - Exception in de.alpharogroup.string
-
The class MalformedUnicodeException.
- MalformedUnicodeException() - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
-
Instantiates a new malformed unicode exception.
- MalformedUnicodeException(String) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
-
Instantiates a new malformed unicode exception.
- MalformedUnicodeException(String, Throwable) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
-
Instantiates a new malformed unicode exception.
- MalformedUnicodeException(Throwable) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
-
Instantiates a new malformed unicode exception.
- ManifestVersion - Class in de.alpharogroup.lang.util
-
Simple bean to hold information about the version of a Manifest.
- ManifestVersion() - Constructor for class de.alpharogroup.lang.util.ManifestVersion
-
- MAPPER - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant MAPPER for the suffix of a Mapper class.
- MathExtensions - Class in de.alpharogroup.math
-
Utility class for the use numbers.
- MathExtensions() - Constructor for class de.alpharogroup.math.MathExtensions
-
- MemoryExtensions - Class in de.alpharogroup.lang
-
Utility class for getting the Memory status.
- MethodModel - Class in de.alpharogroup.lang.model
-
- MethodModel() - Constructor for class de.alpharogroup.lang.model.MethodModel
-
- MultiplyExtensionsFileFilter - Class in de.alpharogroup.file.filter
-
The class MultiplyExtensionsFileFilter accepts File-objects that are directories or end with one
of the extension in the collection.
- MultiplyExtensionsFileFilter(boolean, String...) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
-
Instantiates a new multiply extensions file filter.
- MultiplyExtensionsFileFilter(Collection<String>) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
-
Instantiates a new multiply extensions file filter.
- MultiplyExtensionsFileFilter(Collection<String>, boolean) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
-
Instantiates a new multiply extensions file filter.
- MultiplyExtensionsFileFilter(String...) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
-
Instantiates a new multiply extensions file filter.
- MultiplyExtensionsFilenameFilter - Class in de.alpharogroup.file.namefilter
-
The class MultiplyExtensionsFilenameFilter accepts File-objects that end with one of the
extension in the collection.
- MultiplyExtensionsFilenameFilter(Collection<String>) - Constructor for class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
-
Instantiates a new multiply extensions filename filter.
- MultiplyExtensionsFilenameFilter(Collection<String>, boolean) - Constructor for class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
-
Instantiates a new multiply extensions filename filter.
- MYSQL_DRIVERNAME - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Constant for the drivername from MySQL-database.
- MYSQL_PORT - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Constant for the default port where the MySQL-database listen.
- MYSQL_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Constant for the urlprefix from MySQL-database.
- readLine(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Reads the given String till it finds a carriage return and returns it.
- readSerializedObjectFromFile(File) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
-
Reads the object from the given file.
- RegExExtensions - Class in de.alpharogroup.regex
-
Utility class for the use with regular expressions.
- RegExExtensions() - Constructor for class de.alpharogroup.regex.RegExExtensions
-
- removeEmptyString(String[]) - Static method in class de.alpharogroup.string.StringExtensions
-
Removes empty Strings from the given string array and gives it back.
- removeNewlineCharacters(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Removes the newline characters from the given String.
- removeQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Removes from the given String at the start and end quotes.
- replaceAll(String, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Replaces all occurrences of a String within another String.
- replaceAll(String, String[], String) - Static method in class de.alpharogroup.string.StringExtensions
-
Replaces all occurrences of a String within another String.
- replaceEach(String, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Replace each occurences from the search pattern(regex) with the given replace String of the
given input String.
- replaceLast(String, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Replaces the last occurrence of a String within another String.
- replaceWildcardsWithRE(String) - Static method in class de.alpharogroup.regex.RegExExtensions
-
Replaces the normal wildcards in the given String with the corresponding regular expression
wildcards.
- REPOSITORY - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant REPOSITORY for the suffix of a repository class.
- resolveRunningThreads() - Static method in class de.alpharogroup.lang.thread.ThreadExtensions
-
Finds all threads the are currently running.
- RESOURCE - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant RESOURCE for the suffix of a rest resource interface.
- REST - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant REST for the preffix of a rest resource class.
- REST_CLIENT - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant REST_RESOURCE for the suffix of a rest resource class.
- REST_RESOURCE - Static variable in interface de.alpharogroup.file.FileSuffix
-
The Constant REST_RESOURCE for the suffix of a rest resource class.