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