|
Guvnor - Services API 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CopyHelper
Helper for when a file is copied. Helpers are always invoked after the copy occurred.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean supports(org.uberfire.backend.vfs.Path destination)
destination - Path
void postProcess(org.uberfire.backend.vfs.Path source,
org.uberfire.backend.vfs.Path destination)
source - Path Source before copydestination - Path Destination after copy
|
Guvnor - Services API 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||