![JAR search and dependency download from the Maven repository](/logo.png)
org.dianahep.root4j.daemon.xrootd.RemoveOperation Maven / Gradle / Ivy
package org.dianahep.root4j.daemon.xrootd;
import org.dianahep.root4j.daemon.xrootd.Callback.DefaultCallback;
/**
* Remove (delete) a file.
* @author tonyj
*/
class RemoveOperation extends Operation {
RemoveOperation(String path)
{
super("remove", new Message(XrootdProtocol.kXR_rm, path),new DefaultCallback());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy