| Package | Description |
|---|---|
| org.xenei.classpathutils.filter | |
| org.xenei.classpathutils.filter.types |
| Modifier and Type | Class and Description |
|---|---|
class |
_AbstractConditionalFilter
Base implementation for ConditionalClassFilter implementations.
|
class |
_AbstractStringFilter
Base String filter, that converts class to class name for accept evaluation.
|
class |
AbstractClassFilter
Filters classes that are abstract
|
class |
AndClassFilter
A ClassFilter providing conditional AND logic across a list of file filters.
|
class |
AnnotationClassFilter
A ClassFilter that filters classes that are annotations.
|
class |
FalseClassFilter
A class filter that always returns false.
|
class |
HasAnnotationClassFilter
Accepts classes that have the specified annotation.
|
class |
InterfaceClassFilter
Check if the class is an interface
|
class |
NameClassFilter
filters classes by name.
|
class |
NotClassFilter
This filter produces a logical NOT of the specified filter
|
class |
OrClassFilter
A ClassFilter providing conditional OR logic across a list of class filters.
|
class |
PrefixClassFilter
A filter that matches classes by prefix.
|
class |
RegexClassFilter
Match classes with a regular expression.
|
class |
SuffixClassFilter
A filter to match the suffix of a class name.
|
class |
TrueClassFilter
A class filter that always returns true.
|
class |
WildcardClassFilter
Filters classes using the supplied wildcards.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassFilterType
A marker interface to indicate that the test is a string based test.
|
interface |
CollectionFilterType
Defines operations for conditional resource filters.
|
interface |
LogicFilterType
A marker interface to indicate that the test is a string based test.
|
interface |
StringFilterType
A marker interface to indicate that the test is a string based test.
|
Copyright © 2013-2017 XENEI.com. All Rights Reserved.