Package | Description |
---|---|
org.jboss.errai.forge.config |
Modifier and Type | Method and Description |
---|---|
static ProjectProperty |
ProjectProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectProperty[] |
ProjectProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
ProjectConfig.getProjectAttribute(ProjectProperty prop) |
<T> T |
ProjectConfig.getProjectProperty(ProjectProperty property,
Class<T> type)
Get the value of a
ProjectProperty . |
<T> void |
ProjectConfig.setProjectProperty(ProjectProperty property,
T value)
Set the value of a
ProjectProperty . |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.