package com.cattles.util.ssh; /** * rerurn the CommandExecutable instance * * @author Tom */ public interface SSHFactory { public CommandExecutable getCmdExec(); }