Class FilterImpl

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.spi.Filter
    Direct Known Subclasses:
    WeldFilterImpl

    public class FilterImpl
    extends Object
    implements org.jboss.weld.bootstrap.spi.Filter
    • Constructor Detail

      • FilterImpl

        public FilterImpl​(String name,
                          Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.SystemPropertyActivation>> systemPropertyActivation,
                          Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.ClassAvailableActivation>> classAvailableActivation)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.jboss.weld.bootstrap.spi.Filter
      • getSystemPropertyActivations

        public Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.SystemPropertyActivation>> getSystemPropertyActivations()
        Specified by:
        getSystemPropertyActivations in interface org.jboss.weld.bootstrap.spi.Filter
      • getClassAvailableActivations

        public Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.ClassAvailableActivation>> getClassAvailableActivations()
        Specified by:
        getClassAvailableActivations in interface org.jboss.weld.bootstrap.spi.Filter