org.apache.s4.tools
Class ZKServer.ClusterConfigsConverter

java.lang.Object
  extended by org.apache.s4.tools.ZKServer.ClusterConfigsConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<ZKServer.ClusterConfig>
Enclosing class:
ZKServer

public static class ZKServer.ClusterConfigsConverter
extends java.lang.Object
implements com.beust.jcommander.IStringConverter<ZKServer.ClusterConfig>


Constructor Summary
ZKServer.ClusterConfigsConverter()
           
 
Method Summary
 ZKServer.ClusterConfig convert(java.lang.String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKServer.ClusterConfigsConverter

public ZKServer.ClusterConfigsConverter()
Method Detail

convert

public ZKServer.ClusterConfig convert(java.lang.String arg)
Specified by:
convert in interface com.beust.jcommander.IStringConverter<ZKServer.ClusterConfig>