Modifier and Type | Method and Description |
---|---|
void |
MergedRemoteIndexesScheduler.schedule(RepositoryGroup repositoryGroup,
StorageAsset directory)
will check if this repository group need to a schedule a cron to download/merge
remote indexes
|
void |
MergedRemoteIndexesScheduler.unschedule(RepositoryGroup repositoryGroup) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMergedRemoteIndexesScheduler.schedule(RepositoryGroup repositoryGroup,
StorageAsset directory) |
void |
DefaultMergedRemoteIndexesScheduler.unschedule(RepositoryGroup repositoryGroup) |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableRepositoryGroup |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
RepositoryProvider.createRepositoryGroup(RepositoryGroupConfiguration configuration)
Creates a new repository group instance from the given configuration.
|
RepositoryGroup |
RepositoryRegistry.getRepositoryGroup(String groupId) |
RepositoryGroup |
RepositoryRegistry.putRepositoryGroup(RepositoryGroup repositoryGroup) |
RepositoryGroup |
RepositoryRegistry.putRepositoryGroup(RepositoryGroupConfiguration repositoryGroupConfiguration) |
RepositoryGroup |
RepositoryRegistry.putRepositoryGroup(RepositoryGroupConfiguration repositoryGroupConfiguration,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryGroup> |
RepositoryRegistry.getRepositoryGroups() |
Modifier and Type | Method and Description |
---|---|
RepositoryGroupConfiguration |
RepositoryProvider.getRepositoryGroupConfiguration(RepositoryGroup repositoryGroup)
Returns a configuration object from the given repository group instance.
|
RepositoryGroup |
RepositoryRegistry.putRepositoryGroup(RepositoryGroup repositoryGroup) |
void |
RepositoryRegistry.removeRepositoryGroup(RepositoryGroup repositoryGroup) |
void |
RepositoryRegistry.removeRepositoryGroup(RepositoryGroup repositoryGroup,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryGroup
Abstract repository group implementation.
|
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
ArchivaRepositoryRegistry.getRepositoryGroup(String groupId) |
RepositoryGroup |
ArchivaRepositoryRegistry.putRepositoryGroup(RepositoryGroup repositoryGroup)
Adds a new repository group to the current list, or replaces the repository group definition with
the same id, if it exists already.
|
RepositoryGroup |
ArchivaRepositoryRegistry.putRepositoryGroup(RepositoryGroupConfiguration repositoryGroupConfiguration)
Adds a new repository group or updates the repository with the same id, if it exists already.
|
RepositoryGroup |
ArchivaRepositoryRegistry.putRepositoryGroup(RepositoryGroupConfiguration repositoryGroupConfiguration,
Configuration configuration)
Adds a new repository group or updates the repository group with the same id.
|
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryGroup> |
ArchivaRepositoryRegistry.getRepositoryGroups() |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
ArchivaRepositoryRegistry.putRepositoryGroup(RepositoryGroup repositoryGroup)
Adds a new repository group to the current list, or replaces the repository group definition with
the same id, if it exists already.
|
void |
ArchivaRepositoryRegistry.removeRepositoryGroup(RepositoryGroup repositoryGroup)
Removes a repository group from the registry and configuration, if it exists.
|
void |
ArchivaRepositoryRegistry.removeRepositoryGroup(RepositoryGroup repositoryGroup,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
MavenRepositoryGroup |
Modifier and Type | Method and Description |
---|---|
RepositoryGroup |
MavenRepositoryProvider.createRepositoryGroup(RepositoryGroupConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
RepositoryGroupConfiguration |
MavenRepositoryProvider.getRepositoryGroupConfiguration(RepositoryGroup repositoryGroup) |
Modifier and Type | Method and Description |
---|---|
protected StorageAsset |
ArchivaDavResourceFactory.buildMergedIndexDirectory(String activePrincipal,
org.apache.jackrabbit.webdav.DavServletRequest request,
RepositoryGroup repositoryGroup) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.