nl.toolforge.karma.core.module.template
Class WebappModuleLayoutTemplate

java.lang.Object
  extended bynl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
      extended bynl.toolforge.karma.core.module.template.WebappModuleLayoutTemplate
All Implemented Interfaces:
ModuleLayoutTemplate

public final class WebappModuleLayoutTemplate
extends BaseModuleLayoutTemplate

Layout for a webapp-module. A web-module has the following directory-structure:

Version:
$Id: WebappModuleLayoutTemplate.java,v 1.1 2004/11/10 22:25:11 hippe Exp $
Author:
D.A. Smedes

Field Summary
 
Fields inherited from class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
logger
 
Constructor Summary
WebappModuleLayoutTemplate()
           
 
Method Summary
 java.lang.String[] getDirectoryElements()
           
 FileTemplate[] getFileElements()
           
 
Methods inherited from class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
createLayout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebappModuleLayoutTemplate

public WebappModuleLayoutTemplate()
Method Detail

getFileElements

public FileTemplate[] getFileElements()
Specified by:
getFileElements in interface ModuleLayoutTemplate
Specified by:
getFileElements in class BaseModuleLayoutTemplate

getDirectoryElements

public java.lang.String[] getDirectoryElements()
Specified by:
getDirectoryElements in interface ModuleLayoutTemplate
Specified by:
getDirectoryElements in class BaseModuleLayoutTemplate


Copyright © 2002-2004 Toolforge. All Rights Reserved.