Uses of Class
com.github.joschi.jadconfig.RepositoryException
Packages that use RepositoryException
-
Uses of RepositoryException in com.github.joschi.jadconfig
Methods in com.github.joschi.jadconfig that throw RepositoryExceptionModifier and TypeMethodDescriptionvoidRepository.close()Closes the underlying data source when it isn't require any more.voidRepository.open()Opens the configuration repository, e. g. create a database connection, open a file on disk for readingvoidJadConfig.process()Processes the configuration provided by the configuredRepositoryand filling the provided configuration beans.voidJadConfig.processFailingLazily()Processes the configuration provided by the configuredRepositoryand filling the provided configuration beans. -
Uses of RepositoryException in com.github.joschi.jadconfig.repositories
Methods in com.github.joschi.jadconfig.repositories that throw RepositoryExceptionModifier and TypeMethodDescriptionvoidEnvironmentRepository.close()voidInMemoryRepository.close()voidPropertiesRepository.close()Close the underlying properties file.voidSystemPropertiesRepository.close()voidEnvironmentRepository.open()voidInMemoryRepository.open()voidPropertiesRepository.open()Opens the properties file and reads itsPropertiesvoidSystemPropertiesRepository.open()