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

A

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

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
 

C

ClassModel - Class in de.alpharogroup.lang.model
The class ClassModel.
ClassModel() - Constructor for class de.alpharogroup.lang.model.ClassModel
 
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
 
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

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.id.generator - package de.alpharogroup.id.generator
Provides interfaces and classes for generating ids for primary keys in database tables.
de.alpharogroup.io.annotations - package de.alpharogroup.io.annotations
This package provides annotations and classes for importing resources
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.shell - package de.alpharogroup.shell
This package contains helper classes for execute commands on the shell
disposeUnusedMemory() - Static method in class de.alpharogroup.lang.MemoryExtensions
Freeing memory that is available for the application by running the garbage collector.

E

equalsByClassName(Class<?>, Class<?>) - Static method in class de.alpharogroup.lang.ScanClassExtensions
Equal the given class objects by they qualified class names.
execute(boolean, String...) - Static method in class de.alpharogroup.shell.LinuxShellExecutor
Execute the given commands and return the result.

F

FieldModel - Class in de.alpharogroup.lang.model
The class FieldModel.
FieldModel() - Constructor for class de.alpharogroup.lang.model.FieldModel
 

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.
getFreeMemoryForAppInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
Gets the free memory in kilobytes is available for the application.
getFreeMemoryInKB() - Static method in class de.alpharogroup.lang.MemoryExtensions
Gets the free memory in kilobytes is available.
getImportResources(String) - Static method in class de.alpharogroup.io.annotations.ImportResourcesExtensions
Gets a Map with ImportResource objects and the corresponding to the found class from the given package Name.
getInstance() - Static method in class de.alpharogroup.id.generator.SystemTimeIdGenerator
Gets the single instance of SystemTimeIdGenerator.
getManifestAttribute(Attributes.Name) - Method in class de.alpharogroup.lang.util.ManifestVersion
Gets the manifest attribute value from the given Attributes.Name 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.
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.

I

IdGenerator - Interface in de.alpharogroup.id.generator
The Interface IdGenerator.
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
 
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
 
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.

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
 

L

LinuxShellExecutor - Class in de.alpharogroup.shell
The class LinuxShellExecutor.
LinuxShellExecutor() - Constructor for class de.alpharogroup.shell.LinuxShellExecutor
 

M

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
 
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
 

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
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

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

resolveRunningThreads() - Static method in class de.alpharogroup.lang.thread.ThreadExtensions
Finds all threads the are currently running.
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
Scan class names from the given package name.
scanClassNames(String, boolean, boolean) - Static method in class de.alpharogroup.lang.ScanPackageExtensions
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
ScanPackageExtensions() - Constructor for class de.alpharogroup.lang.ScanPackageExtensions
 
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.
SystemTimeIdGenerator - Class in de.alpharogroup.id.generator

T

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
toString(InputStream) - Static method in class de.alpharogroup.shell.LinuxShellExecutor
Converts the given InputStream to a string.
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.

U

USER_HOME_PROPERTY_KEY - Static variable in class de.alpharogroup.config.ConfigurationExtensions
 
A B C D E F G I J K L M N O P R S T U 
Skip navigation links

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