Examples of DeleteFileOnDiskStep


Examples of org.hive2hive.core.processes.implementations.files.delete.DeleteFileOnDiskStep

    SequentialProcess process = new SequentialProcess();

    // hint: this step automatically adds additional process steps when the meta file and the chunks need
    // to be deleted
    process.add(new DeleteFromUserProfileStep(file, context, networkManager));
    process.add(new DeleteFileOnDiskStep(file)); // TODO make asynchronous
    process.add(new PrepareDeleteNotificationStep(context));
    process.add(createNotificationProcess(context, networkManager));

    return process;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.