Class SimpleMaskingCallback

java.lang.Object
org.jline.reader.impl.SimpleMaskingCallback
All Implemented Interfaces:
MaskingCallback

public final class SimpleMaskingCallback extends Object implements MaskingCallback
Simple MaskingCallback that will replace all the characters in the line with the given mask. If the given mask is equal to LineReaderImpl.NULL_MASK then the line will be replaced with an empty String.