package org.jbehave.core.io.rest;
public interface ResourceNameResolver {
String resolve(String input);
}