T - the tool specific filterArtifactIncludeFilterTransformer, EclipseAetherFilterTransformer, SonatypeAetherFilterTransformerpublic interface FilterTransformer<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
transform(AbstractFilter abstractFilter) |
Transform a custom filter to T specific implementation
|
T |
transform(AndFilter andFilter) |
Transform the andFilter to T specific implementation
|
T |
transform(ExclusionsFilter exclusionsFilter) |
Transform the exclusionsFilter to T specific implementation
|
T |
transform(OrFilter orFilter) |
Transform the orFilter to T specific implementation
|
T |
transform(PatternExclusionsFilter patternExclusionsFilter) |
Transform the patternExclusionsFilter to T specific implementation
|
T |
transform(PatternInclusionsFilter patternInclusionsFilter) |
Transform the paternInclusionsFilter to T specific implementation
|
T |
transform(ScopeFilter scopeFilter) |
Transform the scopeFilter to T specific implementation
|
T transform(ScopeFilter scopeFilter)
scopeFilter - the filternullT transform(AndFilter andFilter)
andFilter - the filternullT transform(ExclusionsFilter exclusionsFilter)
exclusionsFilter - the filternullT transform(OrFilter orFilter)
orFilter - the filternullT transform(PatternExclusionsFilter patternExclusionsFilter)
patternExclusionsFilter - the filternullT transform(PatternInclusionsFilter patternInclusionsFilter)
patternInclusionsFilter - the filternullT transform(AbstractFilter abstractFilter)
abstractFilter - the filternullCopyright © 2018. All rights reserved.