public class DirectoryBasedDeployer extends AbstractDeployer
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
A logger.
|
| Constructor and Description |
|---|
DirectoryBasedDeployer(File directory)
Creates a new directory deployer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file)
Does the current deployer accept the given file.
|
close, onFileChange, onFileCreate, onFileDelete, openpublic DirectoryBasedDeployer(File directory)
directory - the directory.public boolean accept(File file)
file - the fileCopyright © 2009–2014 OW2 Chameleon. All rights reserved.