org.wso2.carbon.deployment.synchronizer
Class RepositoryManager

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.RepositoryManager

public abstract class RepositoryManager
extends Object


Field Summary
protected  RepositoryCreator repositoryCreator
           
 
Constructor Summary
RepositoryManager()
          Default constructor
RepositoryManager(RepositoryCreator repositoryCreator)
          Constructor
 
Method Summary
abstract  void addRepository(int tenantId, String url)
          Adds the already existing repository specified by tenant
abstract  RepositoryInformation getCredentialsInformation(int tenantId)
          Returns a RepositoryInformation instance populated with repository credentials for a tenant
abstract  RepositoryInformation getUrlInformation(int tenantId)
          Returns a RepositoryInformation instance populated with repository url for a tenant
abstract  void provisionRepository(int tenantId)
          Creates a repository for the tenant in the location specified, if it doesn't exist already
 void setRepositoryCreator(RepositoryCreator repositoryCreator)
          Sets the repository creator implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryCreator

protected RepositoryCreator repositoryCreator
Constructor Detail

RepositoryManager

public RepositoryManager()
Default constructor


RepositoryManager

public RepositoryManager(RepositoryCreator repositoryCreator)
Constructor

Parameters:
repositoryCreator - Repository creator instance
Method Detail

setRepositoryCreator

public void setRepositoryCreator(RepositoryCreator repositoryCreator)
Sets the repository creator implementation

Parameters:
repositoryCreator - RepositoryCreator instance

getUrlInformation

public abstract RepositoryInformation getUrlInformation(int tenantId)
                                                 throws DeploymentSynchronizerException
Returns a RepositoryInformation instance populated with repository url for a tenant

Parameters:
tenantId - tenant Id
Returns:
RepositoryInformation instance if relevant details are found for tenant, else null
Throws:
DeploymentSynchronizerException - in case of an error

getCredentialsInformation

public abstract RepositoryInformation getCredentialsInformation(int tenantId)
                                                         throws DeploymentSynchronizerException
Returns a RepositoryInformation instance populated with repository credentials for a tenant

Parameters:
tenantId - tenant Id
Returns:
RepositoryInformation instance if relevant details are found for tenant, else null
Throws:
DeploymentSynchronizerException - in case of an error

provisionRepository

public abstract void provisionRepository(int tenantId)
                                  throws DeploymentSynchronizerException
Creates a repository for the tenant in the location specified, if it doesn't exist already

Parameters:
tenantId - tenant Id
Throws:
DeploymentSynchronizerException - in case of an error

addRepository

public abstract void addRepository(int tenantId,
                                   String url)
                            throws DeploymentSynchronizerException
Adds the already existing repository specified by tenant

Parameters:
tenantId - tenant Id
url - repository url
Throws:
DeploymentSynchronizerException


Copyright © 2015 WSO2. All rights reserved.