package com.liferay.cli.shell.osgi; /** * @author Sharon Li */ public interface OSCommandService { OSCommandProvider getOSCommandProvider(); }