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

A

accept(File) - Method in class de.alpharogroup.file.filter.ClassFileFilter
accept(File) - Method in class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
Accept.
accept(File) - Method in class de.alpharogroup.file.filter.TxtFileFilter
Accept.
accept(File, String) - Method in class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
Accept.
accept(File, String) - Method in class de.alpharogroup.file.namefilter.ResourceBundleFilenameFilter
accept(File, String) - Method in class de.alpharogroup.file.namefilter.SimpleFilenameFilter
addDoubleQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
Puts to the given String at the start and end quotes.
addSingleQuotationMarks(String) - Static method in class de.alpharogroup.string.StringExtensions
Puts to the given String at the start and end quotes.
Algorithm - Enum in de.alpharogroup.file.checksum
The Enum Algorithm.
AnnotationModel - Class in de.alpharogroup.lang.model
 
AnnotationModel() - Constructor for class de.alpharogroup.lang.model.AnnotationModel
 
AnnotationUtils - Class in de.alpharogroup.lang
The Class AnnotationUtils.

B

BACKSLASH - Static variable in class de.alpharogroup.file.FileConstants
Constant for the slash. current value:"\"
BankaccountUtils - Class in de.alpharogroup.iban
Utility class for bank accounts.
BankaccountUtils() - Constructor for class de.alpharogroup.iban.BankaccountUtils
 
BeanExtensions - Class in de.alpharogroup.lang
The Class BeanExtensions provides methods for populating JavaBeans properties.
BeanExtensions() - Constructor for class de.alpharogroup.lang.BeanExtensions
 
BLOCKSIZE - Static variable in class de.alpharogroup.file.FileConstants
Constant for the blocksize. current value:8192

C

ChangedAttributeResult - Class in de.alpharogroup.io
The Class ChangedAttributeResult.
ChangedAttributeResult() - Constructor for class de.alpharogroup.io.ChangedAttributeResult
Instantiates a new changed attribute result.
ChangedAttributeResult(Object, Object) - Constructor for class de.alpharogroup.io.ChangedAttributeResult
Instantiates a new changed attribute result.
ChangedAttributeResult(Object, Object, Object) - Constructor for class de.alpharogroup.io.ChangedAttributeResult
Instantiates a new changed attribute result.
CharacterEncoding - Enum in de.alpharogroup.string
 
ClassFileFilter - Class in de.alpharogroup.file.filter
The Class ClassFileFilter accepts File-objects that are directories or end with the suffix '.class'.
ClassFileFilter() - Constructor for class de.alpharogroup.file.filter.ClassFileFilter
 
ClassModel - Class in de.alpharogroup.lang.model
 
ClassModel() - Constructor for class de.alpharogroup.lang.model.ClassModel
 
