Uses of Interface
org.fedoraproject.xmvn.repository.Repository
-
Packages that use Repository Package Description org.fedoraproject.xmvn.repository org.fedoraproject.xmvn.repository.impl -
-
Uses of Repository in org.fedoraproject.xmvn.repository
Methods in org.fedoraproject.xmvn.repository that return Repository Modifier and Type Method Description RepositoryRepositoryConfigurator. configureRepository(java.lang.String repoId)RepositoryRepositoryConfigurator. configureRepository(java.lang.String repoId, java.lang.String namespace) -
Uses of Repository in org.fedoraproject.xmvn.repository.impl
Classes in org.fedoraproject.xmvn.repository.impl that implement Repository Modifier and Type Class Description (package private) classAbstractRepository(package private) classCompoundRepositoryCompound repository.(package private) classJppRepositoryJPP-style repository JPP layout, either versioned or versionless, depending on properties.(package private) classMavenRepositoryMaven repository layout, as used by upstream Maven.(package private) classSimpleRepositoryFields in org.fedoraproject.xmvn.repository.impl with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>CompoundRepository. slaveRepositoriesMethods in org.fedoraproject.xmvn.repository.impl that return Repository Modifier and Type Method Description RepositoryDefaultRepositoryConfigurator. configureRepository(java.lang.String repoId)RepositoryDefaultRepositoryConfigurator. configureRepository(java.lang.String repoId, java.lang.String namespace)RepositoryAbstractRepositoryFactory. getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)RepositoryCompoundRepositoryFactory. getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration, java.lang.String namespace)RepositoryRepositoryFactory. getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration)Create a resolver instance configured with given set of properties and repository-specific XML configuration.RepositoryRepositoryFactory. getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration, java.lang.String namespace)Create a resolver instance configured with given set of properties and repository-specific XML configuration.RepositorySimpleRepositoryFactory. getInstance(org.w3c.dom.Element filter, java.util.Properties properties, org.w3c.dom.Element configuration, java.lang.String namespace)protected RepositoryJppRepositoryFactory. newInstance(java.lang.String namespace, java.nio.file.Path root, org.w3c.dom.Element filter)protected RepositoryMavenRepositoryFactory. newInstance(java.lang.String namespace, java.nio.file.Path root, org.w3c.dom.Element filter)protected abstract RepositorySimpleRepositoryFactory. newInstance(java.lang.String namespace, java.nio.file.Path root, org.w3c.dom.Element filter)Constructor parameters in org.fedoraproject.xmvn.repository.impl with type arguments of type Repository Constructor Description CompoundRepository(java.lang.String namespace, java.nio.file.Path prefix, java.util.List<Repository> slaveRepositories)
-