Uses of Class
com.atlassian.crowd.importer.exceptions.ImporterConfigurationException

Packages that use ImporterConfigurationException
com.atlassian.crowd.acceptance.tests.persistence.importer   
com.atlassian.crowd.importer.config   
com.atlassian.crowd.importer.factory   
com.atlassian.crowd.importer.manager   
 

Uses of ImporterConfigurationException in com.atlassian.crowd.acceptance.tests.persistence.importer
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.importer that throw ImporterConfigurationException
 void ImporterFactoryImplTest.testGetImporterDAOWithNullConfiguration()
           
 

Uses of ImporterConfigurationException in com.atlassian.crowd.importer.config
 

Methods in com.atlassian.crowd.importer.config that throw ImporterConfigurationException
 void JdbcConfiguration.isValid()
           
 void DirectoryConfiguration.isValid()
           
 void CsvConfiguration.isValid()
           
 void Configuration.isValid()
          Will make sure that all required properties have been set on the Configuration object to perform an import.
 

Uses of ImporterConfigurationException in com.atlassian.crowd.importer.factory
 

Methods in com.atlassian.crowd.importer.factory that throw ImporterConfigurationException
 Importer ImporterFactoryImpl.getImporterDAO(Configuration configuration)
           
 Importer ImporterFactory.getImporterDAO(Configuration configuration)
          Will return an importer based on a given Configuration
 

Uses of ImporterConfigurationException in com.atlassian.crowd.importer.manager
 

Methods in com.atlassian.crowd.importer.manager that throw ImporterConfigurationException
 void ImporterManagerImpl.testConfiguration(Configuration configuration)
           
 void ImporterManager.testConfiguration(Configuration configuration)
          Tests that the connection succeeded or failed based on the provided configuration
 



Copyright © 2010 Atlassian. All Rights Reserved.