Package com.ibm.wsspi.adaptable.module
Interface MaskedPathEntry
- 
 public interface MaskedPathEntry
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMasked()Query if the adapted entry is currently masked via 'mask'.voidmask()Hides the adapted entry.voidunMask()UnHides the adapted entry previously hidden via 'mask'.
 
- 
- 
- 
Method Detail- 
maskvoid mask() Hides the adapted entry.Applies to both overlaid, and original Entries. 
 Applies even if Entry is added via overlay after mask invocation.
 - 
unMaskvoid unMask() UnHides the adapted entry previously hidden via 'mask'.
 Has no effect if path is not masked.
 - 
isMaskedboolean isMasked() Query if the adapted entry is currently masked via 'mask'.- Returns:
- true if masked, false otherwise.
 
 
- 
 
-