/** * */ package vnet.sms.common.shell.springshell; /** * @author obergner * */ public interface JLineShellComponentFactoryAware { void setJLineShellComponentFactory(JLineShellComponentFactory shellFactory); }