ostore.tapestry.impl
Class TapestryBuilder
java.lang.Object
|
+--ostore.tapestry.impl.TapestryBuilder
- All Implemented Interfaces:
- soss.core.BuilderIF
- public class TapestryBuilder
- extends Object
- implements soss.core.BuilderIF
Stage builder for Tapestry SOSS experiments, implements the SOSS
BuilderIF, an interface for building config files.
Must have a constructor of the form
public Builder (String [] args)
.
- Version:
- $Id: TapestryBuilder.java,v 1.2 2002/07/22 20:54:53 srhea Exp $
- Author:
- Ben Y. Zhao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestryBuilder
public TapestryBuilder(String[] args)
throws Exception
build_node
public SandstormConfig build_node(String[] args)
throws Exception
- Specified by:
build_node
in interface soss.core.BuilderIF