|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertySourceExtension
Declares that this IPropertySource might support outright removal of a property
Method Summary | |
---|---|
boolean |
isPropertyRemovable(java.lang.Object name)
Returns true if the property matching the given name can be removed, false otherwise. |
void |
removeProperty(java.lang.Object name)
Removes the property with the given displayed name. |
Method Detail |
---|
boolean isPropertyRemovable(java.lang.Object name)
name
- the name of the property
void removeProperty(java.lang.Object name)
name
- the displayed name of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |