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

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

public final class OtherModuleLayoutTemplate
extends BaseModuleLayoutTemplate

Layout for an other-module. An other-module (implemented by the OtherModule class) has no fixed directory-structure. You are free to choose the structure of your likings.

However, Karma will not do anything with the file in these directories. When packaging, Karma will copy all files as is into an archive.

Version:
$Id: OtherModuleLayoutTemplate.java,v 1.1 2004/11/10 22:25:11 hippe Exp $
Author:
W.H. Schraal

Field Summary
 
Fields inherited from class nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
logger
 
Constructor Summary
OtherModuleLayoutTemplate()
           
 
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

OtherModuleLayoutTemplate

public OtherModuleLayoutTemplate()
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.