/** * */ package ma.car.tishadow.bundle.update; /** * Represents whether current application's bundle is up-to-date. * @author wei.ding */ public enum ApplicationState { OUT_OF_DATE, UP_TO_DATE, UNKNOWN }