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

net.ravendb.embedded.CommandLineArgumentEscaper Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package net.ravendb.embedded;

//TODO: check if this is required?
public class CommandLineArgumentEscaper {

    public static String escapeSingleArg(String arg) {
        return arg;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy