Package de.sflan.file.symlinker

Examples of de.sflan.file.symlinker.SyncProcess


      try {
        /*
         * initial run
         */
        logger.info("Running initial sync for pair: "+pair);
        new SyncProcess(pair).call();
       
        /*
         * register watch service
         */
        logger.info("Registering watch process for pair: "+pair);
View Full Code Here

TOP

Related Classes of de.sflan.file.symlinker.SyncProcess

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.