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

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