ostore.tapestry.impl
Class FederationBuilder
java.lang.Object
|
+--ostore.tapestry.impl.FederationBuilder
- All Implemented Interfaces:
- soss.core.BuilderIF
- public class FederationBuilder
- 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: FederationBuilder.java,v 1.2 2002/07/22 20:54:53 srhea Exp $
- Author:
- Sean C. Rhea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FederationBuilder
public FederationBuilder(String[] args)
build_node
public SandstormConfig build_node(String[] args)
throws Exception
- Specified by:
build_node
in interface soss.core.BuilderIF