public interface CopyHelper
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 copy 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 © 2001-2014 JBoss by Red Hat. All Rights Reserved.