public class DefaultSourceFilter extends java.lang.Object implements SourceFilter
Constructor and Description |
---|
DefaultSourceFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
filterSource(CloudTrailSource source)
All pass source filter
|
public boolean filterSource(CloudTrailSource source)
filterSource
in interface SourceFilter
source
- The CloudTrailSource
to filter.true
if the source should be processed by the SourceFilter
.