public interface RenameHelper
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(org.uberfire.backend.vfs.Path source,
org.uberfire.backend.vfs.Path destination)
Perform post processing following the rename operation.
|
boolean |
supports(org.uberfire.backend.vfs.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(org.uberfire.backend.vfs.Path destination)
destination - Pathvoid postProcess(org.uberfire.backend.vfs.Path source,
org.uberfire.backend.vfs.Path destination)
source - Path Source before copydestination - Path Destination after copyCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.