public class CommandLaunchInfo extends Object
The agent accepts agent arguments, mostly to find out:
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandLaunchInfo.ClientLaunchType
Represents the types of client launches.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppcPath() |
CommandLaunchInfo.ClientLaunchType |
getClientLaunchType()
Returns which type of launch the user has triggered given the combination
of options he or she specified.
|
String |
getClientName()
Returns the name part of the client selection expression.
|
static CommandLaunchInfo |
newInstance(AgentArguments agentArgs) |
public static CommandLaunchInfo newInstance(AgentArguments agentArgs) throws UserError
UserErrorpublic String getClientName()
public CommandLaunchInfo.ClientLaunchType getClientLaunchType()
public String getAppcPath()
Copyright © 2019. All rights reserved.