package org.jbehave.core.io;
public interface ResourceLoader {
String loadResourceAsText(String resourcePath);
}