|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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>.
Scanning
Method Summary | |
---|---|
Collection<Metadata<ClassAvailableActivation>> |
getClassAvailableActivations()
Nested <if-class-available> elements |
String |
getName()
The name attribute |
String |
getPattern()
The pattern attribute |
Collection<Metadata<SystemPropertyActivation>> |
getSystemPropertyActivations()
Nested <if-system-property> elements |
Method Detail |
---|
String getName()
String getPattern()
Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |