Uses of Interface
org.apache.struts2.util.finder.Test
Packages that use Test
-
Uses of Test in org.apache.struts2.convention
Methods in org.apache.struts2.convention that return TestModifier and TypeMethodDescriptionprotected Test<ClassFinder.ClassInfo>PackageBasedActionConfigBuilder.getActionClassTest()Construct aTestObject that determines if a specified class should be included in the package scan based on the fullClassFinder.ClassInfoof the class.PackageBasedActionConfigBuilder.getClassPackageTest()Construct aTestobject that determines if a specified class name should be included in the package scan based on the clazz's package name.Methods in org.apache.struts2.convention with parameters of type TestModifier and TypeMethodDescriptionprotected ClassFinderPackageBasedActionConfigBuilder.buildClassFinder(Test<String> classPackageTest, List<URL> urls) DefaultClassFinder.findClasses(Test<ClassFinder.ClassInfo> test) Constructors in org.apache.struts2.convention with parameters of type TestModifierConstructorDescriptionDefaultClassFinder(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter) -
Uses of Test in org.apache.struts2.util.finder
Methods in org.apache.struts2.util.finder with parameters of type TestModifier and TypeMethodDescriptionClassFinderFactory.buildClassFinder(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter) ClassFinder.findClasses(Test<ClassFinder.ClassInfo> test)