Uses of Class
org.apache.maven.shared.artifact.filter.resolve.ScopeFilter
-
Packages that use ScopeFilter Package Description org.apache.maven.shared.artifact.filter.resolve org.apache.maven.shared.artifact.filter.resolve.transform -
-
Uses of ScopeFilter in org.apache.maven.shared.artifact.filter.resolve
Methods in org.apache.maven.shared.artifact.filter.resolve that return ScopeFilter Modifier and Type Method Description static ScopeFilterScopeFilter. excluding(java.lang.String... excluded)Construct a ScopeFilter based on excluded scopesstatic ScopeFilterScopeFilter. excluding(java.util.Collection<java.lang.String> excluded)Construct a ScopeFilter based on excluded scopesstatic ScopeFilterScopeFilter. including(java.lang.String... included)Construct a ScopeFilter based on included scopesstatic ScopeFilterScopeFilter. including(java.util.Collection<java.lang.String> included)Construct a ScopeFilter based on included scopesMethods in org.apache.maven.shared.artifact.filter.resolve with parameters of type ScopeFilter Modifier and Type Method Description TFilterTransformer. transform(ScopeFilter scopeFilter)Transform the scopeFilter to T specific implementation -
Uses of ScopeFilter in org.apache.maven.shared.artifact.filter.resolve.transform
Methods in org.apache.maven.shared.artifact.filter.resolve.transform with parameters of type ScopeFilter Modifier and Type Method Description org.apache.maven.artifact.resolver.filter.ArtifactFilterArtifactIncludeFilterTransformer. transform(ScopeFilter scopeFilter)org.eclipse.aether.util.filter.ScopeDependencyFilterEclipseAetherFilterTransformer. transform(ScopeFilter filter)
-