JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum
org.codehaus.gmavenplus.model.Scopes
Packages that use
Scopes
Package
Description
org.codehaus.gmavenplus.model
Classes to model Maven parameters.
Uses of
Scopes
in
org.codehaus.gmavenplus.model
Methods in
org.codehaus.gmavenplus.model
that return
Scopes
Modifier and Type
Method
Description
static
Scopes
Scopes.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Scopes
[]
Scopes.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.