Package org.syncany.operations.plugin

Examples of org.syncany.operations.plugin.PluginOperation


  public CleanupOperationResult cleanup(CleanupOperationOptions options) throws Exception {
    return new CleanupOperation(config, options).execute();
  }

  public PluginOperationResult plugin(PluginOperationOptions options) throws Exception {
    return new PluginOperation(config, options).execute();
  }
View Full Code Here

TOP

Related Classes of org.syncany.operations.plugin.PluginOperation

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.