public interface RenameHelper
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(Path source,
Path destination)
Perform post processing following the rename operation.
|
boolean |
supports(Path destination)
This is invoked by parent code to provide the means for a Helper to signal whether it supports the given Path
|
boolean supports(Path destination)
destination - PathCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.