![JAR search and dependency download from the Maven repository](/logo.png)
com.lordofthejars.nosqlunit.marklogic.RemoteMarkLogicConfigurationBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nosqlunit-marklogic Show documentation
Show all versions of nosqlunit-marklogic Show documentation
NoSQLUnit adapter for MarkLogic
The newest version!
package com.lordofthejars.nosqlunit.marklogic;
import static com.lordofthejars.nosqlunit.marklogic.MarkLogicConfiguration.DEFAULT_APP_PORT;
public class RemoteMarkLogicConfigurationBuilder extends MarkLogicConfigurationBuilder {
private RemoteMarkLogicConfigurationBuilder() {
marklogicConfiguration.setPort(DEFAULT_APP_PORT);
}
public static RemoteMarkLogicConfigurationBuilder remoteMarkLogic() {
return new RemoteMarkLogicConfigurationBuilder();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy