blob: c6e1e450bcd780132c10740aba83173f4cdda203 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.common.componentcore.internal.impl;
public interface IResourceFactoryExtPtConstants {
String EXTPT_RESOURCE_FACTORIES = "resourceFactories"; //$NON-NLS-1$
String TAG_RESOURCE_FACTORY = "resourceFactory"; //$NON-NLS-1$
String ATT_CLASS = "class"; //$NON-NLS-1$
String ATT_SHORT_SEGMENT = "shortSegment"; //$NON-NLS-1$
String TAG_CONTENTTYPE = "contentTypeBinding"; //$NON-NLS-1$
String ATT_CONTENTTYPEID = "contentTypeId"; //$NON-NLS-1$
String ATT_ISDEFAULT = "isDefault"; //$NON-NLS-1$
String ATT_OVERRIDES_FACTORY ="overridesFactoryClass"; //$NON-NLS-1$
}