org.n0pe.asadmin.commands
Class UpdateFileUser

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.UpdateFileUser
All Implemented Interfaces:
IAsAdminCmd

public class UpdateFileUser
extends AbstractAsAdminCmd


Field Summary
static String UPDATE_FILE_USER
           
static String USER_PASSWORD_FILE
           
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
UpdateFileUser(String userName)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 UpdateFileUser withPasswordFile(String passwordFile)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
failOnNonZeroExit, getErrorOutput, getStandardOutput, handlePasswordFile, setOkayErrorPattern, setOkayStdOutPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_FILE_USER

public static final String UPDATE_FILE_USER
See Also:
Constant Field Values

USER_PASSWORD_FILE

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

UpdateFileUser

public UpdateFileUser(String userName)
Method Detail

withPasswordFile

public UpdateFileUser withPasswordFile(String passwordFile)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.