A C D E G I L N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate(ComponentContext) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- addArtifactRepository(ArtifactRepository) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- addRepository(int, String) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Adds the already existing repository specified by tenant
- addRepository(ArtifactRepository, List<RepositoryConfigParameter>) - Method in class org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryReferenceHolder
- artifactRepository - Variable in class org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
- ArtifactRepository - Interface in org.wso2.carbon.deployment.synchronizer
-
Represents a remote repository instance.
- AUTO_CHECKOUT_MODE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- AUTO_COMMIT_MODE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- AUTO_SYNC_PERIOD - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
C
- CARBON_REPOSITORY - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- CarbonRepositoryUtils - Class in org.wso2.carbon.deployment.synchronizer.repository
-
Utility methods for creating and managing DeploymentSynchronizer instances for Carbon repositories
- CarbonRepositoryUtils() - Constructor for class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
- checkout() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Checkout the artifacts stored in the repository to the file system.
- checkout() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- checkout(int, String) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Checkout all or updated artifacts from the remote repository to the local file system
- checkout(int, String, int) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Deprecated.
- checkout(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- checkout(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Invoke the checkout operation on the specified repository
- checkout(String, int) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Deprecated.
- checkout(String, int) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
-
Deprecated.
- checkout(String, int) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Deprecated.
- cleanupAutoCheckout() - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Clean up any actions taken during initializing auto checkout
- cleanupTenantContext(int) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Cleanup the cached tenant context for the tenant specified by tenantId
- commit() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Commit the artifacts in the file system repository to the remote repository
- commit() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- commit(int) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- commit(int, String) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Commit the artifacts in the local repository to the remote repository
- commit(String) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Commit the artifacts from the given path in the file system repository to the remote repository
- commit(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- commit(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Invoke the commit operation on the specified repository
- commit(String, String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- commit(String, String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Invoke the commit operation on the specified repository at rootPath, with the given filePath to commit.
- createRepository(int, String, String, String) - Method in interface org.wso2.carbon.deployment.synchronizer.RepositoryCreator
-
Creates a repository for the tenant
- createSynchronizer(int, ArtifactRepository, String) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
-
Creates a new DeploymentSynchronizer instance using the provided parameters.
- creatingConfigurationContext(int) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSyncAxis2ConfigurationContextObserver
D
- deactivate(ComponentContext) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- DEFAULT_AUTO_SYNC_PERIOD - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- DEFAULT_POOL_SIZE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- DEFAULT_REPOSITORY_TYPE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- deleteSynchronizer(int) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
- deleteSynchronizer(String) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
-
Deletes the DeploymentSynchronizer for the specified file path.
- DEPLOYMENT_SYNC_CONFIG_ROOT - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- DEPLOYMENT_SYNCHRONIZER - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- DeploymentSyncAxis2ConfigurationContextObserver - Class in org.wso2.carbon.deployment.synchronizer.internal
-
Keeps track of tenant configuration context creation and engages the deployment synchronizer for their repositories as necessary.
- DeploymentSyncAxis2ConfigurationContextObserver() - Constructor for class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSyncAxis2ConfigurationContextObserver
- DeploymentSynchronizationManager - Class in org.wso2.carbon.deployment.synchronizer
-
This class is responsible for creating DeploymentSynchronizer instances as and when necessary and keeping track of them for management purposes.
- DeploymentSynchronizer - Class in org.wso2.carbon.deployment.synchronizer
-
This class is responsible for maintaining a repository in the local file system in sync with a remote repository.
- DeploymentSynchronizerAdmin - Class in org.wso2.carbon.deployment.synchronizer.services
-
Admin service for managing the deployment synchronizer component and synchronizers engaged on the Carbon repository.
- DeploymentSynchronizerAdmin() - Constructor for class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- DeploymentSynchronizerComponent - Class in org.wso2.carbon.deployment.synchronizer.internal
- DeploymentSynchronizerComponent() - Constructor for class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- DeploymentSynchronizerConfiguration - Class in org.wso2.carbon.deployment.synchronizer.util
- DeploymentSynchronizerConfiguration() - Constructor for class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- DeploymentSynchronizerConstants - Class in org.wso2.carbon.deployment.synchronizer
- DeploymentSynchronizerConstants() - Constructor for class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- DeploymentSynchronizerException - Exception in org.wso2.carbon.deployment.synchronizer
- DeploymentSynchronizerException(String) - Constructor for exception org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
- DeploymentSynchronizerException(String, Throwable) - Constructor for exception org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException
- DeploymentSynchronizerService - Interface in org.wso2.carbon.deployment.synchronizer.services
-
Interface of the OSGi service registered by the deployment synchronizer component.
- DeploymentSynchronizerServiceImpl - Class in org.wso2.carbon.deployment.synchronizer.internal
- DeploymentSynchronizerServiceImpl() - Constructor for class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- disableSynchronizerForCarbonRepository() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- doInitialSyncUp() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
E
- ENABLED - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration) - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- EVENT_FILTER_DIALECT - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- EVENT_RECEIVER_SERVICE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
G
- getActiveSynchronizerConfiguration(int) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Loads the deployment synchronizer configuration.
- getArtifactRepository() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- getCarbonRepositoryFilePath(ConfigurationContext) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Returns the Carbon/Axis2 repository path for the given ConfigurationContext
- getConfigurationContextService() - Static method in class org.wso2.carbon.deployment.synchronizer.internal.util.ServiceReferenceHolder
- getCredentialsInformation(int) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Returns a RepositoryInformation instance populated with repository credentials for a tenant
- getDefaultDeploymentSyncConfiguration() - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
- getDeploymentSyncConfigurationFromConf() - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Load the deployment synchronizer configuration from the global ServerConfiguration of Carbon.
- getDeploymentSyncConfigurationFromRegistry(int) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Loads the deployment synchronizer configuration from the configuration registry of the specified tenant.
- getInstance() - Static method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
- getInstance() - Static method in class org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryReferenceHolder
- getLastCheckoutTime() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- getLastCheckoutTime() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- getLastCheckoutTime(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- getLastCheckoutTime(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Gets the time at which the checkout operation was last invoked on the given repository
- getLastCommitTime() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- getLastCommitTime() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- getLastCommitTime(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- getLastCommitTime(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Gets the time at which the commit operation was last invoked on the given repository
- getMaxlength() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- getName() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- getParameters() - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Get the list of configuration parameters specific for each Repository.
- getParamsByRepositoryType(String) - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- getPassword() - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- getPeriod() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- getRegistryService() - Static method in class org.wso2.carbon.deployment.synchronizer.internal.util.ServiceReferenceHolder
- getRepositories() - Method in class org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryReferenceHolder
- getRepositoryByType(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryReferenceHolder
- getRepositoryConfigParameters() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- getRepositoryType() - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Get the Repository Type of the Synchronizer
- getRepositoryType() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- getRepositoryTypes() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
-
Get all available ArtifactRepositories
- getSynchronizer(int) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
- getSynchronizer(String) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
- getSynchronizerConfigurationForCarbonRepository() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- getSynchronizers() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
- getType() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- getUrl() - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- getUrlInformation(int) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Returns a RepositoryInformation instance populated with repository url for a tenant
- getUserName() - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- getValue() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
I
- init(int) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Initializes the remote artifact repository and prepare to synchronize the local repository against it.
- init(ServerConfiguration) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
-
Initialize the RepositoryManager instance.
- initAutoCheckout(boolean) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Setup the remote repository for auto checkouts
- isAutoCheckout() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- isAutoCheckout() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- isAutoCheckoutOn(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- isAutoCheckoutOn(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Check whether auto checkout has been engaged on the specified repository
- isAutoCommit() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- isAutoCommit() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- isAutoCommitOn(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- isAutoCommitOn(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Check whether auto commit has been engaged on the specified repository
- isEnabled() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- isMasked() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- isRequired() - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- isServerBasedConfiguration() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
-
Indicates whether the configuration is retrieved from the server config file (carbon.xml)
- isSynchronizerEnabled(int) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Checks whether deployment synchronizer is enabled for the Carbon repository of the specified tenant.
- isUseEventing() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- isUseEventing() - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
L
- log - Static variable in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- log - Static variable in class org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
N
- newCarbonRepositorySynchronizer(int) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Create and initialize a new DeploymentSynchronizer for the Carbon repository of the specified tenant.
O
- org.wso2.carbon.deployment.synchronizer - package org.wso2.carbon.deployment.synchronizer
- org.wso2.carbon.deployment.synchronizer.internal - package org.wso2.carbon.deployment.synchronizer.internal
- org.wso2.carbon.deployment.synchronizer.internal.util - package org.wso2.carbon.deployment.synchronizer.internal.util
- org.wso2.carbon.deployment.synchronizer.repository - package org.wso2.carbon.deployment.synchronizer.repository
- org.wso2.carbon.deployment.synchronizer.services - package org.wso2.carbon.deployment.synchronizer.services
- org.wso2.carbon.deployment.synchronizer.util - package org.wso2.carbon.deployment.synchronizer.util
P
- persistConfiguration(DeploymentSynchronizerConfiguration, int) - Static method in class org.wso2.carbon.deployment.synchronizer.repository.CarbonRepositoryUtils
-
Save the given DeploymentSynchronizerConfiguration to the registry.
- POOL_SIZE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- provisionRepository(int) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Creates a repository for the tenant in the location specified, if it doesn't exist already
R
- removeArtifactRepository(ArtifactRepository) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- removeRepository(ArtifactRepository) - Method in class org.wso2.carbon.deployment.synchronizer.internal.util.RepositoryReferenceHolder
- REPOSITORY_TYPE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- REPOSITORY_TYPE_GIT - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- REPOSITORY_TYPE_REGISTRY - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- REPOSITORY_TYPE_SVN - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- RepositoryConfigParameter - Class in org.wso2.carbon.deployment.synchronizer.util
- RepositoryConfigParameter() - Constructor for class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- repositoryCreator - Variable in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
- RepositoryCreator - Interface in org.wso2.carbon.deployment.synchronizer
- RepositoryInformation - Class in org.wso2.carbon.deployment.synchronizer
- RepositoryInformation(String) - Constructor for class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- RepositoryInformation(String, String) - Constructor for class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- RepositoryManager - Class in org.wso2.carbon.deployment.synchronizer
- RepositoryManager() - Constructor for class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Default constructor
- RepositoryManager(RepositoryCreator) - Constructor for class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Constructor
- RepositoryReferenceHolder - Class in org.wso2.carbon.deployment.synchronizer.internal.util
- requestCheckout(long) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Notify the synchronizer that a checkout needs to be performed.
S
- ServiceReferenceHolder - Class in org.wso2.carbon.deployment.synchronizer.internal.util
- setAutoCheckout(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- setAutoCheckout(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setAutoCommit(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- setAutoCommit(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- setConfigurationContextService(ConfigurationContextService) - Static method in class org.wso2.carbon.deployment.synchronizer.internal.util.ServiceReferenceHolder
- setEnabled(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setMasked(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- setMaxlength(int) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- setName(String) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- setPassword(String) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- setPeriod(long) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- setPeriod(long) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setRegistryService(RegistryService) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- setRegistryService(RegistryService) - Static method in class org.wso2.carbon.deployment.synchronizer.internal.util.ServiceReferenceHolder
- setRepositoryConfigParameters(RepositoryConfigParameter[]) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setRepositoryCreator(RepositoryCreator) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryManager
-
Sets the repository creator implementation
- setRepositoryType(String) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setRequired(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- setServerBasedConfiguration(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setType(String) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- setUrl(String) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- setUseEventing(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- setUseEventing(boolean) - Method in class org.wso2.carbon.deployment.synchronizer.util.DeploymentSynchronizerConfiguration
- setUserName(String) - Method in class org.wso2.carbon.deployment.synchronizer.RepositoryInformation
- setValue(String) - Method in class org.wso2.carbon.deployment.synchronizer.util.RepositoryConfigParameter
- shutdown() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizationManager
-
Cleanup and shutdown the RepositoryManager instance.
- start() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Start this DeploymentSynchronizer instance.
- stop() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- SUPER_TENANT_REGISTRY_PATH - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_APP_TENANT_TO_URL - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_FORCE_UPDATE - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_IGNORE_EXTERNALS - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_PASSWORD - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_URL - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- SVN_USERNAME - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- sync() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
- syncGhostMetaArtifacts() - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Deprecated.
- synchronizerEnabledForCarbonRepository() - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- synchronizerExists(String) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- synchronizerExists(String) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Checks whether a deployment synchronizer has been engaged on the specified path
T
- TENANT_REGISTRY_PATH - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
- TenantRepositoryContext - Class in org.wso2.carbon.deployment.synchronizer
- TenantRepositoryContext() - Constructor for class org.wso2.carbon.deployment.synchronizer.TenantRepositoryContext
- terminatingConfigurationContext(ConfigurationContext) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSyncAxis2ConfigurationContextObserver
U
- unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
- update(int) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
- update(int, String, String, int) - Method in interface org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Deprecated.
- update(String, String, int) - Method in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
-
Deprecated.
- update(String, String, int) - Method in class org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl
-
Deprecated.
- update(String, String, int) - Method in interface org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerService
-
Deprecated.
- updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration) - Method in class org.wso2.carbon.deployment.synchronizer.services.DeploymentSynchronizerAdmin
- USE_EVENTING - Static variable in class org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerConstants
All Classes All Packages