Uses of Interface
cz.muni.fi.rtc.teacherWorkbench.importer.ImporterConfiguration

Packages that use ImporterConfiguration
cz.muni.fi.rtc.teacherWorkbench.importer   
 

Uses of ImporterConfiguration in cz.muni.fi.rtc.teacherWorkbench.importer
 

Classes in cz.muni.fi.rtc.teacherWorkbench.importer that implement ImporterConfiguration
 class ImporterConfigurationImpl
           
 

Methods in cz.muni.fi.rtc.teacherWorkbench.importer that return ImporterConfiguration
static ImporterConfiguration Utils.configurationFromProperties(java.lang.String confPath)
          Reads configuration from .properties file and returns them as the ImporterConfiguration.
 

Methods in cz.muni.fi.rtc.teacherWorkbench.importer with parameters of type ImporterConfiguration
static com.novell.ldap.LDAPConnection Utils.establishLdapConnection(ImporterConfiguration configuration)
          Returns LDAP connection.
static com.ibm.team.repository.client.ITeamRepository Utils.establishRepositoryConnection(ImporterConfiguration configuration)
          Connects to RTC repository (if not already connected)
 

Constructors in cz.muni.fi.rtc.teacherWorkbench.importer with parameters of type ImporterConfiguration
Mailer(ImporterConfiguration conf)
          Constructor
PeopleImporter(ImporterConfiguration conf)
          Constructs new Importer using the configuration passed as argument
ProjectImporter(ImporterConfiguration conf)
          Constructor.