org.quattor.pan.tasks
Class BuildResult

java.lang.Object
  extended by org.quattor.pan.tasks.TaskResult
      extended by org.quattor.pan.tasks.BuildResult

public class BuildResult
extends TaskResult

Encapsulates the results of a build, which consist of the root element of the machine configuration and, optionally, the context used to build it. The context is usually only saved for testing and debugging. The context should not be routinely saved because it maintains references to a large number of objects and may cause a large increase in the memory utilization.

Author:
loomis

Nested Class Summary
 
Nested classes/interfaces inherited from class org.quattor.pan.tasks.TaskResult
TaskResult.ResultType
 
Field Summary
 
Fields inherited from class org.quattor.pan.tasks.TaskResult
type
 
Constructor Summary
BuildResult(Element root, Context context)
           
 
Method Summary
 Context getObjectContext()
           
 Element getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildResult

public BuildResult(Element root,
                   Context context)
Method Detail

getRoot

public Element getRoot()

getObjectContext

public Context getObjectContext()


Copyright © 2011 Quattor. All Rights Reserved.