package com.intel.mtwilson.common; /** * * @author dsmagadX */ public interface ICommand { public void execute() throws TAException; }