Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
RepositoryRequestInfo.getFeature(Class<T> clazz)
Extension method that allows to provide different features that are not supported by all
repository types.
|
<T extends RepositoryFeature<T>> |
Repository.getFeature(Class<T> clazz)
Extension method that allows to provide different features that are not supported by all
repository types.
|
<T extends RepositoryFeature<T>> |
RepositoryRequestInfo.supportsFeature(Class<T> clazz)
Returns true, if the requested feature is supported by this repository.
|
<T extends RepositoryFeature<T>> |
Repository.supportsFeature(Class<T> clazz)
Returns true, if the requested feature is supported by this repository.
|
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
RepositoryRequestInfo.getFeature(Class<T> clazz)
Extension method that allows to provide different features that are not supported by all
repository types.
|
<T extends RepositoryFeature<T>> |
Repository.getFeature(Class<T> clazz)
Extension method that allows to provide different features that are not supported by all
repository types.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends RepositoryFeature<T>> |
AbstractRepository.addFeature(RepositoryFeature<T> feature) |
<T extends RepositoryFeature<T>> |
AbstractRepository.getFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
AbstractRepository.supportsFeature(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
AbstractRepository.getFeature(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
protected <T extends RepositoryFeature<T>> |
AbstractRepository.addFeature(RepositoryFeature<T> feature) |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
MavenRepositoryRequestInfo.getFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
MavenRepositoryRequestInfo.supportsFeature(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
MavenRepositoryRequestInfo.getFeature(Class<T> clazz) |
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryFeature<T extends RepositoryFeature<T>>
The repository feature holds information about specific features.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactCleanupFeature
This feature provides settings for artifact cleanup.
|
class |
IndexCreationFeature
This feature provides information about index creation.
|
class |
RemoteIndexFeature
Feature for remote index download.
|
class |
StagingRepositoryFeature
This feature provides some information about staging repositories.
|
Modifier and Type | Method and Description |
---|---|
default <K extends RepositoryFeature<K>> |
RepositoryFeature.isFeature(Class<K> clazz)
Tells, if the this instance is a feature of the given feature class.
|
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
MavenManagedRepository.getFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
MavenRemoteRepository.getFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
MavenManagedRepository.supportsFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
MavenRemoteRepository.supportsFeature(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryFeature<T>> |
MavenManagedRepository.getFeature(Class<T> clazz) |
<T extends RepositoryFeature<T>> |
MavenRemoteRepository.getFeature(Class<T> clazz) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.