Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

accept(File) - Method in class de.alpharogroup.file.filter.ClassFileFilter
Deprecated.
accept(File) - Method in class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
accept(File) - Method in class de.alpharogroup.file.filter.TxtFileFilter
Deprecated.
accept(File, String) - Method in class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
Deprecated.
accept(File, String) - Method in class de.alpharogroup.file.namefilter.SimpleFilenameFilter
Deprecated.
addDoubleQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Puts to the given String at the start and end quotes.
addSingleQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Puts to the given String at the start and end quotes.
AnnotationExtensions - Class in de.alpharogroup.lang
The class AnnotationExtensions provides methods for scan and resolve annotations in classes and interfaces.
AnnotationExtensions() - Constructor for class de.alpharogroup.lang.AnnotationExtensions
 
AnnotationModel - Class in de.alpharogroup.lang.model
The class AnnotationModel.
AnnotationModel() - Constructor for class de.alpharogroup.lang.model.AnnotationModel
 

B

BACKSLASH - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
Constant for the slash. current value:"\"
BLOCKSIZE - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
Constant for the blocksize. current value:8192
BooleanExtensions - Class in de.alpharogroup.lang
The class BooleanExtensions provides utility methods for handling with boolean values
BooleanExtensions() - Constructor for class de.alpharogroup.lang.BooleanExtensions
 
BUSINESS_SERVICE - Static variable in interface de.alpharogroup.file.FileSuffix
Deprecated.
The Constant BUSINESS_SERVICE for the suffix of a business service class.

C

CharacterEncoding - Enum in de.alpharogroup.string
Deprecated.
use instead java.nio.charset.StandardCharsets
ClassFileFilter - Class in de.alpharogroup.file.filter
Deprecated.
use instead the same class in new project silly-io
ClassFileFilter() - Constructor for class de.alpharogroup.file.filter.ClassFileFilter
Deprecated.
 
ClassModel - Class in de.alpharogroup.lang.model
The class ClassModel.
ClassModel() - Constructor for class de.alpharogroup.lang.model.ClassModel
 
close() - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
compare(KeyMapPair<K, MK, MV>, KeyMapPair<K, MK, MV>) - Method in class de.alpharogroup.collection.comparators.KeyMapPairKeyComparator
compare(KeyValuePair<K, V>, KeyValuePair<K, V>) - Method in class de.alpharogroup.collection.comparators.KeyValuePairKeyComparator
compare(KeyValuesPair<K, V>, KeyValuesPair<K, V>) - Method in class de.alpharogroup.collection.comparators.KeyValuesPairKeyComparator
compare(Triple<L, M, R>, Triple<L, M, R>) - Method in class de.alpharogroup.collection.comparators.TripleComparator
compare(ImportResource, ImportResource) - Method in class de.alpharogroup.io.annotations.ImportResourceComparator
ConfigurationExtensions - Class in de.alpharogroup.config
The class ConfigurationExtensions provides methods for get configuration issues.
ConfigurationExtensions() - Constructor for class de.alpharogroup.config.ConfigurationExtensions
 
ConnectionsExtensions - Class in de.alpharogroup.jdbc
Deprecated.
use instead the same class in new project silly-jdbc
ConnectionsExtensions() - Constructor for class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
 
