Package | Description |
---|---|
org.apache.archiva.repository | |
org.apache.archiva.repository.content.maven2 |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedRepositoryContent
ManagedRepositoryContent interface for interacting with a managed repository in an abstract way,
without the need for processing based on filesystem paths, or working with the database.
|
interface |
RemoteRepositoryContent
RemoteRepositoryContent interface for interacting with a remote repository in an abstract way,
without the need for processing based on URLs, or working with the database.
|
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryContent,V extends Repository> |
RepositoryContentProvider.createContent(Class<T> clazz,
V repository)
Creates a generic content object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefaultRepositoryContent
AbstractDefaultRepositoryContent - common methods for working with default (maven 2) layout.
|
class |
ManagedDefaultRepositoryContent
ManagedDefaultRepositoryContent
|
class |
RemoteDefaultRepositoryContent
RemoteDefaultRepositoryContent
|
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryContent,V extends Repository> |
MavenContentProvider.createContent(Class<T> clazz,
V repository) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.