|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
Grouper configuration interface.
Method Summary | |
---|---|
String |
getProperty(String property)
Get value of property. |
String |
setProperty(String property,
String value)
Set value of property. |
Method Detail |
---|
String getProperty(String property) throws IllegalArgumentException
property
- Get this property.
IllegalArgumentException
- if property is null.String setProperty(String property, String value) throws IllegalArgumentException
property
- Set this property.value
- Value to set on this property.
IllegalArgumentException
- if either param is null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |