public class ExtensionBasedDeployer extends AbstractDeployer
| Constructor and Description |
|---|
ExtensionBasedDeployer(List<String> extensions) |
ExtensionBasedDeployer(String extension) |
ExtensionBasedDeployer(String[] extensions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file)
Does the current deployer accept the given file.
|
List<String> |
getExtensions() |
close, onFileChange, onFileCreate, onFileDelete, openpublic ExtensionBasedDeployer(String[] extensions)
public ExtensionBasedDeployer(String extension)
public boolean accept(File file)
Deployerfile - the fileCopyright © 2014 OW2 Chameleon. All rights reserved.