com.ibm.wsspi.adaptable.module
Interface MaskedPathEntry
- public interface MaskedPathEntry
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isMasked()
Query if the adapted entry is currently masked via 'mask'.
|
|
mask()
Hides the adapted entry.
|
|
unMask()
UnHides the adapted entry previously hidden via 'mask'.
|
Method Detail
mask
- void mask()
unMask
- void unMask()
UnHides the adapted entry previously hidden via 'mask'.
Has no effect if path is not masked.
Has no effect if path is not masked.
isMasked
- boolean isMasked()
Query if the adapted entry is currently masked via 'mask'.
Returns:
true if masked, false otherwise.
Applies to both overlaid, and original Entries.
Applies even if Entry is added via overlay after mask invocation.