Uses of Class
org.fedoraproject.xmvn.config.Repository
-
Packages that use Repository Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.impl org.fedoraproject.xmvn.config.io.stax org.fedoraproject.xmvn.repository.impl -
-
Uses of Repository in org.fedoraproject.xmvn.config
Fields in org.fedoraproject.xmvn.config with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>
Configuration. repositories
Field repositories.Methods in org.fedoraproject.xmvn.config that return Repository Modifier and Type Method Description Repository
Repository. clone()
Method clone.Methods in org.fedoraproject.xmvn.config that return types with arguments of type Repository Modifier and Type Method Description java.util.List<Repository>
Configuration. getRepositories()
Method getRepositories.Methods in org.fedoraproject.xmvn.config with parameters of type Repository Modifier and Type Method Description void
Configuration. addRepository(Repository repository)
Method addRepository.void
Configuration. removeRepository(Repository repository)
Method removeRepository.Method parameters in org.fedoraproject.xmvn.config with type arguments of type Repository Modifier and Type Method Description void
Configuration. setRepositories(java.util.List<Repository> repositories)
Set list of repositories. -
Uses of Repository in org.fedoraproject.xmvn.config.impl
Method parameters in org.fedoraproject.xmvn.config.impl with type arguments of type Repository Modifier and Type Method Description private void
ConfigurationMerger. mergeRepositories(java.util.List<Repository> dominant, java.util.List<Repository> recessive)
-
Uses of Repository in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return Repository Modifier and Type Method Description private Repository
ConfigurationStaxReader. parseRepository(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
Method parseRepository.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type Repository Modifier and Type Method Description private void
ConfigurationStaxWriter. writeRepository(Repository repository, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
Method writeRepository. -
Uses of Repository in org.fedoraproject.xmvn.repository.impl
Methods in org.fedoraproject.xmvn.repository.impl that return Repository Modifier and Type Method Description private Repository
DefaultRepositoryConfigurator. findDescriptor(java.lang.String repoId)
-