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 |
---|---|
Collection<Metadata<ClassAvailableActivation>> |
getClassAvailableActivations()
Nested <if-class-available> elements
|
String |
getName()
The name attribute
|
Collection<Metadata<SystemPropertyActivation>> |
getSystemPropertyActivations()
Nested <if-system-property> elements
|
String getName()
Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
Copyright © 2008-2015. All Rights Reserved.