public interface ExtendedDelete
Modifier and Type | Method and Description |
---|---|
boolean |
delete(Node[] nodes)
handle delete of nodes
|
boolean delete(Node[] nodes) throws IOException
nodes
- nodes to deleteIOException
- to signal some problem while performing the delete.
The exception also means that the instance tried to handle
node deletion and no further processing on the nodes
should be done.