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