/******************************************************************************* * Copyright (c) Dec 7, 2011 Zend Technologies Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html *******************************************************************************/ package org.zend.sdkcli.update; /** * * Represents possible results of update process. * * @author Wojciech Galanciak, 2011 * */ public enum UpdateStatus { SUCCESS, FAIL, UP_TO_DATE; }