| Package | Description | 
|---|---|
| org.apache.archiva.repository | |
| org.apache.archiva.repository.base | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReleaseScheme | ReleaseScheme. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ReleaseScheme[] | ReleaseScheme. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ReleaseScheme> | ManagedRepository. getActiveReleaseSchemes()Returns the release schemes that are active by this repository. | 
| Set<ReleaseScheme> | RepositoryCapabilities. supportedReleaseSchemes()Returns the release schemes this repository type can handle | 
| Set<ReleaseScheme> | StandardCapabilities. supportedReleaseSchemes() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EditableManagedRepository. addActiveReleaseScheme(ReleaseScheme scheme)Adds an active release scheme. | 
| void | EditableManagedRepository. removeActiveReleaseScheme(ReleaseScheme scheme)Removes an active release scheme from the set. | 
| Constructor and Description | 
|---|
| StandardCapabilities(ReleaseScheme[] supportedReleaseSchemes,
                    String[] supportedLayouts,
                    String[] customCapabilities,
                    String[] supportedFeatures,
                    boolean indexable,
                    boolean fileBased,
                    boolean canBlockRedeployments,
                    boolean scannable,
                    boolean allowsFailover) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ReleaseScheme> | AbstractManagedRepository. getActiveReleaseSchemes() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractManagedRepository. addActiveReleaseScheme(ReleaseScheme scheme) | 
| void | AbstractManagedRepository. removeActiveReleaseScheme(ReleaseScheme scheme) | 
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.