org.eclipse.jst.j2ee.webapplication
Interface WelcomeFileList

All Superinterfaces:
J2EEEObject

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
 EList getFile()
           
 WebApp getWebApp()
           
 void setWebApp(WebApp value)
           
 

Method Detail

addFileNamed

public 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

public WebApp getWebApp()
Returns:
The WebApp reference

setWebApp

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

getFile

public EList getFile()
Returns:
The list of File references