org.apache.commons.betwixt.strategy
Interface AttributeSuppressionStrategy


public interface AttributeSuppressionStrategy

Strategy to determine whether to show an attribute at all.

Since:
0.8

Field Summary
static AttributeSuppressionStrategy DEFAULT
          Default strategy: show all attributes.
 
Method Summary
 boolean suppress(AttributeDescriptor descriptor)
          Should the attribute described as given be suppressed during introspection?
 

Field Detail

DEFAULT

static final AttributeSuppressionStrategy DEFAULT
Default strategy: show all attributes.

Method Detail

suppress

boolean suppress(AttributeDescriptor descriptor)
Should the attribute described as given be suppressed during introspection?

Parameters:
descriptor - AttributeDescriptor, not null
Returns:
true if the attribute should be ignore, false otherwise


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