org.eclipse.jst.j2ee.webapplication
Interface WelcomeFileList

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface WelcomeFileList
extends J2EEEObject

The welcome-file-list contains an ordered list of welcome files elements.

Since:
1.0

Method Summary
 void addFileNamed(java.lang.String name)
          Adds the file whose name is specified in the parameter
 org.eclipse.emf.common.util.EList getFile()
           
 WebApp getWebApp()
           
 void setWebApp(WebApp value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

addFileNamed

void addFileNamed(java.lang.String name)
Adds the file whose name is specified in the parameter

Parameters:
name - the name of the file to be added

getWebApp

WebApp getWebApp()
Returns:
The WebApp reference

setWebApp

void setWebApp(WebApp value)
Parameters:
value - The new value of the WebApp reference

getFile

org.eclipse.emf.common.util.EList getFile()
Returns:
The list of File references