Uses of Interface
org.fedoraproject.xmvn.repository.impl.RepositoryFactory
-
Packages that use RepositoryFactory Package Description org.fedoraproject.xmvn.repository.impl -
-
Uses of RepositoryFactory in org.fedoraproject.xmvn.repository.impl
Classes in org.fedoraproject.xmvn.repository.impl that implement RepositoryFactory Modifier and Type Class Description (package private) classAbstractRepositoryFactory(package private) classCompoundRepositoryFactoryFactory creating compound repositories.(package private) classJppRepositoryFactoryFactory creating JPP repositories.(package private) classMavenRepositoryFactoryFactory creating JPP repositories.(package private) classSimpleRepositoryFactoryFields in org.fedoraproject.xmvn.repository.impl with type parameters of type RepositoryFactory Modifier and Type Field Description private java.util.Map<java.lang.String,RepositoryFactory>DefaultRepositoryConfigurator. repositoryFactoriesMethods in org.fedoraproject.xmvn.repository.impl with parameters of type RepositoryFactory Modifier and Type Method Description (package private) voidDefaultRepositoryConfigurator. addRepositoryFactory(java.lang.String type, RepositoryFactory repositoryFactory)
-