Class LockAnnotationProcessor
java.lang.Object
org.antublue.test.engine.internal.processor.LockAnnotationProcessor
Class to process @TestEngine.Lock, @TestEngine.Unlock, @TestEngine.ResourceLock annotations
-
Method Summary
Modifier and TypeMethodDescriptionstatic LockAnnotationProcessorMethod to get the singleton instancevoidprocessLock(Class<?> clazz) Method to process locking/unlocking on a Class, if annotatedvoidprocessLocks(Method method) Method to process locking/unlocking on a Method, if annotatedvoidprocessUnlocks(Class<?> clazz) voidprocessUnlocks(Method method) Method to perform unlocking on a Method, if annotated
-
Method Details
-
getInstance
Method to get the singleton instance- Returns:
- the singleton instance
-
processLock
Method to process locking/unlocking on a Class, if annotated- Parameters:
clazz- clazz
-
processLocks
Method to process locking/unlocking on a Method, if annotated- Parameters:
method- method
-
processUnlocks
-
processUnlocks
Method to perform unlocking on a Method, if annotated- Parameters:
method- method
-