net.ravendb.embedded.CommandLineArgumentEscaper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ravendb-embedded Show documentation
Show all versions of ravendb-embedded Show documentation
RavenDB package for running RavenDB in embedded mode
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