| Package | Description |
|---|---|
| com.atlassian.crowd.importer.config | |
| com.atlassian.crowd.importer.factory | |
| com.atlassian.crowd.importer.manager |
| Modifier and Type | Method and Description |
|---|---|
void |
CsvConfiguration.isValid() |
void |
JdbcConfiguration.isValid() |
void |
DirectoryConfiguration.isValid() |
void |
Configuration.isValid()
Will make sure that all required properties have been set on the Configuration
object to perform an import.
|
| Modifier and Type | Method and Description |
|---|---|
Importer |
ImporterFactoryImpl.getImporterDAO(Configuration configuration) |
Importer |
ImporterFactory.getImporterDAO(Configuration configuration)
Will return an importer based on a given Configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImporterManager.testConfiguration(Configuration configuration)
Tests that the connection succeeded or failed based on the provided configuration
|
void |
ImporterManagerImpl.testConfiguration(Configuration configuration) |
Copyright © 2020 Atlassian. All rights reserved.