public class RepositoryGroupConfiguration extends Object implements Serializable
| Constructor and Description | 
|---|
| RepositoryGroupConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRepository(String string)Method addRepository. | 
| String | getCronExpression()Get when to run the index merging for this group. | 
| String | getId()Get the id of the repository group. | 
| String | getMergedIndexPath()Get the path of the merged index. | 
| int | getMergedIndexTtl()Get the time to live of the merged index of the repository
 group. | 
| String | getName() | 
| List<String> | getRepositories()Method getRepositories. | 
| String | getType() | 
| void | removeRepository(String string)Method removeRepository. | 
| void | setCronExpression(String cronExpression)Set when to run the index merging for this group. | 
| void | setId(String id)Set the id of the repository group. | 
| void | setMergedIndexPath(String mergedIndexPath)Set the path of the merged index. | 
| void | setMergedIndexTtl(int mergedIndexTtl)Set the time to live of the merged index of the repository
 group. | 
| void | setName(String name) | 
| void | setRepositories(List<String> repositories)Set the list of repository ids under the group. | 
| void | setType(String type) | 
public RepositoryGroupConfiguration()
public void addRepository(String string)
string - public String getCronExpression()
public String getMergedIndexPath()
public int getMergedIndexTtl()
public List<String> getRepositories()
public void removeRepository(String string)
string - public void setCronExpression(String cronExpression)
cronExpression - public void setMergedIndexPath(String mergedIndexPath)
mergedIndexPath - public void setMergedIndexTtl(int mergedIndexTtl)
mergedIndexTtl - public void setRepositories(List<String> repositories)
repositories - Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.