Uses of Class
org.apache.commons.betwixt.strategy.PropertySuppressionStrategy

Packages that use PropertySuppressionStrategy
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. 
org.apache.commons.betwixt.strategy.impl.propertysuppression   
 

Uses of PropertySuppressionStrategy in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return PropertySuppressionStrategy
 PropertySuppressionStrategy IntrospectionConfiguration.getPropertySuppressionStrategy()
          Gets the strategy which determines the properties to be ignored.
 

Methods in org.apache.commons.betwixt with parameters of type PropertySuppressionStrategy
 void IntrospectionConfiguration.setPropertySuppressionStrategy(PropertySuppressionStrategy propertySuppressionStrategy)
          Sets the strategy which determines the properties to be ignored.
 

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

Subclasses of PropertySuppressionStrategy in org.apache.commons.betwixt.strategy
static class PropertySuppressionStrategy.Chain
          Implementation delegates to a list of strategies
static class PropertySuppressionStrategy.Default
          Default implementation.
 

Fields in org.apache.commons.betwixt.strategy declared as PropertySuppressionStrategy
static PropertySuppressionStrategy PropertySuppressionStrategy.DEFAULT
          Default implementation suppresses the class property found on every object.
 

Methods in org.apache.commons.betwixt.strategy with parameters of type PropertySuppressionStrategy
 void PropertySuppressionStrategy.Chain.addStrategy(PropertySuppressionStrategy strategy)
          Adds a strategy to the list
 

Uses of PropertySuppressionStrategy in org.apache.commons.betwixt.strategy.impl.propertysuppression
 

Subclasses of PropertySuppressionStrategy in org.apache.commons.betwixt.strategy.impl.propertysuppression
 class PackageSuppressor
          Suppresses properties based on the package of their type.
 



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