public class ProcessingContext extends Object
Constructor and Description |
---|
ProcessingContext() |
Modifier and Type | Method and Description |
---|---|
Connector |
getConnector() |
Connector |
getConnectorMandatory()
Retrieves a connector and checks if it has been initialized
|
GdcDataTransferAPI |
getFtpApi(CliParams cliParams) |
String |
getProjectId() |
String |
getProjectIdMandatory()
Retrieves a project id and checks if it has been initialized
|
GdcRESTApiWrapper |
getRestApi(CliParams cliParams) |
void |
setConnector(Connector connector) |
void |
setProjectId(String projectId) |
public String getProjectId() throws InvalidParameterException
InvalidParameterException
public void setProjectId(String projectId)
public Connector getConnector()
public void setConnector(Connector connector)
public Connector getConnectorMandatory()
public String getProjectIdMandatory()
public GdcRESTApiWrapper getRestApi(CliParams cliParams) throws HttpMethodException
HttpMethodException
public GdcDataTransferAPI getFtpApi(CliParams cliParams)
Copyright © 2014. All rights reserved.