ru.yandex.qatools.camelot.maven.service.CtJettyClassPath Maven / Gradle / Ivy
The newest version!
package ru.yandex.qatools.camelot.maven.service;
/**
* @author Dmitry Baev [email protected]
* Date: 15.07.14
*/
public interface CtJettyClassPath {
CtApplicationClassPath jettyClassPath(String... classpath);
}