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) class
AbstractRepositoryFactory
(package private) class
CompoundRepositoryFactory
Factory creating compound repositories.(package private) class
JppRepositoryFactory
Factory creating JPP repositories.(package private) class
MavenRepositoryFactory
Factory creating JPP repositories.(package private) class
SimpleRepositoryFactory
Fields 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. repositoryFactories
Methods in org.fedoraproject.xmvn.repository.impl with parameters of type RepositoryFactory Modifier and Type Method Description (package private) void
DefaultRepositoryConfigurator. addRepositoryFactory(java.lang.String type, RepositoryFactory repositoryFactory)
-