public abstract class JavaElementFilter extends Filter
| Modifier | Constructor and Description |
|---|---|
protected |
JavaElementFilter(boolean retrieveStream,
Class[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(String javaElementName)
Return true if the fully qualified name match
|
Class[] |
getAnnotations() |
protected JavaElementFilter(boolean retrieveStream,
Class[] annotations)
retrieveStream - Give back an open stream to the matching element or notannotations - Array of annotations that must be present to match (1 of them should annotate the elementCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved