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

com.marklogic.hub.step.StepDefinitionProvider Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
package com.marklogic.hub.step;

/**
 * Abstracts how a StepDefinition is provided to a client so that it can come from MarkLogic, from a filesystem, or from
 * other location.
 */
public interface StepDefinitionProvider {

    StepDefinition getStepDefinition(String name, StepDefinition.StepDefinitionType type);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy