package org.argeo.slc.core.deploy; public interface InstalledExecutables extends DeployedSystem { public String getExecutablePath(String key); }