Package org.jboss.weld.bootstrap.spi
Interface Filter
- All Known Subinterfaces:
WeldFilter
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>.
-
Method Summary
Modifier and TypeMethodDescriptionNested <if-class-available> elementsgetName()The name attributeNested <if-system-property> elements
-
Method Details
-
getName
String getName()The name attribute- Returns:
- the name attribute
-
getSystemPropertyActivations
Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()Nested <if-system-property> elements- Returns:
- nested <if-system-property> elements
-
getClassAvailableActivations
Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()Nested <if-class-available> elements- Returns:
- nested <if-class-available> elements
-