public class AutoDeployer extends Object
| Constructor and Description |
|---|
AutoDeployer(ConfigurationFactory factory,
List<Deployments> deployments) |
| Modifier and Type | Method and Description |
|---|---|
void |
fileUpdated(File file) |
void |
observe(ContainerSystemPostCreate postCreate) |
void |
observe(ContainerSystemPreDestroy preDestroy) |
void |
scan()
Looks for changes to the immediate contents of the directory we're watching.
|
void |
start() |
void |
stop()
Will stop the AutoDeployer from scanning, and waits for a running scan to complete.
|
public AutoDeployer(ConfigurationFactory factory, List<Deployments> deployments)
public void fileUpdated(File file)
public void observe(@Observes ContainerSystemPostCreate postCreate)
public void observe(@Observes ContainerSystemPreDestroy preDestroy)
public void stop()
public void start()
public void scan()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.