ShrinkWrap Resolver Maven API 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.api.maven.strategy
Interface TransitiveExclusionPolicy

All Known Implementing Classes:
DefaultTransitiveExclusionPolicy

public interface TransitiveExclusionPolicy

Defines a policy for the handling of transitive dependencies during resolution.

Author:
Andrew Lee Rubinger

Method Summary
 boolean allowOptional()
          Whether or not optional transitive dependencies should be included during resolution
 ScopeType[] getFilteredScopes()
          Returns the ScopeTypes which should be filtered out of transitive dependencies and thus not included during resolution.
 

Method Detail

allowOptional

boolean allowOptional()
Whether or not optional transitive dependencies should be included during resolution

Returns:

getFilteredScopes

ScopeType[] getFilteredScopes()
Returns the ScopeTypes which should be filtered out of transitive dependencies and thus not included during resolution.

Returns:

ShrinkWrap Resolver Maven API 2.0.0-cr-1

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