Uses of Interface
com.github.joschi.jadconfig.Repository
Packages that use Repository
-
Uses of Repository in com.github.joschi.jadconfig
Methods in com.github.joschi.jadconfig that return types with arguments of type RepositoryModifier and TypeMethodDescriptionJadConfig.getRepositories()Get an unmodifiable list of registered repositories.Methods in com.github.joschi.jadconfig with parameters of type RepositoryModifier and TypeMethodDescriptionJadConfig.setRepositories(Repository... repositories) Set the (sorted) list ofRepositorys to load configuration data from.JadConfig.setRepository(Repository repository) Set theRepositoryto load configuration data from.Method parameters in com.github.joschi.jadconfig with type arguments of type RepositoryModifier and TypeMethodDescriptionJadConfig.setRepositories(Collection<Repository> repositories) Set the (sorted) list ofRepositorys to load configuration data from.Constructors in com.github.joschi.jadconfig with parameters of type RepositoryModifierConstructorDescriptionJadConfig(Repository repository, Object... configurationBeans) Creates a new instance of JadConfig backed by the providedRepositoryand filling the provided configurationBeans.Constructor parameters in com.github.joschi.jadconfig with type arguments of type RepositoryModifierConstructorDescriptionJadConfig(Collection<Repository> repositories, Object... configurationBeans) Creates a new instance of JadConfig backed by the providedRepositorys and filling the provided configurationBeans. -
Uses of Repository in com.github.joschi.jadconfig.repositories
Classes in com.github.joschi.jadconfig.repositories that implement RepositoryModifier and TypeClassDescriptionclassRepositoryclass providing access to environment variables.classRepositoryclass providing access to a simple configuration repository backed byHashMapclassRepositoryclass providing access to a configuration repository backed byPropertiesfilesclassRepositoryclass providing access to System properties.