|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConfig
An advice configuration property.
In order to customize the execution of an advice, an advice implementation can define configuration properties. These properties are then configured by each advice that use the implementation.
Note: Only simple properties of type String is supported, for now.
Method Summary | |
---|---|
java.lang.String |
getName()
The name of the property. |
java.lang.String |
getStringValue()
The value of the property. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getStringValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |