org.apache.logging.log4j.core.config.plugins
Class ResolverUtil.NameEndsWith
java.lang.Object
org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
org.apache.logging.log4j.core.config.plugins.ResolverUtil.NameEndsWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil
public static class ResolverUtil.NameEndsWith
- extends ResolverUtil.ClassTest
A Test that checks to see if each class name ends with the provided suffix.
Method Summary |
boolean |
matches(Class<?> type)
Returns true if type name ends with the suffix supplied in the constructor. |
String |
toString()
|
ResolverUtil.NameEndsWith
public ResolverUtil.NameEndsWith(String suffix)
- Constructs a NameEndsWith test using the supplied suffix.
- Parameters:
suffix
- the String suffix to check for.
matches
public boolean matches(Class<?> type)
- Returns true if type name ends with the suffix supplied in the constructor.
- Parameters:
type
- The Class to check.
- Returns:
- true if the Class matches.
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.