nl.toolforge.karma.core.manifest
Class ManifestFactory

java.lang.Object
  extended bynl.toolforge.karma.core.manifest.ManifestFactory

public final class ManifestFactory
extends java.lang.Object

Creation factory to be able to create Manifest instances. The reason to have this class is that Digester at some point calls hashCode() on newly created AbstractManifest instances and this fails with a NullPointerException if name is still null; Digester somehow calls upon the setName() later on in the process.

Version:
$Id: ManifestFactory.java,v 1.10 2004/09/20 05:56:55 asmedes Exp $
Author:
D.A. Smedes

Constructor Summary
ManifestFactory()
           
 
Method Summary
 Manifest create(WorkingContext context, ManifestStructure structure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestFactory

public ManifestFactory()
Method Detail

create

public Manifest create(WorkingContext context,
                       ManifestStructure structure)
                throws LocationException
Throws:
LocationException


Copyright © 2002-2004 Toolforge. All Rights Reserved.