- DAO - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
The Constant DAO for the suffix of a dao class.
- de.alpharogroup.annotations - package de.alpharogroup.annotations
-
This package provides enums that can tag a class or field for permissions or versions
- de.alpharogroup.collection.comparators - package de.alpharogroup.collection.comparators
-
This package contains common comparators
- de.alpharogroup.config - package de.alpharogroup.config
-
This package contains a class for configuration issues
- de.alpharogroup.enums - package de.alpharogroup.enums
-
This package provides a class that can decorate an enum and add a new value
- de.alpharogroup.exception - package de.alpharogroup.exception
-
Provides helper classes for Exception Objects
- de.alpharogroup.file - package de.alpharogroup.file
-
Provides specific classes for file operations
- de.alpharogroup.file.filter - package de.alpharogroup.file.filter
-
Provides specific classes that implements the inteface java.io.FileFilter
- de.alpharogroup.file.namefilter - package de.alpharogroup.file.namefilter
-
Provides specific classes that implements the inteface java.io.FilenameFilter
- de.alpharogroup.id.generator - package de.alpharogroup.id.generator
-
Provides interfaces and classes for generating ids for primary keys in database tables.
- de.alpharogroup.io - package de.alpharogroup.io
-
This package provides utility classes for reading serializable objects from files and stream operations
- de.alpharogroup.io.annotations - package de.alpharogroup.io.annotations
-
This package provides annotations and classes for importing resources
- de.alpharogroup.jdbc - package de.alpharogroup.jdbc
-
This package provides a utility class for connect to mysql and postgres databases over jdbc
- de.alpharogroup.lang - package de.alpharogroup.lang
-
This package provides utility classes for operation on objects
- de.alpharogroup.lang.model - package de.alpharogroup.lang.model
-
This package provides bean classes for keeping data on classes, methods and fields
- de.alpharogroup.lang.thread - package de.alpharogroup.lang.thread
-
This package provides utility and bean classes for threads
- de.alpharogroup.lang.util - package de.alpharogroup.lang.util
-
This package provides bean class that hold information about the version of a manifest.
- de.alpharogroup.regex - package de.alpharogroup.regex
-
This package contains helper classes for regular expression objects
- de.alpharogroup.shell - package de.alpharogroup.shell
-
This package contains helper classes for execute commands on the shell
- de.alpharogroup.string - package de.alpharogroup.string
-
This package contains helper classes for String objects
- disposeUnusedMemory() - Static method in class de.alpharogroup.lang.MemoryExtensions
-
Freeing memory that is available for the application by running the garbage collector.
- DOMAIN_SERVICE - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
The Constant DOMAIN_SERVICE for the suffix of a domain service class.
- DOT - Static variable in class de.alpharogroup.file.FileConstants
-
Deprecated.
Constant for the dot. current value:"."
- DOUBLEDOT - Static variable in class de.alpharogroup.file.FileConstants
-
Deprecated.
Constant for the dot. current value:":"
- dropPostgreSQLDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Drops the given PostgreSQL database with the given databaseName if it does exist.
- get(Class<?>) - Static method in class de.alpharogroup.lang.util.ManifestVersionFactory
-
Returns a ManifestVersion object by reading the manifest file from the JAR, WAR or EAR file
that contains the given class.
- 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
-
Deprecated.
Gets the Attribut-name without brackets.
- getByteArray(InputStream) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Returns the given InputStream as a byte array.
- getByteArray(InputStream, ByteArrayOutputStream) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets the byte array.
- getCharset() - Method in class de.alpharogroup.io.StringOutputStream
-
Deprecated.
- getFilenamePrefix(File) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Deprecated.
Gets the filename with the absolute path prefix.
- getFilenameSuffix(File) - Static method in class de.alpharogroup.file.FilenameExtensions
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Gets the filename without the extension or null if the given file object is a directory.
- 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.
- getH2Connection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Gets the H2 connection.
- 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
-
Deprecated.
Gets the first index from the brackets.
- getInputStream(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets the input stream from a File object.
- getInputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
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
-
Deprecated.
Gets the ItemNumber from the String name.
- getManifestAttribute(Attributes.Name) - Method in class de.alpharogroup.lang.util.ManifestVersion
-
Gets the manifest attribute value from the given Attributes.Name
object.
- getMySQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Gets the my sql connection.
- getMySQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Gets the my sql connection.
- 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
-
Deprecated.
Gets the output stream from a File object.
- getOutputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
- getPostgreSQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Gets the postgre sql connection.
- getPostgresSQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
-
Deprecated.
Gets the postgres sql connection from the given parameters.
- getReader(File) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets a Reader from the given file object.
- getReader(File, String, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets a Reader from the given file object.
- getSerialVersionUID(Class<? extends Serializable>) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets the SerialVersionUID from the given Class.
- getStackTrace(Throwable) - Static method in class de.alpharogroup.exception.ExceptionExtensions
-
Deprecated.
Gets the stacktrace as string.
- getStackTraceElements(Throwable) - Static method in class de.alpharogroup.exception.ExceptionExtensions
-
Deprecated.
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
-
Deprecated.
The Method getStringAfterUnderscore(String) gets the substring after the first underscore.
- getStringBeforeUnderscore(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
The Method getStringBeforeUnderscore(String) gets the substring before the first underscore.
- getTemporaryApplicationConfigurationFilePath(String, String) - Static method in class de.alpharogroup.config.ConfigurationExtensions
-
Gets the specific temporary directory path for from the given arguments.
- getTotalMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
-
Gets the total memory in kilobytes is available.
- getUserApplicationConfigurationFilePath(String, String) - Static method in class de.alpharogroup.config.ConfigurationExtensions
-
Gets the user application configuration file path.
- getValue(Map<String, String>, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
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
-
Deprecated.
Gets a Writer from the given file object.
- getWriter(File, String, boolean) - Static method in class de.alpharogroup.io.StreamExtensions
-
Deprecated.
Gets a Writer from the given file object.
- readLine(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Reads the given String till it finds a carriage return and returns it.
- readSerializedObjectFromFile(File) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
-
Deprecated.
Reads the object from the given file.
- RegExExtensions - Class in de.alpharogroup.regex
-
- RegExExtensions() - Constructor for class de.alpharogroup.regex.RegExExtensions
-
Deprecated.
- removeEmptyString(String[]) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Removes empty Strings from the given string array and gives it back.
- removeNewlineCharacters(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Removes the newline characters from the given String.
- removeQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Removes from the given String at the start and end quotes.
- replaceAll(String, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Replaces all occurrences of a String within another String.
- replaceAll(String, String[], String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
Replaces all occurrences of a String within another String.
- replaceEach(String, String, String) - Static method in class de.alpharogroup.string.StringExtensions
-
Deprecated.
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
-
Deprecated.
Replaces the last occurrence of a String within another String.
- replaceWildcardsWithRE(String) - Static method in class de.alpharogroup.regex.RegExExtensions
-
Deprecated.
Replaces the normal wildcards in the given String with the corresponding regular expression
wildcards.
- REPOSITORY - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
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
-
Deprecated.
The Constant RESOURCE for the suffix of a rest resource interface.
- REST - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
The Constant REST for the preffix of a rest resource class.
- REST_CLIENT - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
The Constant REST_RESOURCE for the suffix of a rest resource class.
- REST_RESOURCE - Static variable in interface de.alpharogroup.file.FileSuffix
-
Deprecated.
The Constant REST_RESOURCE for the suffix of a rest resource class.
- runAsyncSupplierWithCpuCores(Supplier<T>, int) - Static method in class de.alpharogroup.lang.thread.ThreadExtensions
-
Creates a custom thread pool that are executed in parallel processes with the will run with
the given number of the cpu cores
- runCallableWithCpuCores(Callable<T>, int) - Static method in class de.alpharogroup.lang.thread.ThreadExtensions
-
Creates a custom thread pool that are executed in parallel processes with the given number of
the cpu cores