Copyright (c) 2005 IBM Corporation and others. 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
/******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * * 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.core.internal.content;
Container for the constants used by this plugin.
Since:org.eclipse.core.contenttype 3.2
/** * Container for the constants used by this plugin. * * @since org.eclipse.core.contenttype 3.2 */
public interface IContentConstants {
Backward compatibility: name of the original runtime plugin
/** * Backward compatibility: name of the original runtime plugin */
String RUNTIME_NAME = "org.eclipse.core.runtime"; //$NON-NLS-1$
Name of this plugin
/** * Name of this plugin */
String CONTENT_NAME = "org.eclipse.core.contenttype"; //$NON-NLS-1$ }