public enum SvnWcFormat extends Enum<SvnWcFormat>
Enum Constant and Description |
---|
WC_1_3 |
WC_1_4 |
WC_1_5 |
WC_1_6 |
WC_1_7 |
WC_1_8 |
Modifier and Type | Method and Description |
---|---|
String |
getSvnVersion() |
int |
getWcFormatVersion() |
static SvnWcFormat |
parse(String svnVersion) |
static SvnWcFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvnWcFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvnWcFormat WC_1_3
public static final SvnWcFormat WC_1_4
public static final SvnWcFormat WC_1_5
public static final SvnWcFormat WC_1_6
public static final SvnWcFormat WC_1_7
public static final SvnWcFormat WC_1_8
public static SvnWcFormat[] values()
for (SvnWcFormat c : SvnWcFormat.values()) System.out.println(c);
public static SvnWcFormat 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 static SvnWcFormat parse(@NotNull String svnVersion)
public int getWcFormatVersion()
public String getSvnVersion()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.