org.apache.logging.log4j.core.config.plugins
Class PluginManager.PluginTest
java.lang.Object
org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
org.apache.logging.log4j.core.config.plugins.PluginManager.PluginTest
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- PluginManager
public static class PluginManager.PluginTest
- extends ResolverUtil.ClassTest
A Test that checks to see if each class is annotated with a specific annotation. If it
is, then the test returns true, otherwise false.
Method Summary |
boolean |
matches(Class type)
Returns true if the type is annotated with the class provided to the constructor. |
String |
toString()
|
PluginManager.PluginTest
public PluginManager.PluginTest(Class isA)
- Constructs an AnnotatedWith test for the specified annotation type.
- Parameters:
isA
- The class to compare against.
matches
public boolean matches(Class type)
- Returns true if the type is annotated with the class provided to the constructor.
- Parameters:
type
- The type to check for.
- Returns:
- true if the Class is of the specified type.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.