public class DirectoryBasedDeployer extends AbstractDeployer
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
A logger.
|
| Constructor and Description |
|---|
DirectoryBasedDeployer(File directory) |
| 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)
public boolean accept(File file)
Deployerfile - the fileCopyright © 2014 OW2 Chameleon. All rights reserved.