org.apache.logging.log4j.core.config.plugins
Class PluginManager.PluginTest

java.lang.Object
  extended by org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
      extended by 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.


Constructor Summary
PluginManager.PluginTest(Class<?> isA)
          Constructs an AnnotatedWith test for the specified annotation type.
 
Method Summary
 boolean matches(Class<?> type)
          Returns true if the type is annotated with the class provided to the constructor.
 String toString()
           
 
Methods inherited from class org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
doesMatchClass, doesMatchResource, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginManager.PluginTest

public PluginManager.PluginTest(Class<?> isA)
Constructs an AnnotatedWith test for the specified annotation type.

Parameters:
isA - The class to compare against.
Method Detail

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-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.