Package org.jboss.weld.bootstrap.spi
Interface WeldFilter
- All Superinterfaces:
Filter
Filter is a data structures representing the <include> and <exclude> elements in Weld's extensions to
beans.xml. See the XSD for Weld's extensions to beans.xml for details of the semantics of <include> and
<exclude>.
- Author:
- Pete Muir, Jozef Hartinger
-
Method Summary
Methods inherited from interface org.jboss.weld.bootstrap.spi.Filter
getClassAvailableActivations, getName, getSystemPropertyActivations
-
Method Details
-
getPattern
String getPattern()The pattern attribute- Returns:
- the pattern attribute
-