com.mageddo.common.os.Process Maven / Gradle / Ivy
package com.mageddo.common.os;
import java.nio.file.Path;
public interface Process {
Path getPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.mageddo.common.os;
import java.nio.file.Path;
public interface Process {
Path getPath();
}