blob: 9ac37cf510ec96a60ea67611a1955c9a6628c203 [file] [log] [blame]
/***************************************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
**************************************************************************************************/
package org.eclipse.jst.jsf.facesconfig.util;
/**
* Should NOT be used or extended by clients.
*
* constants for JSF preferences pages
*
* @author spaxton
*/
/*package*/ interface IFacesconfigPreferences {
/**
* Preference for whether or not to restart the server
*/
String PREFSKEY_SERVER_RESTART = "jsf.project.restart"; //$NON-NLS-1$
}