public enum InternalPomProperties extends Enum<InternalPomProperties>
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Properties |
create(@NotNull String groupId,
@NotNull String artifactId) |
static InternalPomProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalPomProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static String |
version(@NotNull String groupId,
@NotNull String artifactId) |
public static InternalPomProperties[] values()
for (InternalPomProperties c : InternalPomProperties.values()) System.out.println(c);
public static InternalPomProperties 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@NotNull public static @NotNull Properties create(@NotNull @NotNull String groupId, @NotNull @NotNull String artifactId)
Copyright © 2020. All rights reserved.