Module java.xml.bind
Class DuplicationMonitorDriver
- java.lang.Object
-
- org.duracloud.account.monitor.MonitorsDriver
-
- org.duracloud.account.monitor.duplication.DuplicationMonitorDriver
-
- All Implemented Interfaces:
Runnable
public class DuplicationMonitorDriver extends MonitorsDriver implements Runnable
This class is the driver that collects the input configuration elements necessary to then execute the DuplicationMonitor.- Author:
- Bill Branan Date: 4/17/13
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.duracloud.account.monitor.MonitorsDriver
MonitorsDriver.Monitor
-
-
Constructor Summary
Constructors Constructor Description DuplicationMonitorDriver(Properties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.duracloud.account.monitor.MonitorsDriver
getGlobalConfigService, getProperty, getRepoMgr, main, monitor, sendEmail
-
-
-
-
Constructor Detail
-
DuplicationMonitorDriver
public DuplicationMonitorDriver(Properties props)
-
-