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