org.sdnplatform.sync.client
Class BootstrapTool

java.lang.Object
  extended by org.sdnplatform.sync.client.SyncClientBase
      extended by org.sdnplatform.sync.client.BootstrapTool

public class BootstrapTool
extends SyncClientBase

This tool makes bootstrapping a cluster simpler by writing the appropriate configuration parameters to the local system store

Author:
readams

Nested Class Summary
protected static class BootstrapTool.BootstrapToolSettings
           
 
Nested classes/interfaces inherited from class org.sdnplatform.sync.client.SyncClientBase
SyncClientBase.SyncClientBaseSettings
 
Field Summary
protected  BootstrapTool.BootstrapToolSettings bSettings
          Command-line settings
 
Fields inherited from class org.sdnplatform.sync.client.SyncClientBase
err, out, settings, syncManager
 
Constructor Summary
BootstrapTool(BootstrapTool.BootstrapToolSettings bootstrapSettings)
           
 
Method Summary
protected  void bootstrap()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.sdnplatform.sync.client.SyncClientBase
cleanup, connect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bSettings

protected BootstrapTool.BootstrapToolSettings bSettings
Command-line settings

Constructor Detail

BootstrapTool

public BootstrapTool(BootstrapTool.BootstrapToolSettings bootstrapSettings)
Method Detail

bootstrap

protected void bootstrap()
                  throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception