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

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.ShellOptionsJC

public class ShellOptionsJC
extends Object


Nested Class Summary
static class ShellOptionsJC.PasswordConverter
           
static class ShellOptionsJC.TokenConverter
           
 
Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
ShellOptionsJC()
           
 
Method Summary
 AuthenticationToken getAuthenticationToken()
           
 int getAuthTimeout()
           
 String getClientConfigFile()
           
 ClientConfiguration getClientConfiguration()
           
 String getExecCommand()
           
 File getExecFile()
           
 File getExecFileVerbose()
           
 String getPassword()
           
 Map<String,String> getTokenProperties()
           
 List<String> getUnrecognizedOptions()
           
 String getUsername()
           
 String getZooKeeperHosts()
           
 List<String> getZooKeeperInstance()
           
 String getZooKeeperInstanceName()
           
 boolean isAuthTimeoutDisabled()
           
 boolean isDebugEnabled()
           
 boolean isFake()
           
 boolean isHdfsZooInstance()
           
 boolean isHelpEnabled()
           
 boolean isTabCompletionDisabled()
           
 boolean useSsl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Logger log
Constructor Detail

ShellOptionsJC

public ShellOptionsJC()
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()

getAuthenticationToken

public AuthenticationToken getAuthenticationToken()

getTokenProperties

public Map<String,String> getTokenProperties()

isTabCompletionDisabled

public boolean isTabCompletionDisabled()

isDebugEnabled

public boolean isDebugEnabled()

isFake

public boolean isFake()

isHelpEnabled

public boolean isHelpEnabled()

getExecCommand

public String getExecCommand()

getExecFile

public File getExecFile()

getExecFileVerbose

public File getExecFileVerbose()

isHdfsZooInstance

public boolean isHdfsZooInstance()

getZooKeeperInstance

public List<String> getZooKeeperInstance()

getZooKeeperInstanceName

public String getZooKeeperInstanceName()

getZooKeeperHosts

public String getZooKeeperHosts()

getAuthTimeout

public int getAuthTimeout()

isAuthTimeoutDisabled

public boolean isAuthTimeoutDisabled()

getUnrecognizedOptions

public List<String> getUnrecognizedOptions()

useSsl

public boolean useSsl()

getClientConfigFile

public String getClientConfigFile()

getClientConfiguration

public ClientConfiguration getClientConfiguration()
                                           throws org.apache.commons.configuration.ConfigurationException,
                                                  FileNotFoundException
Throws:
org.apache.commons.configuration.ConfigurationException
FileNotFoundException


Copyright © 2015 Apache Accumulo Project. All rights reserved.