convertToBytearray(char[]) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Converts the given chararray to a bytearray.
convertToCharArray(byte[]) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Convert the given byte array to char array.
convertUnicodeStringToCharacter(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Converts the given unicode String object to character object.
countMatches(String, String) - Static method in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Count how many times the given text is matching and returns the result.
CustomizableEnum<E extends Enum<E>,T> - Class in de.alpharogroup.enums
The class CustomizableEnum can decorate an enum with a new value that may be extended in a future release.
CustomizableEnum(E, T) - Constructor for class de.alpharogroup.enums.CustomizableEnum
Instantiates a new CustomizableEnum.

D

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.

E

equalsByClassName(Class<?>, Class<?>) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Equal the given class objects by they qualified class names.
ExceptionExtensions - Class in de.alpharogroup.exception
Deprecated.
use instead the ThrowableExtensions class from project throw-able
Note: will be removed in next minor release.
ExceptionExtensions() - Constructor for class de.alpharogroup.exception.ExceptionExtensions
Deprecated.
 
execute(boolean, String...) - Static method in class de.alpharogroup.shell.LinuxShellExecutor
Execute the given commands and return the result.
executeSqlScript(BufferedReader, Connection) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Execute the sql script in the given BufferedReader from a file.
executeSqlScript(BufferedReader, Connection, boolean) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Execute the sql script in the given BufferedReader from a file.
executeSqlScript(Connection, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Execute the sql script given as String object.
executeSqlScript(Connection, String, boolean) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Execute the sql script given as String object.
existsMySqlDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Checks if the given database exists in the MySqlDatabase.
existsPostgreSQLDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Checks if the given database exists in the Postgresql Database.

F

FieldModel - Class in de.alpharogroup.lang.model
The class FieldModel.
FieldModel() - Constructor for class de.alpharogroup.lang.model.FieldModel
 
FileConstants - Class in de.alpharogroup.file
Deprecated.
use instead the same class in new project silly-io
FileConstants() - Constructor for class de.alpharogroup.file.FileConstants
Deprecated.
 
FileExtension - Enum in de.alpharogroup.file
Deprecated.
use instead the same class in new project silly-io
FilenameExtensions - Class in de.alpharogroup.file
Deprecated.
use instead the same class in new project silly-io
FilenameExtensions() - Constructor for class de.alpharogroup.file.FilenameExtensions
Deprecated.
 
FileSuffix - Interface in de.alpharogroup.file
Deprecated.
will be removed in the next minor version
firstCharacterToLowerCase(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Sets the first character from the given string to lower case and returns it.
firstCharacterToUpperCase(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Sets the first character from the given string to upper case and returns it.

G

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.
Gets the charset that is used for write in this StringOutputStream object.
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.
Gets a BufferedOutputStream from the given File object.
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.

H

H2_DRIVERNAME - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the drivername from H2-database.
H2_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the urlprefix from H2-database.

I

IdGenerator - Interface in de.alpharogroup.id.generator
The Interface IdGenerator.
ImportResource - Annotation Type in de.alpharogroup.io.annotations
Deprecated.
use instead the same class in new project silly-io
ImportResourceComparator - Class in de.alpharogroup.io.annotations
The class ImportResourceComparator compares two given ImportResource objects based on the index.
ImportResourceComparator() - Constructor for class de.alpharogroup.io.annotations.ImportResourceComparator
 
ImportResources - Annotation Type in de.alpharogroup.io.annotations
Deprecated.
use instead the same class in new project silly-io
ImportResourcesExtensions - Class in de.alpharogroup.io.annotations
The class ImportResourcesExtensions contains extension methods for ImportResource objects.
ImportResourcesExtensions() - Constructor for class de.alpharogroup.io.annotations.ImportResourcesExtensions
 
INVALID_CHARS_IN_FILENAME - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
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.
isMatching(String, String) - Static method in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Checks if the given regular expression pattern is matching with the given text.
isNullOrEmpty(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
The method isNullOrEmpty(String) checks if the given String is empty or null.
isNumber(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Checks if the given String is an Number.

J

JAVA_IO_TPMDIR_PROPERTY_KEY - Static variable in class de.alpharogroup.config.ConfigurationExtensions
 

K

KeyMapPairKeyComparator<K extends Comparable<K>,MK,MV> - Class in de.alpharogroup.collection.comparators
The class KeyMapPairKeyComparator compares KeyMapPair objects over the key where the key have to implements the Comparable interface.
KeyMapPairKeyComparator() - Constructor for class de.alpharogroup.collection.comparators.KeyMapPairKeyComparator
 
KeyValuePairKeyComparator<K extends Comparable<K>,V> - Class in de.alpharogroup.collection.comparators
The class KeyValuePairKeyComparator compares KeyValuePair objects over the key where the key have to implements the Comparable interface.
KeyValuePairKeyComparator() - Constructor for class de.alpharogroup.collection.comparators.KeyValuePairKeyComparator
 
KeyValuesPairKeyComparator<K extends Comparable<K>,V> - Class in de.alpharogroup.collection.comparators
The class KeyValuesPairKeyComparator compares KeyValuesPair objects over the key where the key have to implements the Comparable interface.
KeyValuesPairKeyComparator() - Constructor for class de.alpharogroup.collection.comparators.KeyValuesPairKeyComparator
 
KILOBYTE - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
Constant for the kilobyte. current value:1024

L

lastCharacter(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Gets the last character of the given String object.
lastCharacterToUpperCase(String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Sets the last character from the given string to upper case and returns it.
LinuxShellExecutor - Class in de.alpharogroup.shell
The class LinuxShellExecutor.
LinuxShellExecutor() - Constructor for class de.alpharogroup.shell.LinuxShellExecutor
 

M

MalformedUnicodeException - Exception in de.alpharogroup.string
Deprecated. 
MalformedUnicodeException() - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
Deprecated.
Instantiates a new MalformedUnicodeException
MalformedUnicodeException(String) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
Deprecated.
Instantiates a new MalformedUnicodeException
MalformedUnicodeException(String, Throwable) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
Deprecated.
Instantiates a new MalformedUnicodeException
MalformedUnicodeException(Throwable) - Constructor for exception de.alpharogroup.string.MalformedUnicodeException
Deprecated.
Instantiates a new MalformedUnicodeException
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
 
ManifestVersionFactory - Class in de.alpharogroup.lang.util
Simple bean to hold information about the version of a Manifest.
ManifestVersionFactory() - Constructor for class de.alpharogroup.lang.util.ManifestVersionFactory
 
MAPPER - Static variable in interface de.alpharogroup.file.FileSuffix
Deprecated.
The Constant MAPPER for the suffix of a Mapper class.
MemoryExtensions - Class in de.alpharogroup.lang
Utility class for getting the Memory status.
MemoryExtensions() - Constructor for class de.alpharogroup.lang.MemoryExtensions
 
MethodModel - Class in de.alpharogroup.lang.model
The class MethodModel.
MethodModel() - Constructor for class de.alpharogroup.lang.model.MethodModel
 
MultiplyExtensionsFileFilter - Class in de.alpharogroup.file.filter
Deprecated.
use instead the same class in new project silly-io
MultiplyExtensionsFileFilter(boolean, String...) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
Instantiates a new MultiplyExtensionsFileFilter.
MultiplyExtensionsFileFilter(Collection<String>) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
Instantiates a new MultiplyExtensionsFileFilter.
MultiplyExtensionsFileFilter(Collection<String>, boolean) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
Instantiates a new MultiplyExtensionsFileFilter.
MultiplyExtensionsFileFilter(String...) - Constructor for class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
Instantiates a new MultiplyExtensionsFileFilter.
MultiplyExtensionsFilenameFilter - Class in de.alpharogroup.file.namefilter
Deprecated.
use instead the same class in new project silly-io
MultiplyExtensionsFilenameFilter(Collection<String>) - Constructor for class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
Deprecated.
MultiplyExtensionsFilenameFilter(Collection<String>, boolean) - Constructor for class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
Deprecated.
MYSQL_DRIVERNAME - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the drivername from MySQL-database.
MYSQL_PORT - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the default port where the MySQL-database listen.
MYSQL_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the urlprefix from MySQL-database.

N

name() - Method in class de.alpharogroup.enums.CustomizableEnum
Returns the name of the decorated enum or if it is a new value it will return the result of the toString method of value
newMySqlDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Creates a database with the given databaseName (and sets the characterset to utf8 and the collate to utf8_general_ci) if it does not exist.
newMySqlDatabase(String, String, String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Creates the a mySql database with the given databaseName if it does not exist.
newPostgreSQLDatabase(String, String, String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Creates the a PostgreSQL database with the given databaseName if it does not exist.
newThreadData() - Static method in class de.alpharogroup.lang.thread.ThreadExtensions
Finds all threads the are currently running and converts them to ThreadDataBean and puts them to a List that is returned.
normalizeQualifiedClassName(String) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Normalizes the given full qualified class name.
normalizeSimpleClassName(String) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Normalizes the given simple class name.

O

of(Thread) - Static method in class de.alpharogroup.lang.thread.ThreadDataBean
 
of(URL) - Static method in class de.alpharogroup.lang.util.ManifestVersionFactory
Creates a new ManifestVersion object of the given url.

P

POSTGRESQL_DRIVERNAME - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the drivername from PostgreSQL-database.
POSTGRESQL_PORT - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the port where the PostgreSQL-database listen.
POSTGRESQL_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsExtensions
Deprecated.
Constant for the urlprefix from PostgreSQL-database.
Premium - Annotation Type in de.alpharogroup.annotations
The annotation Premium can tag a class or field that can be used only with a premium permission or version.
PropertiesKeyAndParameters - Class in de.alpharogroup.lang.model
Container for a properties key and possible parameters.
PropertiesKeyAndParameters() - Constructor for class de.alpharogroup.lang.model.PropertiesKeyAndParameters
 

R

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
Deprecated.
use instead the same named class in new project silly-strings
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

S

scanClassesFromPackage(File, String) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Scan for classes in the given directory.
scanClassesFromPackage(File, String, boolean) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Scan recursive for classes in the given directory.
ScanClassExtensions - Class in de.alpharogroup.lang
The class ScanClassExtensions provides extension methods for the scan Class objects
ScanClassExtensions() - Constructor for class de.alpharogroup.lang.ScanClassExtensions
 
scanClassNames(String) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Scan class names from the given package name.
scanClassNames(String, boolean) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Scan class names from the given package name.
scanClassNames(String) - Static method in class de.alpharogroup.lang.ScanPackageExtensions
Deprecated.
Scan class names from the given package name.
scanClassNames(String, boolean, boolean) - Static method in class de.alpharogroup.lang.ScanPackageExtensions
Deprecated.
Scan class names from the given package name.
scanForAnnotatedClasses(File, String, Class<? extends Annotation>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
Scan recursive for annotated classes in the given directory.
scanForAnnotatedClassesFromSet(File, String, Set<Class<? extends Annotation>>) - Static method in class de.alpharogroup.lang.AnnotationExtensions
Scan recursive for annotated classes in the given directory.
scanForClasses(File, String) - Static method in class de.alpharogroup.lang.AnnotationExtensions
Scan recursive for classes in the given directory.
ScanPackageExtensions - Class in de.alpharogroup.lang
Deprecated. 
ScanPackageExtensions() - Constructor for class de.alpharogroup.lang.ScanPackageExtensions
Deprecated.
 
SerializedObjectExtensions - Class in de.alpharogroup.io
Deprecated.
use instead the same class in new project silly-io
SerializedObjectExtensions() - Constructor for class de.alpharogroup.io.SerializedObjectExtensions
Deprecated.
 
SERVICE - Static variable in interface de.alpharogroup.file.FileSuffix
Deprecated.
The Constant SERVICE for the suffix of a service interfaces.
setAnnotationValue(Annotation, String, Object) - Static method in class de.alpharogroup.lang.AnnotationExtensions
Sets the annotation value for the given key of the given annotation to the given new value at runtime.
SimpleFilenameFilter - Class in de.alpharogroup.file.namefilter
Deprecated.
use instead the same class in new project silly-io
SimpleFilenameFilter(String, boolean) - Constructor for class de.alpharogroup.file.namefilter.SimpleFilenameFilter
Deprecated.
Instantiates a new SimpleFilenameFilter.
SLASH - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
Constant for the slash. current value:"/"
splitByFixedLength(String, int) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Split the given String in parts in the given fixed length.
StreamExtensions - Class in de.alpharogroup.io
Deprecated.
use instead the same class in new project silly-io
StreamExtensions() - Constructor for class de.alpharogroup.io.StreamExtensions
Deprecated.
 
StringExtensions - Class in de.alpharogroup.string
Deprecated.
use instead the same named class in new project silly-strings
StringExtensions() - Constructor for class de.alpharogroup.string.StringExtensions
Deprecated.
 
StringOutputStream - Class in de.alpharogroup.io
Deprecated.
use instead the same class in new project silly-strings
StringOutputStream() - Constructor for class de.alpharogroup.io.StringOutputStream
Deprecated.
 
SystemTimeIdGenerator - Class in de.alpharogroup.id.generator

T

TEST - Static variable in interface de.alpharogroup.file.FileSuffix
Deprecated.
The Constant TEST for the suffix of a test class.
ThreadDataBean - Class in de.alpharogroup.lang.thread
The class ThreadDataBean holds data from a Thread.
ThreadDataBean() - Constructor for class de.alpharogroup.lang.thread.ThreadDataBean
 
ThreadExtensions - Class in de.alpharogroup.lang.thread
The class ThreadExtensions.
ThreadExtensions() - Constructor for class de.alpharogroup.lang.thread.ThreadExtensions
 
ThreadFieldDataBean - Class in de.alpharogroup.lang.thread
ThreadFieldDataBean() - Constructor for class de.alpharogroup.lang.thread.ThreadFieldDataBean
 
toBoolean(Boolean) - Static method in class de.alpharogroup.lang.BooleanExtensions
Converts the given Boolean to a primitive boolean value BooleanExtensions.toBoolean(Boolean.TRUE) = true BooleanExtensions.toBoolean(Boolean.FALSE) = false BooleanExtensions.toBoolean(null) = false
toByteArray(T) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
Deprecated.
The Method toByteArray() serialize an Object to byte array.
toIntegerArray(String, String) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Transforms the given String that holds successive numbers delimited with a delimiter into an integer array.
toObject(byte[]) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
Deprecated.
The Method toObject() converts the given byte array into an Object.
toString() - Method in class de.alpharogroup.file.filter.ClassFileFilter
Deprecated.
toString() - Method in class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Deprecated.
toString() - Method in class de.alpharogroup.file.filter.TxtFileFilter
Deprecated.
toString() - Method in class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
Deprecated.
toString() - Method in class de.alpharogroup.file.namefilter.SimpleFilenameFilter
Deprecated.
toString() - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
toString(InputStream) - Static method in class de.alpharogroup.shell.LinuxShellExecutor
Converts the given InputStream to a string.
toString(T) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Prints the Object.toString() and if the given object is null a corresponding information.
toUnicode(String, boolean) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
toUnicodeChars(String, boolean) - Static method in class de.alpharogroup.string.StringExtensions
Deprecated.
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
TripleComparator<L,M,R> - Class in de.alpharogroup.collection.comparators
The class TripleComparator is a comparator for Triple objects.
TripleComparator() - Constructor for class de.alpharogroup.collection.comparators.TripleComparator
 
trueOrFalse(T, T, boolean...) - Static method in class de.alpharogroup.lang.BooleanExtensions
Decides over the given flags if the true-case or the false-case will be return.
TxtFileFilter - Class in de.alpharogroup.file.filter
Deprecated.
use instead the same class in new project silly-io
TxtFileFilter() - Constructor for class de.alpharogroup.file.filter.TxtFileFilter
Deprecated.
 

U

USER_HOME_PROPERTY_KEY - Static variable in class de.alpharogroup.config.ConfigurationExtensions
 

V

VALID_CHARS_IN_FILENAME - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Regular expression class for the valid characters in a filename.
VALID_EMAIL - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
 
VALID_PHONE - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
 
valueOf(String) - Static method in enum de.alpharogroup.file.FileExtension
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.string.CharacterEncoding
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.file.FileExtension
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.string.CharacterEncoding
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WILDCARD_ASTERISK - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Constant for the wildcard asterisk "*".
WILDCARD_MANYCHARS_RE - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Regular expression for many characters in the filename.
WILDCARD_ONECHAR_RE - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Regular expression for exactly on character in the filename.
WILDCARD_QUESTION_MARK - Static variable in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Constant for the wildcard interrogation mark "?".
wildcardCriterionSQL(String) - Static method in class de.alpharogroup.regex.RegExExtensions
Deprecated.
Replaces the query with the wildcards asterisk "*" and interrogation mark "?"
write(byte[]) - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
write(byte[], int, int) - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
write(int) - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
write(String) - Method in class de.alpharogroup.io.StringOutputStream
Deprecated.
Write the given String object to this StringOutputStream object.
writeInputStreamToOutputStream(InputStream, OutputStream) - Static method in class de.alpharogroup.io.StreamExtensions
Deprecated.
The Method writeInputStreamToOutputStream(InputStream, OutputStream, boolean) writes to the given OutputStream from an opened InputStream.
writeSerializedObjectToFile(Object, File) - Static method in class de.alpharogroup.io.SerializedObjectExtensions
Deprecated.
Writes the given object to the given File.

Z

ZIP_EXTENSIONS - Static variable in class de.alpharogroup.file.FileConstants
Deprecated.
String array with a few extensions from zip-files.
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.