nl.toolforge.karma.core.module.template
Class OtherModuleLayoutTemplate
java.lang.Object
nl.toolforge.karma.core.module.template.BaseModuleLayoutTemplate
nl.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OtherModuleLayoutTemplate
public OtherModuleLayoutTemplate()
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.