|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassFilter
ClassFilter.
Field Summary | |
---|---|
static ClassFilter |
EVERYTHING
Match evertything |
static ClassFilter |
JAVA_ONLY
Java Only |
static ClassFilter |
NOTHING
Match nothing |
static ClassFilter |
NOTHING_BUT_JAVA
Match nothing |
Method Summary | |
---|---|
boolean |
matchesClassName(String className)
Whether the class name matches the filter |
boolean |
matchesPackageName(String packageName)
Whether the package name matches the filter |
boolean |
matchesResourcePath(String resourcePath)
Whether the resource name matches the filter |
Field Detail |
---|
static final ClassFilter EVERYTHING
static final ClassFilter NOTHING
static final ClassFilter NOTHING_BUT_JAVA
static final ClassFilter JAVA_ONLY
Method Detail |
---|
boolean matchesClassName(String className)
className
- the class name
boolean matchesResourcePath(String resourcePath)
resourcePath
- the resource path
boolean matchesPackageName(String packageName)
packageName
- the package path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |