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

org.apache.subversion.javahl.remote.JavaHLRemoteAccessUtil Maven / Gradle / Ivy

There is a newer version: 1.10.11
Show newest version
package org.apache.subversion.javahl.remote;

import org.apache.subversion.javahl.ISVNEditor;
import org.apache.subversion.javahl.callback.RemoteStatus;

public class JavaHLRemoteAccessUtil {

    public static ISVNEditor remoteStatusCallbackAsEditor(RemoteStatus callback) {
        return new StatusEditor(callback);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy