com.versionone.apiclient.interfaces.IConnectors Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
A library for custom Java development against the VersionOne Development Platform's REST API.
package com.versionone.apiclient.interfaces;
import java.net.URISyntaxException;
import com.versionone.apiclient.V1APIConnector;
/**
* @deprecated This interface has been deprecated. Please use V1Connector instead.
*/
@Deprecated
public interface IConnectors {
V1APIConnector getDataConnector();
V1APIConnector getMetaConnector();
V1APIConnector getMetaConnectorWithProxy() throws URISyntaxException;
V1APIConnector getDataConnectorWithProxy() throws URISyntaxException;
V1APIConnector getConfigConnector();
V1APIConnector getConfigConnectorWithProxy() throws URISyntaxException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy