com.ibm.wsspi.adaptable.module

Interface MaskedPathEntry


  1. public interface MaskedPathEntry

Method Summary

Modifier and Type Method and Description
  1. boolean
isMasked()
Query if the adapted entry is currently masked via 'mask'.
  1. void
mask()
Hides the adapted entry.
  1. void
unMask()
UnHides the adapted entry previously hidden via 'mask'.

Method Detail

mask

  1. void mask()
Hides the adapted entry.

Applies to both overlaid, and original Entries.
Applies even if Entry is added via overlay after mask invocation.


unMask

  1. void unMask()
UnHides the adapted entry previously hidden via 'mask'.
Has no effect if path is not masked.

isMasked

  1. boolean isMasked()
Query if the adapted entry is currently masked via 'mask'.
Returns:
true if masked, false otherwise.