org.apache.accumulo.core.cli
Class ClientOpts.AuthConverter

java.lang.Object
  extended by org.apache.accumulo.core.cli.ClientOpts.AuthConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Authorizations>
Enclosing class:
ClientOpts

public static class ClientOpts.AuthConverter
extends Object
implements com.beust.jcommander.IStringConverter<Authorizations>


Constructor Summary
ClientOpts.AuthConverter()
           
 
Method Summary
 Authorizations convert(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientOpts.AuthConverter

public ClientOpts.AuthConverter()
Method Detail

convert

public Authorizations convert(String value)
Specified by:
convert in interface com.beust.jcommander.IStringConverter<Authorizations>


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.