public enum MavenScope extends Enum<MavenScope> implements com.buschmais.jqassistant.core.scanner.api.Scope
Enum Constant and Description |
---|
PROJECT |
REPOSITORY |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPrefix() |
static MavenScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenScope PROJECT
public static final MavenScope REPOSITORY
public static MavenScope[] values()
for (MavenScope c : MavenScope.values()) System.out.println(c);
public static MavenScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
getName
in interface com.buschmais.jqassistant.core.scanner.api.Scope
public String getPrefix()
getPrefix
in interface com.buschmais.jqassistant.core.scanner.api.Scope
Copyright © 2016 buschmais GbR. All rights reserved.