public enum CVSType extends Enum<CVSType>
| Modifier and Type | Method and Description |
|---|---|
AbstractRepo |
getProcessor() |
static CVSType |
investigateFolder(File folder) |
static CVSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVSType UNKNOWN
public static final CVSType GIT
public static final CVSType HG
public static final CVSType SVN
public static final CVSType BAZAAR
public static CVSType[] values()
for (CVSType c : CVSType.values()) System.out.println(c);
public static CVSType 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 null@Nonnull public AbstractRepo getProcessor()
Copyright © 2016–2019 Igor Maznitsa. All rights reserved.