nl.toolforge.karma.core.manifest
Class ManifestLoader

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

public final class ManifestLoader
extends java.lang.Object

Factory class to create ManifestStructure instances.

Version:
$Id: ManifestLoader.java,v 1.6 2004/11/10 22:33:25 asmedes Exp $
Author:
D.A. Smedes

Constructor Summary
ManifestLoader(WorkingContext workingContext)
           
 
Method Summary
 ManifestStructure load(java.lang.String manifest)
          This method builds a tree of ManifestStructure instances, representing the root manifest and all its included manifests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestLoader

public ManifestLoader(WorkingContext workingContext)
Method Detail

load

public ManifestStructure load(java.lang.String manifest)
                       throws ManifestException
This method builds a tree of ManifestStructure instances, representing the root manifest and all its included manifests.

Parameters:
manifest - The manifest name.
Throws:
ManifestException


Copyright © 2002-2004 Toolforge. All Rights Reserved.