com.opensymphony.xwork2.util
Class ResolverUtil.NameEndsWith
java.lang.Object
com.opensymphony.xwork2.util.ResolverUtil.ClassTest
com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
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()
|
suffix
private String suffix
ResolverUtil.NameEndsWith
public ResolverUtil.NameEndsWith(String suffix)
- Constructs a NameEndsWith test using the supplied suffix.
matches
public boolean matches(Class type)
- Returns true if type name ends with the suffix supplied in the constructor.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.