public enum GitClientType extends Enum<GitClientType>
| Modifier and Type | Method and Description |
|---|---|
abstract GitClientType |
combine(GitClientType c) |
static GitClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitClientType JGIT
public static final GitClientType GITCLI
public static final GitClientType ANY
public static GitClientType[] values()
for (GitClientType c : GitClientType.values()) System.out.println(c);
public static GitClientType 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 abstract GitClientType combine(GitClientType c) throws GitClientConflictException
GitClientConflictExceptionCopyright © 2004-2015. All Rights Reserved.