|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRepositoryConfiguration
Represents a repository configuration.
The PROVIDER_ID and
REPOSITORY_ID are keys that are always required for a
valid configuration.
Each specific repository configuration may require additional keys for e.g. connection URL, jndiName, etc.
| Field Summary | |
|---|---|
static String |
PROVIDER_ID
The id of the IRepositoryProvider which should be configured. |
static String |
REPOSITORY_ID
A choosable id for the IRepositoryInstance. |
| Method Summary | |
|---|---|
Map<String,Serializable> |
getAttributes()
The attributes map that contains the actual configuration data. |
| Field Detail |
|---|
static final String PROVIDER_ID
IRepositoryProvider which should be configured.
static final String REPOSITORY_ID
IRepositoryInstance.
This Id must be unique as it identifies one specific repository instance.
| Method Detail |
|---|
Map<String,Serializable> getAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||