net.aequologica.neo.shakuntala.EventSpyConfig Maven / Gradle / Ivy
package net.aequologica.neo.shakuntala;
import java.io.File;
import java.net.URI;
public interface EventSpyConfig {
boolean isActive(String writerName);
URI getURI();
String getProxy();
int getBufferSize();
String getBrowserURI();
boolean isBrowserOpen();
File getLocalOutput();
String getDagName();
URI getDagURI();
int getDagDepth();
String getContextPath();
String getGitRemoteName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy