org.apache.accumulo.core.util.shell
Class ShellOptionsJC.TokenConverter

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.ShellOptionsJC.TokenConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<AuthenticationToken>
Enclosing class:
ShellOptionsJC

public static class ShellOptionsJC.TokenConverter
extends Object
implements com.beust.jcommander.IStringConverter<AuthenticationToken>


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

Constructor Detail

ShellOptionsJC.TokenConverter

public ShellOptionsJC.TokenConverter()
Method Detail

convert

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


Copyright © 2015 Apache Accumulo Project. All rights reserved.