public interface Filter
Filter is a data structures representing the <exclude> elements beans.xml (Since CDI 1.1). See the XSD for
details of the semantics of <exclude>.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Metadata<ClassAvailableActivation>> |
getClassAvailableActivations()
Nested <if-class-available> elements
|
java.lang.String |
getName()
The name attribute
|
java.util.Collection<Metadata<SystemPropertyActivation>> |
getSystemPropertyActivations()
Nested <if-system-property> elements
|
java.lang.String getName()
java.util.Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
java.util.Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
Copyright © 2015. All Rights Reserved.