public enum ExtraManifestKeys extends Enum<ExtraManifestKeys>
| Enum Constant and Description |
|---|
BUILD_TIMESTAMP |
LAST_COMMIT_TIMESTAMP |
PROJECT_ARTIFACT_ID |
PROJECT_DEPS |
PROJECT_GROUP_ID |
PROJECT_NAME |
PROJECT_URL |
PROJECT_VERSION |
SCM_AUTHOR |
SCM_REVISION |
SCM_TAG |
SCM_TYPE |
SCM_URL |
| Modifier and Type | Method and Description |
|---|---|
String |
header() |
static ExtraManifestKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtraManifestKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtraManifestKeys LAST_COMMIT_TIMESTAMP
public static final ExtraManifestKeys SCM_AUTHOR
public static final ExtraManifestKeys SCM_URL
public static final ExtraManifestKeys SCM_TAG
public static final ExtraManifestKeys SCM_REVISION
public static final ExtraManifestKeys SCM_TYPE
public static final ExtraManifestKeys PROJECT_ARTIFACT_ID
public static final ExtraManifestKeys PROJECT_GROUP_ID
public static final ExtraManifestKeys PROJECT_VERSION
public static final ExtraManifestKeys PROJECT_NAME
public static final ExtraManifestKeys PROJECT_URL
public static final ExtraManifestKeys PROJECT_DEPS
public static final ExtraManifestKeys BUILD_TIMESTAMP
private final String header
public static ExtraManifestKeys[] values()
for (ExtraManifestKeys c : ExtraManifestKeys.values()) System.out.println(c);
public static ExtraManifestKeys 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 String header()
Copyright © 2018. All rights reserved.