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

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

public static class ShellOptionsJC.PasswordConverter
extends Object
implements com.beust.jcommander.IStringConverter<String>


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

Field Detail

STDIN

public static final String STDIN
See Also:
Constant Field Values
Constructor Detail

ShellOptionsJC.PasswordConverter

public ShellOptionsJC.PasswordConverter()
Method Detail

convert

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


Copyright © 2015 Apache Accumulo Project. All rights reserved.