public static enum PropertyFileReader.BuildOutputProperties extends Enum<PropertyFileReader.BuildOutputProperties>
| Enum Constant and Description |
|---|
GIT_LOCATION
Git repository and branch of the product.
|
GIT_REVISION
Git revision of the source used to build the product.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PropertyFileReader.BuildOutputProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyFileReader.BuildOutputProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyFileReader.BuildOutputProperties GIT_REVISION
public static final PropertyFileReader.BuildOutputProperties GIT_LOCATION
public static PropertyFileReader.BuildOutputProperties[] values()
for (PropertyFileReader.BuildOutputProperties c : PropertyFileReader.BuildOutputProperties.values()) System.out.println(c);
public static PropertyFileReader.BuildOutputProperties 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 toString()
toString in class Enum<PropertyFileReader.BuildOutputProperties>Copyright © 2019 WSO2. All rights reserved.