org.quattor.pan.tasks
Class BuildResult
java.lang.Object
org.quattor.pan.tasks.TaskResult
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildResult
public BuildResult(Element root,
Context context)
getRoot
public Element getRoot()
getObjectContext
public Context getObjectContext()
Copyright © 2012 Quattor. All Rights Reserved.