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

Packages that use AttributeSuppressionStrategy
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 AttributeSuppressionStrategy in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return AttributeSuppressionStrategy
 AttributeSuppressionStrategy IntrospectionConfiguration.getAttributeSuppressionStrategy()
          Returns the AttributeSuppressionStrategy.
 

Methods in org.apache.commons.betwixt with parameters of type AttributeSuppressionStrategy
 void IntrospectionConfiguration.setAttributeSuppressionStrategy(AttributeSuppressionStrategy attributeSuppressionStrategy)
          Sets the AttributeSuppressionStrategy.
 

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

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



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