ShrinkWrap Resolver API 2.0.0-alpha-1

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


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 API 2.0.0-alpha-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.