ostore.tapestry.patchwork
Class BlankBuilder
java.lang.Object
|
+--ostore.tapestry.patchwork.BlankBuilder
- All Implemented Interfaces:
- soss.core.BuilderIF
- public class BlankBuilder
- extends Object
- implements soss.core.BuilderIF
A configuration builder for empty nodes (plaeholders).
Modelled after ostore.bloom.DualBuilder
.
- Version:
- $Id: BlankBuilder.java,v 1.1 2002/08/28 00:09:00 strib Exp $
- Author:
- Jeremy Stribling
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlankBuilder
public BlankBuilder(String[] args)
- Set global parameters.
build_node
public SandstormConfig build_node(String[] args)
throws StageNameAlreadyBoundException,
IOException
- Create a configuration object for a single virtual machine.
- Specified by:
build_node
in interface soss.core.BuilderIF