public static enum PomPropertyVault.Property extends Enum<PomPropertyVault.Property>
Enum Constant and Description |
---|
DevContext |
ErraiVersion |
JbossHome |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
invoke() |
static PomPropertyVault.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PomPropertyVault.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PomPropertyVault.Property JbossHome
public static final PomPropertyVault.Property ErraiVersion
public static final PomPropertyVault.Property DevContext
public static PomPropertyVault.Property[] values()
for (PomPropertyVault.Property c : PomPropertyVault.Property.values()) System.out.println(c);
public static PomPropertyVault.Property 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 getName()
public String invoke()
some.prop
this would return ${some.prop}
.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.