org.sonatype.aether.util.artifact
Class JavaScopes

java.lang.Object
  extended by org.sonatype.aether.util.artifact.JavaScopes

public final class JavaScopes
extends java.lang.Object

The dependency scopes used for Java dependencies.

Author:
Benjamin Bentmann
See Also:
Dependency.getScope()

Field Summary
static java.lang.String COMPILE
           
static java.lang.String PROVIDED
           
static java.lang.String RUNTIME
           
static java.lang.String SYSTEM
           
static java.lang.String TEST
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPILE

public static final java.lang.String COMPILE
See Also:
Constant Field Values

PROVIDED

public static final java.lang.String PROVIDED
See Also:
Constant Field Values

SYSTEM

public static final java.lang.String SYSTEM
See Also:
Constant Field Values

RUNTIME

public static final java.lang.String RUNTIME
See Also:
Constant Field Values

TEST

public static final java.lang.String TEST
See Also:
Constant Field Values


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.