Package | Description |
---|---|
org.apache.maven.mercury.artifact |
Modifier and Type | Field and Description |
---|---|
protected ArtifactScopeEnum |
ArtifactMetadata.artifactScope |
static ArtifactScopeEnum |
ArtifactScopeEnum.DEFAULT_SCOPE |
Modifier and Type | Method and Description |
---|---|
static ArtifactScopeEnum |
ArtifactScopeEnum.checkScope(ArtifactScopeEnum scope)
Helper method to simplify null processing
|
ArtifactScopeEnum |
ArtifactMetadata.getArtifactScope() |
ArtifactScopeEnum |
ArtifactMetadata.getScopeAsEnum() |
static ArtifactScopeEnum |
ArtifactScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactScopeEnum[] |
ArtifactScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactScopeEnum |
ArtifactScopeEnum.checkScope(ArtifactScopeEnum scope)
Helper method to simplify null processing
|
boolean |
ArtifactScopeEnum.encloses(ArtifactScopeEnum scope)
scope relationship function.
|
void |
ArtifactMetadata.setArtifactScope(ArtifactScopeEnum artifactScope) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.