blob: c2ab1c1478bd22d87ea78c534f78b9aa8583d616 [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Path Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The elements that use this type designate either a relative
* path or an absolute path starting with a "/".
*
* In elements that specify a pathname to a file within the
* same Deployment File, relative filenames (i.e., those not
* starting with "/") are considered relative to the root of
* the Deployment File's namespace. Absolute filenames (i.e.,
* those starting with "/") also specify names in the root of
* the Deployment File's namespace. In general, relative names
* are preferred. The exception is .war files where absolute
* names are preferred for consistency with the Servlet API.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getPathType()
* @model extendedMetaData="name='pathType' kind='simple'"
* @generated
*/
public interface PathType extends org.eclipse.modisco.jee.webapp.webapp25.String {
} // PathType