
scala_maven_executions.SpawnMonitor Maven / Gradle / Ivy
/*
* This is free and unencumbered software released into the public domain.
* See UNLICENSE.
*/
package scala_maven_executions;
public interface SpawnMonitor {
boolean isRunning() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy