public class Obscure extends Images.Obscure implements AutoCloseable
| Constructor and Description |
|---|
Obscure(List<Path> elements)
Make the elements matching the given paths temporarily hidden.
|
Obscure(List<Path> elements,
boolean strict)
Make the elements matching the given paths temporarily hidden.
|
Obscure(Path element)
Make the first element matching the given path temporarily hidden.
|
close, getObscuredElementsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic Obscure(Path element)
element - the path of the element to obscurepublic Obscure(List<Path> elements)
elements - the elements to obscurepublic Obscure(List<Path> elements, boolean strict)
elements - the elements to obscurestrict - in strict mode, if the element is not found, it throws am exception and stopsCopyright © 2019. All rights reserved.