|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.manifest.ManifestFactory
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.
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 |
public ManifestFactory()
Method Detail |
public Manifest create(WorkingContext context, ManifestStructure structure) throws LocationException
LocationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |