public class RepositoryConnectorFactory
extends java.lang.Object
Constructor and Description |
---|
RepositoryConnectorFactory() |
Modifier and Type | Method and Description |
---|---|
static RepositoryConnector |
newRepositoryConnector(CentraSiteConnection connection)
Instantiate a RepositoryConnector with given JAXR connection.
|
static RepositoryConnector |
newRepositoryConnector(CentraSiteConnection connection,
com.softwareag.cst.util.security.Credentials credentials)
Instantiate a RepositoryConnector with given JAXR connection.
|
static RepositoryConnector |
newRepositoryConnector(CentraSiteConnection connection,
com.softwareag.cst.util.security.Credentials credentials,
java.lang.String base)
Instantiate a RepositoryConnector with given JAXR connection.
|
static RepositoryConnector |
newRepositoryConnector(CentraSiteConnection connection,
java.util.Set<java.lang.Object> jaxrCredentials,
java.lang.String base)
Instantiate a RepositoryConnector with given JAXR connection.
|
static RepositoryConnector |
newRepositoryConnector(java.lang.String repositoryUrl,
com.softwareag.cst.util.security.Credentials credentials)
Instantiates a RepositoryConnector for specified url and user.
|
static RepositoryConnector |
newRepositoryConnector(java.lang.String repositoryUrl,
java.util.Set<java.lang.Object> jaxrCredentials)
Instantiates a RepositoryConnector for specified url and user.
|
public static RepositoryConnector newRepositoryConnector(java.lang.String repositoryUrl, com.softwareag.cst.util.security.Credentials credentials) throws java.lang.Exception
repositoryUrl
- the URL of repository.credentials
- the user credentials.RepositoryConnector
with given JAXR connection.java.lang.Exception
- if an internal error occurs.public static RepositoryConnector newRepositoryConnector(java.lang.String repositoryUrl, java.util.Set<java.lang.Object> jaxrCredentials) throws java.lang.Exception
repositoryUrl
- the URL of repository.jaxrCredentials
- the user credentials as taken from a JAXR connection.RepositoryConnector
with given JAXR connection.java.lang.Exception
- if an internal error occurs.public static RepositoryConnector newRepositoryConnector(CentraSiteConnection connection) throws java.lang.Exception
connection
- the jaxr connection.RepositoryConnector
with given JAXR connection.java.lang.Exception
- if an internal error occurs.public static RepositoryConnector newRepositoryConnector(CentraSiteConnection connection, com.softwareag.cst.util.security.Credentials credentials) throws java.lang.Exception
connection
- the jaxr connection.credentials
- the user credentials.RepositoryConnector
with given JAXR connection.java.lang.Exception
- if encounters an internal error.public static RepositoryConnector newRepositoryConnector(CentraSiteConnection connection, com.softwareag.cst.util.security.Credentials credentials, java.lang.String base) throws java.lang.Exception
connection
- jaxr connectioncredentials
- user credentialsbase
- the base folder path (e.g.: "/projects")RepositoryConnector
with given JAXR connection.java.lang.Exception
- if an internal error occurs.public static RepositoryConnector newRepositoryConnector(CentraSiteConnection connection, java.util.Set<java.lang.Object> jaxrCredentials, java.lang.String base) throws java.lang.Exception
connection
- the jaxr connectionjaxrCredentials
- the user credentialsbase
- the base folder path (e.g.: "/projects")RepositoryConnector
with given JAXR connection.java.lang.Exception
- if an internal error occurs.