package scala_maven_executions; public interface SpawnMonitor { public boolean isRunning() throws Exception; }