public class ExtensionBasedDeployer extends Object implements Deployer
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger
A logger.
|
Constructor and Description |
---|
ExtensionBasedDeployer(List<String> extensions) |
ExtensionBasedDeployer(String extension) |
ExtensionBasedDeployer(String[] extensions) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File file) |
void |
close() |
List<String> |
getExtensions() |
void |
onFileChange(File file) |
void |
onFileCreate(File file) |
void |
onFileDelete(File file) |
void |
open(Collection<File> files) |
public ExtensionBasedDeployer(String[] extensions)
public ExtensionBasedDeployer(String extension)
public void onFileCreate(File file)
onFileCreate
in interface Deployer
public void onFileChange(File file)
onFileChange
in interface Deployer
public void onFileDelete(File file)
onFileDelete
in interface Deployer
public void open(Collection<File> files)
Copyright © 2009–2013 OW2 Chameleon. All rights reserved.