public class AppclientCommandArguments extends Object
This class processes a list of strings which are the ACC and client arguments
passed on the appclient script. It makes each ACC argument available
explicitly by its own method (getTargetServer()
for example). The arguments
to be passed to the app client itself are available using getAppArgs()
.
Modifier and Type | Method and Description |
---|---|
List<String> |
getAppArgs() |
String |
getConfigFilePath() |
String |
getMainclass() |
String |
getName() |
char[] |
getPassword() |
String |
getTargetServer() |
String |
getUser() |
boolean |
isHelp() |
boolean |
isNoappinvoke() |
boolean |
isTextauth() |
boolean |
isUsage() |
static AppclientCommandArguments |
newInstance(List<String> appclientCommandArgs)
Creates and returns a new AppclientCommandArguments object from which
the ACC argument settings and the arguments to be passed to the app
client can be retrieved.
|
public static AppclientCommandArguments newInstance(List<String> appclientCommandArgs) throws UserError
appclientCommandArgs
- appclient command arguments to use in
populating the launch info objectUserError
public boolean isTextauth()
public boolean isNoappinvoke()
public boolean isUsage()
public boolean isHelp()
public String getUser()
public char[] getPassword()
public String getName()
public String getTargetServer()
public String getConfigFilePath()
public String getMainclass()
Copyright © 2018. All rights reserved.