public class AbstractRepositoryConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
description
The description of this repository.
|
private String |
id
The repository identifier.
|
private String |
indexDir
The directory for the indexes of this
repository.
|
private String |
layout
The layout of the repository.
|
private String |
name
The descriptive name of the repository.
|
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.
|
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.
|
private String description
public AbstractRepositoryConfiguration()
public String getDescription()
public String getIndexDir()
public String getLayout()
public void setDescription(String description)
description
- public void setIndexDir(String indexDir)
indexDir
- public void setLayout(String layout)
layout
- public void setName(String name)
name
- Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.