public class ScopeSet extends Object implements Serializable
| Constructor and Description |
|---|
ScopeSet()
Build a new ScopeSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addScope(String scope)
Add specified scope.
|
boolean |
contains(org.apache.maven.artifact.Artifact artifact) |
List<String> |
getScopes() |
void |
removeScope(String scope)
Remove specified scope.
|
void |
setScopes(List<String> scopes)
Set a list of scope to include.
|
public boolean contains(org.apache.maven.artifact.Artifact artifact)
artifact - public void addScope(String scope)
scope - public void removeScope(String scope)
scope - Copyright © 2010–2014 Intelligents-ia. All rights reserved.