org.apache.commons.betwixt.strategy
Interface AttributeSuppressionStrategy
public interface AttributeSuppressionStrategy
Strategy to determine whether to show an attribute at all.
- Since:
- 0.8
Method Summary |
boolean |
suppress(AttributeDescriptor descriptor)
Should the attribute described as given be suppressed during introspection? |
DEFAULT
static final AttributeSuppressionStrategy DEFAULT
- Default strategy: show all attributes.
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.