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

com.lordofthejars.nosqlunit.marklogic.RemoteMarkLogicConfigurationBuilder Maven / Gradle / Ivy

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