ostore.bloom
Class DualBuilder
java.lang.Object
|
+--ostore.bloom.DualBuilder
- All Implemented Interfaces:
- soss.core.BuilderIF
- public class DualBuilder
- extends Object
- implements soss.core.BuilderIF
An interface for building config files.
Must have a constructor of the form
public Builder (String [] args)
.
- Version:
- $Id: DualBuilder.java,v 1.5 2002/07/22 20:54:52 srhea Exp $
- Author:
- Sean C. Rhea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DualBuilder
public DualBuilder(String[] args)
throws Exception
build_node
public SandstormConfig build_node(String[] args)
throws Exception
- Specified by:
build_node
in interface soss.core.BuilderIF