org.jboss.weld.bootstrap.spi
Interface Filter


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>.

Author:
Pete Muir
See Also:
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

getName

String getName()
The name attribute


getPattern

String getPattern()
The pattern attribute


getSystemPropertyActivations

Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
Nested <if-system-property> elements


getClassAvailableActivations

Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
Nested <if-class-available> elements



Copyright © 2013 Seam Framework. All Rights Reserved.