/******************************************************************************* * Copyright (c) 2016 Red Hat Inc.. * 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 * * Contributors: * Red Hat Incorporated - initial API and implementation *******************************************************************************/ package org.jboss.tools.openshift.internal.common.ui; /** * @author Jeff Maury * */ public final class OpenShiftCommonUIConstants { /** * Name of the section storing info related to application import */ public static final String IMPORT_APPLICATION_DIALOG_SETTINGS_KEY = "ImportApplicationWizard"; /** * Name of the key used to stored custom Git repo path */ public static final String REPO_PATH_KEY = "repoPath"; }