org.sonatype.aether.util.artifact
Class JavaScopes

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

public final class JavaScopes
extends Object

The dependency scopes used for Java dependencies.

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

Field Summary
static String COMPILE
           
static String PROVIDED
           
static String RUNTIME
           
static String SYSTEM
           
static 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 String COMPILE
See Also:
Constant Field Values

PROVIDED

public static final String PROVIDED
See Also:
Constant Field Values

SYSTEM

public static final String SYSTEM
See Also:
Constant Field Values

RUNTIME

public static final String RUNTIME
See Also:
Constant Field Values

TEST

public static final String TEST
See Also:
Constant Field Values


Copyright © 2010-2013. All Rights Reserved.