org.apache.logging.log4j.core.config.plugins
Class ResolverUtil.AnnotatedWith

java.lang.Object
  extended by org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
      extended by org.apache.logging.log4j.core.config.plugins.ResolverUtil.AnnotatedWith
All Implemented Interfaces:
ResolverUtil.Test
Enclosing class:
ResolverUtil

public static class ResolverUtil.AnnotatedWith
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
ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
          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

ResolverUtil.AnnotatedWith

public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
Constructs an AnnotatedWith test for the specified annotation type.

Parameters:
annotation - The annotation to check for.
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 Class to match against.
Returns:
true if the Classes match.

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.