public class AbstractRepositoryConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
AbstractRepositoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDescription()
Get the description of this repository.
|
String |
getId()
Get the repository identifier.
|
String |
getIndexDir()
Get the directory for the indexes of this repository.
|
String |
getLayout()
Get the layout of the repository.
|
String |
getName()
Get the descriptive name of the repository.
|
String |
getPackedIndexDir()
Get the directory for the packed indexes of this repository.
|
String |
getType()
Get the repository type.
|
int |
hashCode() |
void |
setDescription(String description)
Set the description of this repository.
|
void |
setId(String id)
Set the repository identifier.
|
void |
setIndexDir(String indexDir)
Set the directory for the indexes of this repository.
|
void |
setLayout(String layout)
Set the layout of the repository.
|
void |
setName(String name)
Set the descriptive name of the repository.
|
void |
setPackedIndexDir(String packedIndexDir)
Set the directory for the packed indexes of this repository.
|
void |
setType(String type)
Set the repository type.
|
public AbstractRepositoryConfiguration()
public String getDescription()
public String getIndexDir()
public String getLayout()
public String getPackedIndexDir()
public String getType()
public void setDescription(String description)
description - public void setIndexDir(String indexDir)
indexDir - public void setLayout(String layout)
layout - public void setName(String name)
name - public void setPackedIndexDir(String packedIndexDir)
packedIndexDir - public void setType(String type)
type - Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.