public abstract class ServiceContextCLIConfig extends java.lang.Object implements Configurable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
password |
protected ServiceContext |
sc |
protected java.lang.String |
username |
Constructor and Description |
---|
ServiceContextCLIConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
configure() |
java.util.List<Option> |
getOptions() |
ServiceContext |
getServiceContext() |
protected java.lang.String username
protected java.lang.String password
protected ServiceContext sc
public ServiceContext getServiceContext()
public java.lang.Object configure() throws java.lang.Exception
configure
in interface Configurable
java.lang.Exception
public java.util.List<Option> getOptions()
getOptions
in interface Configurable
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.