public interface MaskingCallback
| Modifier and Type | Method and Description |
|---|---|
String |
display(String line)
Transforms the line before it is displayed so that
some parts can be hidden.
|
String |
history(String line)
Transforms the line before storing in the history.
|
Copyright © 2017. All rights reserved.