nl.toolforge.karma.core.module
Class ModuleDescriptor

java.lang.Object
  extended bynl.toolforge.karma.core.module.ModuleDescriptor

public class ModuleDescriptor
extends java.lang.Object

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

Field Summary
protected static org.apache.commons.logging.Log logger
           
 
Constructor Summary
ModuleDescriptor(Module module)
           
 
Method Summary
 void createFile(java.io.File dir)
          Writes the module-descriptor.xml file to dir.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.commons.logging.Log logger
Constructor Detail

ModuleDescriptor

public ModuleDescriptor(Module module)
Method Detail

createFile

public void createFile(java.io.File dir)
                throws java.io.IOException
Writes the module-descriptor.xml file to dir.

Parameters:
dir - An existing directory where the module-descriptor.xml file should be created.
Throws:
java.io.IOException


Copyright © 2002-2004 Toolforge. All Rights Reserved.