Uses of Interface
org.apache.commons.betwixt.strategy.ElementSuppressionStrategy

Packages that use ElementSuppressionStrategy
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Uses of ElementSuppressionStrategy in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return ElementSuppressionStrategy
 ElementSuppressionStrategy IntrospectionConfiguration.getElementSuppressionStrategy()
          Returns the ElementSuppressionStrategy.
 

Methods in org.apache.commons.betwixt with parameters of type ElementSuppressionStrategy
 void IntrospectionConfiguration.setElementSuppressionStrategy(ElementSuppressionStrategy elementSuppressionStrategy)
          Sets the ElementSuppressionStrategy.
 

Uses of ElementSuppressionStrategy in org.apache.commons.betwixt.strategy
 

Fields in org.apache.commons.betwixt.strategy declared as ElementSuppressionStrategy
static ElementSuppressionStrategy ElementSuppressionStrategy.DEFAULT
          Default strategy: show all elements.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.