ClassUtils - Class in de.alpharogroup.lang
The Class ClassUtils.
clone(T) - Static method in class de.alpharogroup.lang.ObjectExtensions
Try to clone the given generic object.
clone() - Method in class de.alpharogroup.locale.ResourceBundleKey
cloneObject(Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Try to clone the given object.
cloneObjectQuietly(Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Try to clone the given object quietly.
close(InputStream) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given InputStream.
close(OutputStream) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given OutputStream.
close(Reader) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given Reader.
close(Writer) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given Writer.
close() - Method in class de.alpharogroup.io.StringOutputStream
closeInputStream(InputStream) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given InputStream.
closeOutputStream(OutputStream) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given OutputStream.
closeReader(Reader) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given Reader.
closeWriter(Writer) - Static method in class de.alpharogroup.io.StreamUtils
Closes the given Writer.
compare(ImportResource, ImportResource) - Method in class de.alpharogroup.io.annotations.ImportResourceComparator
compare(Object, Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Compares the given two objects.
compareTo(Object, Object, String) - Static method in class de.alpharogroup.lang.ObjectExtensions
Compares the given object over the given property.
compareToQuietly(Object, Object, String) - Static method in class de.alpharogroup.lang.ObjectExtensions
Compares the given object over the given property quietly.
ConnectionsUtils - Class in de.alpharogroup.jdbc
The Class ConnectionsUtils have convenience methods to create and connect to mysql or postgresql databases.
convertCharsToUnicodeChars(String, boolean) - Static method in class de.alpharogroup.string.StringUtils
convertToBytearray(char[]) - Static method in class de.alpharogroup.string.StringUtils
Converts the given chararray to a bytearray.
convertToCharArray(byte[]) - Static method in class de.alpharogroup.string.StringUtils
Convert the given byte array to char array.
convertUnicodeStringToCharacter(String) - Static method in class de.alpharogroup.string.StringUtils
Converts the given unicode String object to character object.
copy(DESTINATION, ORIGINAL) - Static method in class de.alpharogroup.lang.ObjectExtensions
Copy the given original object to the given destination object.
copyQuietly(DESTINATION, ORIGINAL) - Static method in class de.alpharogroup.lang.ObjectExtensions
Copy quietly the given original object to the given destination object.
copySerializedObject(T) - Static method in class de.alpharogroup.io.SerializedObjectUtils
Copys the given Object and returns the copy from the object or null if the object can't be serialized.
COUNTRY_CODES - Static variable in class de.alpharogroup.locale.LocaleUtils
Array with all country codes.

D

DAO - Static variable in interface de.alpharogroup.file.FileSuffix
The Constant DAO_SUFFIX.
de.alpharogroup.exception - package de.alpharogroup.exception
Provides helper classes for Exception Objects.
de.alpharogroup.file - package de.alpharogroup.file
 
de.alpharogroup.file.checksum - package de.alpharogroup.file.checksum
 
de.alpharogroup.file.filter - package de.alpharogroup.file.filter
Provides classes for the Inteface java.io.FileFilter.
de.alpharogroup.file.namefilter - package de.alpharogroup.file.namefilter
Provides classes for the Inteface java.io.FilenameFilter.
de.alpharogroup.iban - package de.alpharogroup.iban
This package contains helper classes for bankaccounts.
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
 
de.alpharogroup.io.annotations - package de.alpharogroup.io.annotations
 
de.alpharogroup.jdbc - package de.alpharogroup.jdbc
 
de.alpharogroup.lang - package de.alpharogroup.lang
 
de.alpharogroup.lang.model - package de.alpharogroup.lang.model
 
de.alpharogroup.lang.util - package de.alpharogroup.lang.util
 
de.alpharogroup.locale - package de.alpharogroup.locale
This package contains helper classes for Locale objects.
de.alpharogroup.math - package de.alpharogroup.math
In this package are helper classes for the handle from numbers.
de.alpharogroup.reflection - package de.alpharogroup.reflection
This package contains helper classes for the reflection.
de.alpharogroup.regex - package de.alpharogroup.regex
This package contains helper classes for regular expression objects.
de.alpharogroup.shell - package de.alpharogroup.shell
 
de.alpharogroup.string - package de.alpharogroup.string
This package contains helper classes for String objects.
de.alpharogroup.velocity - package de.alpharogroup.velocity
 
decodeHex(char[]) - Static method in class de.alpharogroup.string.StringUtils
Decode hex.
disposeUnusedMemory() - Static method in class de.alpharogroup.lang.MemoryUtils
Freeing memory that is available for the application by running the garbage collector.
DOT - Static variable in class de.alpharogroup.file.FileConstants
Constant for the dot. current value:"."
DOUBLEDOT - Static variable in class de.alpharogroup.file.FileConstants
Constant for the dot. current value:":"
dropPostgreSQLDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Drops the given PostgreSQL database with the given databaseName if it does exist.

E

encodeHex(byte[]) - Static method in class de.alpharogroup.string.StringUtils
Encode hex.
equals(Object) - Method in class de.alpharogroup.lang.model.PropertiesKeyAndParameters
equalsByClassName(Class<?>, Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Equal the given class objects by they qualified class names.
ExceptionEvent - Class in de.alpharogroup.exception
The Class ExceptionEvent.
ExceptionEvent(Throwable) - Constructor for class de.alpharogroup.exception.ExceptionEvent
 
ExceptionUtils - Class in de.alpharogroup.exception
The Class ExceptionUtils.
ExceptionUtils() - Constructor for class de.alpharogroup.exception.ExceptionUtils
 
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.ConnectionsUtils
Execute the sql script in the given BufferedReader from a file.
executeSqlScript(BufferedReader, Connection, boolean) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Execute the sql script in the given BufferedReader from a file.
executeSqlScript(Connection, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Execute the sql script given as String object.
executeSqlScript(Connection, String, boolean) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Execute the sql script given as String object.
existsMySqlDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Checks if the given database exists in the MySqlDatabase.
existsPostgreSQLDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Checks if the given database exists in the Postgresql Database.

F

FieldModel - Class in de.alpharogroup.lang.model
 
FieldModel() - Constructor for class de.alpharogroup.lang.model.FieldModel
 
FileConstants - Class in de.alpharogroup.file
Constant Class for files.
FileConstants() - Constructor for class de.alpharogroup.file.FileConstants
 
FileExtension - Enum in de.alpharogroup.file
 
FilenameUtils - Class in de.alpharogroup.file
 
FilenameUtils() - Constructor for class de.alpharogroup.file.FilenameUtils
 
FileSuffix - Interface in de.alpharogroup.file
 
findRedundantValues(Properties) - Static method in class de.alpharogroup.lang.PropertiesUtils
Finds redundant values from the given Properties object and saves it to a Map.
firstCharacterToLowerCase(String) - Static method in class de.alpharogroup.string.StringExtensions
Sets the first character from the given string to lower case and returns it.
firstCharacterToUpperCase(String) - Static method in class de.alpharogroup.string.StringExtensions
Sets the first character from the given string to upper case and returns it.
forName(String) - Static method in class de.alpharogroup.lang.ClassUtils
Look up the class in the "current" ClassLoader.

G

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.AnnotationUtils
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.AnnotationUtils
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.AnnotationUtils
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.AnnotationUtils
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.AnnotationUtils
Search for the given annotationClass in the given componentClass and return it if search was successful.
getAttributeName() - Method in class de.alpharogroup.io.ChangedAttributeResult
Gets the attribute name.
getAttributeName() - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Gets the attribute name.
getAttributName(String) - Static method in class de.alpharogroup.string.StringUtils
Gets the Attribut-name without brackets.
getAvailableLanguages(String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gets all the available languages to the given resource bundle name in the given bundle package.
getBaseClass(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the parent base class from the given child class.
getBundlename(File) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gets the bundle name from the given properties file.
getByteArray(InputStream) - Static method in class de.alpharogroup.io.StreamUtils
Returns the given InputStream as a byte array.
getByteArray(InputStream, ByteArrayOutputStream) - Static method in class de.alpharogroup.io.StreamUtils
Gets the byte array.
getChangedAttribute() - Method in class de.alpharogroup.io.ChangedAttributeResult
Gets the changed attribute.
getChangedAttribute() - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Gets the changed attribute.
getChangedData(Object, Object) - Static method in class de.alpharogroup.io.SerializedObjectUtils
Gets the changed data.
getChangedData(Object, Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Gets the changed data.
getChangedDataMap(Object, Object) - Static method in class de.alpharogroup.io.SerializedObjectUtils
Compares the given two objects and gets the changed data.
getChangedDataMap(Object, Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Compares the given two objects and gets the changed data.
getClassAnnotations() - Method in class de.alpharogroup.lang.model.ClassModel
 
getClassLoader() - Static method in class de.alpharogroup.lang.ClassUtils
Gets the current class loader.
getClassLoader(Object) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the ClassLoader from the given object.
getClassName() - Method in class de.alpharogroup.lang.model.ClassModel
 
getClassnameWithSuffix(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the classname and concats the suffix ".class" from the class.
getClassnameWithSuffix(Object) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the classname and concats the suffix ".class" from the object.
getClasspathResourceLoaderVelocityEngine() - Static method in class de.alpharogroup.velocity.VelocityUtils
Gets the velocity engine that load resources from the class path.
getCompareToResult(Object, Object) - Static method in class de.alpharogroup.lang.ObjectExtensions
Gets the compare to result.
getDirectoriesFromResources(String, boolean) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the directories from the given path.
getDisplayValue(T) - Method in class de.alpharogroup.locale.PropertiesKeysListResolver
Gets the display value for the given object.
getEncoding() - Method in enum de.alpharogroup.string.CharacterEncoding
 
getExtendedClassName() - Method in class de.alpharogroup.lang.model.ClassModel
 
getExtension() - Method in enum de.alpharogroup.file.FileExtension
 
getFieldNames(Class<?>) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Gets all fieldnames from the given class as an String array.
getFilenamePrefix(File) - Static method in class de.alpharogroup.file.FilenameUtils
Gets the filename with the absolute path prefix.
getFilenameSuffix(File) - Static method in class de.alpharogroup.file.FilenameUtils
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.FilenameUtils
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.FilenameUtils
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.TypeArgumentsUtils
Gets the first type argument from the childClass.
getFreeMemoryForAppInKB() - Static method in class de.alpharogroup.lang.MemoryUtils
Gets the free memory in kilobytes is available for the application.
getFreeMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryUtils
Gets the free memory in kilobytes is available.
getGenericTypes() - Method in class de.alpharogroup.lang.model.ClassModel
 
getGenericTypes() - Method in class de.alpharogroup.lang.model.MethodModel
 
getImportResources(String) - Static method in class de.alpharogroup.io.annotations.ImportResourcesUtils
Gets a map with ImportResource objects and the corresponding to the found class from the given package Name.
getImports() - Method in class de.alpharogroup.lang.model.ClassModel
 
getIndex(String) - Static method in class de.alpharogroup.string.StringUtils
Gets the first index from the brackets.
getInputStream(File) - Static method in class de.alpharogroup.io.StreamUtils
Gets the input stream from a File object.
getInputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamUtils
Gets the input stream from a File object.
getInstance() - Static method in class de.alpharogroup.id.generator.SystemTimeIdGenerator
Gets the single instance of SystemTimeIdGenerator.
getInterfaceImplementations() - Method in class de.alpharogroup.lang.model.ClassModel
 
getItemNumber(String) - Static method in class de.alpharogroup.string.StringUtils
Gets the ItemNumber from the String name.
getKey() - Method in class de.alpharogroup.lang.model.PropertiesKeyAndParameters
Gets the key.
getKind() - Method in class de.alpharogroup.lang.model.ClassModel
 
getLastCharacter(String) - Static method in class de.alpharogroup.string.StringUtils
getLocale(File) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gets from the given properties file the locale.
getLocale(String) - Static method in class de.alpharogroup.locale.LocaleUtils
Converts the given String code like "en", "en_US" or "en_US_win" to new Locale.
getLocaleCode(File) - Static method in class de.alpharogroup.locale.LocaleUtils
Gets from the given properties file the locale code like "en", "en_US" or "en_US_win".
getLocaleFilenameSuffix(Locale) - Static method in class de.alpharogroup.locale.LocaleUtils
Gets the locale file name suffix that has the format 'language_COUNTRY_variant' for instance 'de_DE' for the Locale.GERMANY.
getLocaleFileSuffix(Locale, boolean) - Static method in class de.alpharogroup.locale.LocaleUtils
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
getLocaleFileSuffix(Locale, boolean, boolean) - Static method in class de.alpharogroup.locale.LocaleUtils
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
getLocaleFileSuffix(Locale, boolean, boolean, boolean) - Static method in class de.alpharogroup.locale.LocaleUtils
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
getLocaleName(Locale) - Static method in class de.alpharogroup.locale.LocaleUtils
getLocales(String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gets all the available Locales to the given resource bundle name in the given bundle package.
getLocalPropertiesFromClass(Class<?>, Class<?>, Locale) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gets the properties.
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.ClassUtils
If the given class is in a JAR, WAR or EAR file than the manifest url as String is returned.
getMatchedPrefixLists(Properties) - Static method in class de.alpharogroup.lang.PropertiesUtils
Finds all keys with the same key prefixes from the given Properties and saves them to a Map with the prefix as a key and holds a List with the whole keys the starts with the same key prefix.
getMethodAnnotations() - Method in class de.alpharogroup.lang.model.MethodModel
 
getMethodName() - Method in class de.alpharogroup.lang.model.MethodModel
 
getMethodNames(Class<?>) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Gets all methodnames from the given class as an String array.
getMethodNamesWithPrefixFromFieldNames(List<String>, String) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Generates a Map with the fieldName as key and the method as value.
getMethods() - Method in class de.alpharogroup.lang.model.ClassModel
 
getModifiers() - Method in class de.alpharogroup.lang.model.ClassModel
 
getModifiers(Field) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Gets the modifiers from the given Field as a list of String objects.
getMySQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Gets the my sql connection.
getMySQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Gets the my sql connection.
getName(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
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.ClassUtils
Returns the name of the given class or null if the given class is null.
getName() - Method in class de.alpharogroup.lang.model.AnnotationModel
 
getNewInstance(Object) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Creates a new instance from the same type as the given object.
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.StreamUtils
Gets the output stream from a File object.
getOutputStream(File, boolean) - Static method in class de.alpharogroup.io.StreamUtils
Gets the output stream from a File object.
getPackageName() - Method in class de.alpharogroup.lang.model.ClassModel
 
getPackageName(Class<?>) - Static method in class de.alpharogroup.lang.PackageUtils
Determines the package name from the given class object.
getPackageName(String) - Static method in class de.alpharogroup.lang.PackageUtils
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.PackageUtils
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.PackageUtils
Determines the package path from the given class object.
getPackagePath(Object) - Static method in class de.alpharogroup.lang.PackageUtils
Determines the package path from the given object.
getPackagePathWithSlash(Class<?>) - Static method in class de.alpharogroup.lang.PackageUtils
Determines the package path from the given object and adds a slash at the front.
getPackagePathWithSlash(Object) - Static method in class de.alpharogroup.lang.PackageUtils
Determines the package path from the given object and adds a slash at the front.
getParameterAnnotations() - Method in class de.alpharogroup.lang.model.MethodModel
 
getParameters() - Method in class de.alpharogroup.lang.model.MethodModel
 
getPath(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Gets the path from the given class.
getPathFromObject(Object) - Static method in class de.alpharogroup.lang.ClassUtils
Finds the absolute path from the object.
getPostgreSQLConnection(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Gets the postgre sql connection.
getPostgresSQLConnection(String, int, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
Gets the postgres sql connection from the given parameters.
getPrimeNumbers(int) - Static method in class de.alpharogroup.math.MathUtils
Gets the prime numbers for the given quantity.
getPropertiesKey(String) - Method in class de.alpharogroup.locale.PropertiesKeysListResolver
Gets the properties key from the given object.
getPropertyParameters(String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Finds the property parameters from the given propertyValue.
getReader(File) - Static method in class de.alpharogroup.io.StreamUtils
Gets a Reader from the given file object.
getReader(File, String, boolean) - Static method in class de.alpharogroup.io.StreamUtils
Gets a Reader from the given file object.
getResource(Class<?>, String) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the url from the path back.
getResource(String) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the URL from the resource.
getResource(String, T) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the URL from the resource.
getResourceAsFile(String) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the resource as a file Object.
getResourceAsFile(String, Object) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the resource as a file Object.
getResourceAsStream(Class<?>, String) - Static method in class de.alpharogroup.lang.ClassUtils
This method call the getResourceAsStream from the ClassLoader.
getResourceAsStream(String) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the Inputstream from the resource.
getResourceAsStream(String, Object) - Static method in class de.alpharogroup.lang.ClassUtils
Gives the Inputstream from the resource.
getResources(String) - Static method in class de.alpharogroup.lang.ClassUtils
Gets a list with urls from the given path for all resources.
getResultList() - Method in class de.alpharogroup.locale.PropertiesKeysListResolver
Gets the result list from the display values.
getReturnType() - Method in class de.alpharogroup.lang.model.MethodModel
 
getSerialVersionUID(Class<? extends Serializable>) - Static method in class de.alpharogroup.io.StreamUtils
Gets the SerialVersionUID from the given Class.
getSimpleName(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Returns the simple name of the given class or null if the given class is null.
getSourceAttribute() - Method in class de.alpharogroup.io.ChangedAttributeResult
Gets the source attribute.
getSourceAttribute() - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Gets the source attribute.
getStackTrace(Throwable) - Static method in class de.alpharogroup.exception.ExceptionUtils
Gets the stacktrace as string.
getStackTraceElements(Throwable) - Static method in class de.alpharogroup.exception.ExceptionUtils
Gets the stack trace elements from the given Throwable and returns a String object from it.
getString(ResourceBundle, String) - Static method in class de.alpharogroup.locale.ResourceBundleUtils
Gets the string.
getString(ResourceBundle, String, Object...) - Static method in class de.alpharogroup.locale.ResourceBundleUtils
Gets the string.
getString(String, Locale, String, Object...) - Static method in class de.alpharogroup.locale.ResourceBundleUtils
Gets the string.
getStringAfterUnderscore(String) - Static method in class de.alpharogroup.string.StringUtils
The Method getStringAfterUnderscore(String) gets the substring after the first underscore.
getStringBeforeUnderscore(String) - Static method in class de.alpharogroup.string.StringUtils
The Method getStringBeforeUnderscore(String) gets the substring before the first underscore.
getTemplate(String) - Static method in class de.alpharogroup.velocity.VelocityUtils
Gets a velocity template from the given String.
getTemplate(VelocityEngine, String, String) - Static method in class de.alpharogroup.velocity.VelocityUtils
Gets the velocity template with default encoding "UTF-8".
getTemplate(VelocityEngine, String, String, String) - Static method in class de.alpharogroup.velocity.VelocityUtils
Gets the velocity template.
getTotalMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryUtils
Gets the total memory in kilobytes is available.
getTypeArgument(Class<T>, Class<? extends T>, int) - Static method in class de.alpharogroup.lang.TypeArgumentsUtils
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.TypeArgumentsUtils
Get the actual type arguments a child class has used to extend a generic base class.
getURL(Class<?>) - Static method in class de.alpharogroup.lang.ClassUtils
Returns the URL from the given class.
getValue() - Method in class de.alpharogroup.exception.ExceptionEvent
Gets the value.
getValue() - Method in class de.alpharogroup.lang.model.AnnotationModel
 
getValue(Map<String, String>, String, String) - Static method in class de.alpharogroup.string.StringUtils
Gets the value from the given map and if it does not exist or is empty the given default value will be returned.
getValues() - Method in class de.alpharogroup.locale.PropertiesKeysListResolver
Gets the values.
getWriter(File) - Static method in class de.alpharogroup.io.StreamUtils
Gets a Writer from the given file object.
getWriter(File, String, boolean) - Static method in class de.alpharogroup.io.StreamUtils
Gets a Writer from the given file object.
GREEK - Static variable in class de.alpharogroup.locale.Locales
Useful constant for the greek language.

H

hashCode() - Method in class de.alpharogroup.exception.ExceptionEvent
Override hashCode.
hashCode() - Method in class de.alpharogroup.lang.model.PropertiesKeyAndParameters
HELLENIC - Static variable in class de.alpharogroup.locale.Locales
Useful constant for the hellenic language.

I

IdGenerator - Interface in de.alpharogroup.id.generator
The Interface IdGenerator.
ImportResource - Annotation Type in de.alpharogroup.io.annotations
The Annotation ImportResource can be used to import a resource.
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
The Annotation ImportResources contains an Array of ImportResource objects.
ImportResourcesUtils - Class in de.alpharogroup.io.annotations
The Class ImportResourcesUtils contains helper methods for ImportResource objects.
ImportResourcesUtils() - Constructor for class de.alpharogroup.io.annotations.ImportResourcesUtils
 
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.AnnotationUtils
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.AnnotationUtils
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(int, int, int) - Static method in class de.alpharogroup.math.MathUtils
Checks the given index is between the range from min and max.
isCopyable(DESTINATION, ORIGINAL) - Static method in class de.alpharogroup.lang.ObjectExtensions
Checks if is copyable and copies if its possible otherwise it returns false.
isDerivate(ClassLoader, ClassLoader) - Static method in class de.alpharogroup.lang.ClassUtils
Compares the two given ClassLoader objects and returns true if compare is a derivate of source.
isIbanNumber(String) - Static method in class de.alpharogroup.iban.BankaccountUtils
Checks if the ibannumber is valid.
isInRange(int, int, int) - Static method in class de.alpharogroup.math.MathUtils
Checks the given number is in range from min and max.
isISOCountryCode(String) - Static method in class de.alpharogroup.locale.LocaleUtils
Checks the given code if its a valide ISO 3166-1 countrycode.
isNegative(int) - Static method in class de.alpharogroup.math.MathUtils
Checks if the number is negative.
isNullOrEmpty(String) - Static method in class de.alpharogroup.string.StringExtensions
The method isNullOrEmpty(String) checks if the given String is empty or null.
isNullOrEmpty(String) - Static method in class de.alpharogroup.string.StringUtils
isNumber(String) - Static method in class de.alpharogroup.string.StringExtensions
Checks if the given String is an Number.
isNumber(String) - Static method in class de.alpharogroup.string.StringUtils
Deprecated.
isPositive(int) - Static method in class de.alpharogroup.math.MathUtils
Checks if the number is positive.
isPrimeNumber(int) - Static method in class de.alpharogroup.math.MathUtils
Checks if the number is a prime number.
isStaticFlag() - Method in class de.alpharogroup.lang.model.MethodModel
 
isSynchronizedFlag() - Method in class de.alpharogroup.lang.model.MethodModel
 

K

KILOBYTE - Static variable in class de.alpharogroup.file.FileConstants
Constant for the kilobyte. current value:1024

L

LANGUAGE_CODES - Static variable in class de.alpharogroup.locale.LocaleUtils
The Constant LANGUAGE_CODES.
lastCharacter(String) - Static method in class de.alpharogroup.string.StringExtensions
Gets the last character of the given String object.
LinuxShellExecutor - Class in de.alpharogroup.shell
The Class LinuxShellExecutor.
LinuxShellExecutor() - Constructor for class de.alpharogroup.shell.LinuxShellExecutor
 
loadProperties(Class<?>, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Load properties.
loadProperties(Class<?>, String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Load properties.
loadProperties(File) - Static method in class de.alpharogroup.lang.PropertiesUtils
Load a Properties-object from the given File-object.
loadProperties(String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Gives a Properties-object from the given packagepath.
loadProperties(String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Load properties.
loadPropertiesFromClassObject(Class<?>, Locale) - Static method in class de.alpharogroup.lang.PropertiesUtils
Load the properties file from the given class object.
Locales - Class in de.alpharogroup.locale
The Class Locales provides constants for different Locales that are not in the Locale class.
Locales() - Constructor for class de.alpharogroup.locale.Locales
 
LocaleUtils - Class in de.alpharogroup.locale
Utility class for Locales and Countries.
LocaleUtils() - Constructor for class de.alpharogroup.locale.LocaleUtils
 
LOGGER - Static variable in class de.alpharogroup.io.SerializedObjectUtils
The LOGGER.
LOGGER - Static variable in class de.alpharogroup.lang.BeanExtensions
The Constant LOGGER.
LOGGER - Static variable in class de.alpharogroup.lang.ClassUtils
 

M

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
 
MathUtils - Class in de.alpharogroup.math
Utility class for the use numbers.
MathUtils() - Constructor for class de.alpharogroup.math.MathUtils
 
MemoryUtils - Class in de.alpharogroup.lang
Utility class for getting the Memory status.
merge(VelocityContext, String) - Static method in class de.alpharogroup.velocity.VelocityUtils
Merges the given context with the given template that is a String object and returns the result.
merge(VelocityContext, String, String) - Static method in class de.alpharogroup.velocity.VelocityUtils
Merges the given context with the given template that is a String object and returns the result.
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.ConnectionsUtils
Constant for the drivername from MySQL-database.
MYSQL_PORT - Static variable in class de.alpharogroup.jdbc.ConnectionsUtils
Constant for the default port where the MySQL-database listen.
MYSQL_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsUtils
Constant for the urlprefix from MySQL-database.

N

newInstance(Class<T>) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Creates a new instance from the same type as the given Class.
newInstance(T) - Static method in class de.alpharogroup.reflection.ReflectionUtils
Creates a new instance from the same type as the given object.
newMySqlDatabase(String, String, String, String) - Static method in class de.alpharogroup.jdbc.ConnectionsUtils
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.ConnectionsUtils
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.ConnectionsUtils
Creates the a PostgreSQL database with the given databaseName if it does not exist.
newResourceKey(T, String) - Static method in class de.alpharogroup.locale.ResourceBundleUtils
Creates a new resource key from the given object and the given key.
normalizeQualifiedClassName(String) - Static method in class de.alpharogroup.lang.ClassUtils
Normalizes the given full qualified class name.
normalizeSimpleClassName(String) - Static method in class de.alpharogroup.lang.ClassUtils
Normalizes the given simple class name.

O

ObjectExtensions - Class in de.alpharogroup.lang
The Class ObjectExtensions provides methods to clone, copy and compare objects.

P

PackageUtils - Class in de.alpharogroup.lang
The Class PackageUtils.
POSTGRESQL_DRIVERNAME - Static variable in class de.alpharogroup.jdbc.ConnectionsUtils
Constant for the drivername from PostgreSQL-database.
POSTGRESQL_PORT - Static variable in class de.alpharogroup.jdbc.ConnectionsUtils
Constant for the port where the PostgreSQL-database listen.
POSTGRESQL_PREFIX_URL - Static variable in class de.alpharogroup.jdbc.ConnectionsUtils
Constant for the urlprefix from PostgreSQL-database.
printAllPrimeNumbersTill(int) - Static method in class de.alpharogroup.math.MathUtils
Prints all prime numbers till the given number.
PROPERTIES_DELIMITERS - Static variable in class de.alpharogroup.lang.PropertiesUtils
The Constant PROPERTIES_DELIMITERS contains all valid delimiters for properties files.
PropertiesKeyAndParameters - Class in de.alpharogroup.lang.model
Container for a properties key and possible parameters.
PropertiesKeyAndParameters() - Constructor for class de.alpharogroup.lang.model.PropertiesKeyAndParameters
 
PropertiesKeysListResolver<T> - Class in de.alpharogroup.locale
The abstract class AbstractPropertiesKeysListResolver provides the properties key for every value in the given list.
PropertiesKeysListResolver(String, List<T>) - Constructor for class de.alpharogroup.locale.PropertiesKeysListResolver
Instantiates a new properties list view renderer.
PropertiesKeysListResolver(String, String, List<T>) - Constructor for class de.alpharogroup.locale.PropertiesKeysListResolver
Instantiates a new properties list view renderer.
PropertiesUtils - Class in de.alpharogroup.lang
The Class PropertiesUtils provides methods loading properties and other related operations for properties like find redundant values or getting all available languages from a bundle.
putQuotesToString(String) - Static method in class de.alpharogroup.string.StringUtils

R

readLine(String) - Static method in class de.alpharogroup.string.StringUtils
Reads the given String till it finds a carriage return and returns it.
readSerializedObjectFromFile(File) - Static method in class de.alpharogroup.io.SerializedObjectUtils
Reads the object from the given file.
ReflectionUtils - Class in de.alpharogroup.reflection
The Class ReflectionUtils.
ReflectionUtils() - Constructor for class de.alpharogroup.reflection.ReflectionUtils
 
removeEmptyString(String[]) - Static method in class de.alpharogroup.string.StringUtils
Removes empty Strings from the given string array and gives it back.
removeNewlineCharacters(String) - Static method in class de.alpharogroup.string.StringUtils
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.
removeQuotationMarks(String) - Static method in class de.alpharogroup.string.StringUtils
replaceAll(String, String, String) - Static method in class de.alpharogroup.string.StringUtils
Replaces all occurrences of a String within another String.
replaceAll(String, String[], String) - Static method in class de.alpharogroup.string.StringUtils
Replaces all occurrences of a String within another String.
replaceCharsWithNumbers(String) - Static method in class de.alpharogroup.iban.BankaccountUtils
Replaces Characters with numbers.
replaceEach(String, String, String) - Static method in class de.alpharogroup.string.StringUtils
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.REUtils
Replaces the normal wildcards in the given String with the corresponding regular expression wildcards.
ResourceBundleFilenameFilter - Class in de.alpharogroup.file.namefilter
The Class ResourceBundleFilenameFilter for accept only bundle properties files with various locale extensions.
ResourceBundleFilenameFilter(String) - Constructor for class de.alpharogroup.file.namefilter.ResourceBundleFilenameFilter
Instantiates a new resource bundle filename filter.
ResourceBundleKey - Class in de.alpharogroup.locale
This class represents a resource bundle key.
ResourceBundleKey() - Constructor for class de.alpharogroup.locale.ResourceBundleKey
 
ResourceBundleUtils - Class in de.alpharogroup.locale
The class ResourceBundleUtils provides utility methods for the class ResourceBundle.
ResourceBundleUtils() - Constructor for class de.alpharogroup.locale.ResourceBundleUtils
 
REUtils - Class in de.alpharogroup.regex
Utility class for the use with regular expressions.
REUtils() - Constructor for class de.alpharogroup.regex.REUtils
 
RUSSIAN - Static variable in class de.alpharogroup.locale.Locales
Useful constant for the greek language.

S

scanClassesFromPackage(File, String) - Static method in class de.alpharogroup.lang.ClassUtils
Scan for classes in the given directory.
scanClassesFromPackage(File, String, boolean) - Static method in class de.alpharogroup.lang.ClassUtils
Scan recursive for classes in the given directory.
scanClassNames(String) - Static method in class de.alpharogroup.lang.ClassUtils
Scan class names from the given package name.
scanClassNames(String, boolean) - Static method in class de.alpharogroup.lang.ClassUtils
Scan class names from the given package name.
scanClassNames(String) - Static method in class de.alpharogroup.lang.PackageUtils
Scan class names from the given package name.
scanClassNames(String, boolean, boolean) - Static method in class de.alpharogroup.lang.PackageUtils
Scan class names from the given package name.
scanForAnnotatedClasses(File, String, Class<? extends Annotation>) - Static method in class de.alpharogroup.lang.AnnotationUtils
Scan recursive for annotated classes in the given directory.
scanForAnnotatedClassesFromSet(File, String, Set<Class<? extends Annotation>>) - Static method in class de.alpharogroup.lang.AnnotationUtils
Scan recursive for annotated classes in the given directory.
scanForClasses(File, String) - Static method in class de.alpharogroup.lang.AnnotationUtils
Scan recursive for classes in the given directory.
SCHWAEBISCH - Static variable in class de.alpharogroup.locale.Locales
Useful constant for the german language in variant schwaebisch.
SEARCH_FILE_PATTERN - Static variable in class de.alpharogroup.lang.PropertiesUtils
The Constant SEARCH_FILE_PATTERN is a regex for searching java and html files.
SerializedChangedAttributeResult - Class in de.alpharogroup.io
The Class SerializedChangedAttributeResult.
SerializedChangedAttributeResult() - Constructor for class de.alpharogroup.io.SerializedChangedAttributeResult
Instantiates a new changed attribute result.
SerializedChangedAttributeResult(Object, Object) - Constructor for class de.alpharogroup.io.SerializedChangedAttributeResult
Instantiates a new changed attribute result.
SerializedChangedAttributeResult(Object, Object, Object) - Constructor for class de.alpharogroup.io.SerializedChangedAttributeResult
Instantiates a new changed attribute result.
SerializedObjectUtils - Class in de.alpharogroup.io
Helper-class for make exact copys from serialized objects.
SERVICE - Static variable in interface de.alpharogroup.file.FileSuffix
The Constant SERVICE_SUFFIX.
setAttributeName(Object) - Method in class de.alpharogroup.io.ChangedAttributeResult
Sets the attribute name.
setAttributeName(Object) - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Sets the attribute name.
setChangedAttribute(Object) - Method in class de.alpharogroup.io.ChangedAttributeResult
Sets the changed attribute.
setChangedAttribute(Object) - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Sets the changed attribute.
setClassAnnotations(List<ClassModel>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setClassName(String) - Method in class de.alpharogroup.lang.model.ClassModel
 
setExtendedClassName(String) - Method in class de.alpharogroup.lang.model.ClassModel
 
setFirstCharacterToLowerCase(String) - Static method in class de.alpharogroup.string.StringUtils
setFirstCharacterToUpperCase(String) - Static method in class de.alpharogroup.string.StringUtils
setGenericTypes(List<String>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setGenericTypes(List<String>) - Method in class de.alpharogroup.lang.model.MethodModel
 
setImports(List<String>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setInterfaceImplementations(List<String>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setKey(String) - Method in class de.alpharogroup.lang.model.PropertiesKeyAndParameters
Sets the key.
setKind(ElementKind) - Method in class de.alpharogroup.lang.model.ClassModel
 
setMethodAnnotations(List<AnnotationModel>) - Method in class de.alpharogroup.lang.model.MethodModel
 
setMethodName(String) - Method in class de.alpharogroup.lang.model.MethodModel
 
setMethods(Map<String, MethodModel>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setModifiers(List<Modifier>) - Method in class de.alpharogroup.lang.model.ClassModel
 
setName(String) - Method in class de.alpharogroup.lang.model.AnnotationModel
 
setPackageName(String) - Method in class de.alpharogroup.lang.model.ClassModel
 
setParameterAnnotations(Map<String, List<String>>) - Method in class de.alpharogroup.lang.model.MethodModel
 
setParameters(List<String>) - Method in class de.alpharogroup.lang.model.MethodModel
 
setPropertyQuietly(Object, String, Object) - Static method in class de.alpharogroup.lang.BeanExtensions
Set the specified property value, performing type conversions as required to conform to the type of the destination property quietly.
setReturnType(String) - Method in class de.alpharogroup.lang.model.MethodModel
 
setSourceAttribute(Object) - Method in class de.alpharogroup.io.ChangedAttributeResult
Sets the source attribute.
setSourceAttribute(Object) - Method in class de.alpharogroup.io.SerializedChangedAttributeResult
Sets the source attribute.
setStaticFlag(boolean) - Method in class de.alpharogroup.lang.model.MethodModel
 
setSynchronizedFlag(boolean) - Method in class de.alpharogroup.lang.model.MethodModel
 
setValue(Throwable) - Method in class de.alpharogroup.exception.ExceptionEvent
Sets the value.
setValue(String) - Method in class de.alpharogroup.lang.model.AnnotationModel
 
SimpleFilenameFilter - Class in de.alpharogroup.file.namefilter
The Class SimpleFilenameFilter.
SimpleFilenameFilter(String, boolean) - Constructor for class de.alpharogroup.file.namefilter.SimpleFilenameFilter
Instantiates a new simple FilenameFilter.
SLASH - Static variable in class de.alpharogroup.file.FileConstants
Constant for the slash. current value:"/"
StreamUtils - Class in de.alpharogroup.io
Utility class for input/output operations.
StringExtensions - Class in de.alpharogroup.string
 
StringExtensions() - Constructor for class de.alpharogroup.string.StringExtensions
 
StringOutputStream - Class in de.alpharogroup.io
The Class StringOutputStream.
StringOutputStream() - Constructor for class de.alpharogroup.io.StringOutputStream
Instantiates a new string output stream.
StringUtils - Class in de.alpharogroup.string
Utility class for the use of String object.
StringUtils() - Constructor for class de.alpharogroup.string.StringUtils
 
SystemTimeIdGenerator - Class in de.alpharogroup.id.generator
The Class SystemTimeIdGenerator.

T

TEST - Static variable in interface de.alpharogroup.file.FileSuffix
The Constant TEST_SUFFIX.
toByteArray(T) - Static method in class de.alpharogroup.io.SerializedObjectUtils
The Method toByteArray() serialize an Object to byte array.
toHex(int) - Static method in class de.alpharogroup.string.StringUtils
To hex.
toObject(byte[]) - Static method in class de.alpharogroup.io.SerializedObjectUtils
The Method toObject() converts the given byte array into an Object.
toProperties(File, File, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Converts the given xml file to the given properties file.
toProperties(OutputStream, InputStream, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Converts the given xml InputStream to the given properties OutputStream.
toString() - Method in class de.alpharogroup.file.filter.ClassFileFilter
toString() - Method in class de.alpharogroup.file.filter.MultiplyExtensionsFileFilter
To string.
toString() - Method in class de.alpharogroup.file.filter.TxtFileFilter
To string.
toString() - Method in class de.alpharogroup.file.namefilter.MultiplyExtensionsFilenameFilter
To string.
toString() - Method in class de.alpharogroup.file.namefilter.SimpleFilenameFilter
To string.
toString() - Method in class de.alpharogroup.io.StringOutputStream
toString() - Method in class de.alpharogroup.lang.model.PropertiesKeyAndParameters
toString(InputStream) - Static method in class de.alpharogroup.shell.LinuxShellExecutor
Converts the given InputStream to a string.
toUnicode(String, boolean) - Static method in class de.alpharogroup.string.StringExtensions
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
toUnicode(String, boolean) - Static method in class de.alpharogroup.string.StringUtils
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
toUnicodeChars(String, boolean) - Static method in class de.alpharogroup.string.StringExtensions
Converts all characters from the given String to unicodes characters encoded like \uxxxx.
toXml(File, File, String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Converts the given properties file to the given xml file.
toXml(InputStream, OutputStream, String, String) - Static method in class de.alpharogroup.lang.PropertiesUtils
Converts the given properties InputStream to the given xml OutputStream.
TxtFileFilter - Class in de.alpharogroup.file.filter
The Class TxtFileFilter accepts File-objects that are directories or end with the suffix '.txt'.
TxtFileFilter() - Constructor for class de.alpharogroup.file.filter.TxtFileFilter
 
TypeArgumentsUtils - Class in de.alpharogroup.lang
The Class TypeArgumentsUtils is a utility class for getting the type arguments a child class has used to extend a generic base class.
TypeArgumentsUtils() - Constructor for class de.alpharogroup.lang.TypeArgumentsUtils
 

V

VALID_CHARS_IN_FILENAME - Static variable in class de.alpharogroup.regex.REUtils
Regular expression class for the valid characters in a filename.
VALID_EMAIL - Static variable in class de.alpharogroup.regex.REUtils
 
VALID_PHONE - Static variable in class de.alpharogroup.regex.REUtils
 
valueOf(String) - Static method in enum de.alpharogroup.file.checksum.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.file.FileExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.string.CharacterEncoding
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.file.checksum.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.file.FileExtension
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
Returns an array containing the constants of this enum type, in the order they are declared.
VELOCITY_TEMPLATE_FILE_EXTENSION - Static variable in class de.alpharogroup.velocity.VelocityUtils
The Constant VELOCITY_TEMPLATE_FILE_EXTENSION.
VelocityUtils - Class in de.alpharogroup.velocity
The Class VelocityUtils.
VelocityUtils() - Constructor for class de.alpharogroup.velocity.VelocityUtils
 

W

WILDCARD_ASTERISK - Static variable in class de.alpharogroup.regex.REUtils
Constant for the wildcard asterisk "*".
WILDCARD_MANYCHARS_RE - Static variable in class de.alpharogroup.regex.REUtils
Regular expression for many characters in the filename.
WILDCARD_ONECHAR_RE - Static variable in class de.alpharogroup.regex.REUtils
Regular expression for exactly on character in the filename.
WILDCARD_QUESTION_MARK - Static variable in class de.alpharogroup.regex.REUtils
Constant for the wildcard interrogation mark "?".
wildcardCriterionSQL(String) - Static method in class de.alpharogroup.regex.REUtils
Replaces the query with the wildcards asterisk "*" and interrogation mark "?"
write(byte[]) - Method in class de.alpharogroup.io.StringOutputStream
write(byte[], int, int) - Method in class de.alpharogroup.io.StringOutputStream
write(int) - Method in class de.alpharogroup.io.StringOutputStream
writeInputStreamToOutputStream(InputStream, OutputStream, boolean) - Static method in class de.alpharogroup.io.StreamUtils
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.SerializedObjectUtils
Writes the given object to the given File.

Z

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

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