|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.util.PropertyUtil
class PropertyUtil
Contains property-related static utility methods
| Constructor Summary | |
private PropertyUtil()
Private constructor. |
|
| Method Summary | |
|---|---|
static void
|
setPropertyFromString(Object object, String propertyName, String propertyValue)
Set the value of the named property on the specified Object from a String value. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
private PropertyUtil()
| Method Detail |
|---|
public static void setPropertyFromString(Object object, String propertyName, String propertyValue)
Groovy Documentation