All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.mongoose.base.load.step.service.file.FileManagerService Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
package com.emc.mongoose.base.load.step.service.file;

import com.emc.mongoose.base.load.step.file.FileManager;
import com.emc.mongoose.base.svc.Service;

/** Remote file access service. All files created are deleted when JVM exits. */
public interface FileManagerService extends FileManager, Service {

	String SVC_NAME = "file/manager";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy