public interface DeleteHelper
Modifier and Type | Method and Description |
---|---|
void |
postProcess(Path path)
Performs post processing following the delete operation.
|
boolean |
supports(Path path)
Helpers signal whether it supports the given Path
|
boolean supports(Path path)
path
- The Path that was deleted.void postProcess(Path path)
path
- The Path that was deleted.Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.