public class ArchivaDefaultConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private List<RepositoryCheckPath> |
defaultCheckPaths
Field defaultCheckPaths.
|
Constructor and Description |
---|
ArchivaDefaultConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addDefaultCheckPath(RepositoryCheckPath repositoryCheckPath)
Method addDefaultCheckPath.
|
List<RepositoryCheckPath> |
getDefaultCheckPaths()
Method getDefaultCheckPaths.
|
void |
removeDefaultCheckPath(RepositoryCheckPath repositoryCheckPath)
Method removeDefaultCheckPath.
|
void |
setDefaultCheckPaths(List<RepositoryCheckPath> defaultCheckPaths)
Set the default check paths for certain remote repositories.
|
private List<RepositoryCheckPath> defaultCheckPaths
public ArchivaDefaultConfiguration()
public void addDefaultCheckPath(RepositoryCheckPath repositoryCheckPath)
repositoryCheckPath
- public List<RepositoryCheckPath> getDefaultCheckPaths()
public void removeDefaultCheckPath(RepositoryCheckPath repositoryCheckPath)
repositoryCheckPath
- public void setDefaultCheckPaths(List<RepositoryCheckPath> defaultCheckPaths)
defaultCheckPaths
- Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.