public abstract class AbstractDeployer extends Object implements Deployer
| Constructor and Description |
|---|
AbstractDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Callback called when the deployer is closed.
|
void |
onFileChange(File file)
Callback called when an accepted file is updated.
|
void |
onFileCreate(File file)
Callback called when an accepted file is created.
|
void |
onFileDelete(File file)
Callback called when an accepted file is deleted.
|
void |
open(Collection<File> files)
Method called when the deployer is initialized.
|
public void onFileCreate(File file)
onFileCreate in interface Deployerfile - the new filepublic void onFileChange(File file)
onFileChange in interface Deployerfile - the updated filepublic void onFileDelete(File file)
onFileDelete in interface Deployerfile - the filepublic void open(Collection<File> files)
Copyright © 2009–2014 OW2 Chameleon. All rights reserved.