Package com.xmultra.watcher.jdirwatch

Examples of com.xmultra.watcher.jdirwatch.JdirWatch$FileHolder


            jcronWatch = jcronWatchManager.getWatcher(null,jcronAlarmsNode);
            jcronWatch.setWatchMessage("Watching: " + srcLocFile.toString());
        }

        // Create a JdirWatch instance.
        super.watcher = new JdirWatch(srcLocFile,
                                      jcronWatch,
                                      sleepTime,
                                      unmodifiedTime,
                                      maxDirSize,
                                      maxFilesPerReport,
View Full Code Here

TOP

Related Classes of com.xmultra.watcher.jdirwatch.JdirWatch$FileHolder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.