public enum PathVersionMap extends Enum<PathVersionMap>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
addPathWithVersion(String path,
VersionRange version) |
void |
checkColisionPathWithVersion(String path,
String... versions) |
static PathVersionMap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathVersionMap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathVersionMap INSTANCE
public static PathVersionMap[] values()
for (PathVersionMap c : PathVersionMap.values()) System.out.println(c);
public static PathVersionMap 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 void addPathWithVersion(String path, VersionRange version)
Copyright © 2017. All rights reserved.