ShrinkWrap Resolver Aggregator 1.1.0-alpha-2

org.jboss.shrinkwrap.resolver.api
Interface DependencyResolutionFilter<F extends DependencyResolutionFilter<F,E>,E extends ResolutionElement<E>>

All Known Subinterfaces:
MavenResolutionFilter
All Known Implementing Classes:
AcceptAllFilter, CombinedFilter, DependenciesFilter, DependencyFilter, ScopeFilter, StrictFilter

public interface DependencyResolutionFilter<F extends DependencyResolutionFilter<F,E>,E extends ResolutionElement<E>>

Filtering encapsulation applied after elements are resolved

Author:
Method Summary
 boolean accept(E element)
          Accepts element of type E
 

Method Detail

accept

boolean accept(E element)
Accepts element of type E

Parameters:
element - the element
Returns:
true if accepted by the filter, false otherwise

ShrinkWrap Resolver Aggregator 1.1.0-alpha-2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.