Package org.apache.openejb.config
Class AutoDeployer
java.lang.Object
org.apache.openejb.config.AutoDeployer
- Version:
- $Rev$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fileUpdated
(File file) static long
getLastModifiedInDir
(File dir) 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.
-
Constructor Details
-
AutoDeployer
-
-
Method Details
-
fileUpdated
-
observe
-
observe
-
stop
public void stop()Will stop the AutoDeployer from scanning, and waits for a running scan to complete. -
start
public void start() -
scan
public void scan()Looks for changes to the immediate contents of the directory we're watching. -
getLastModifiedInDir
-