public interface IRepositoryConfiguration extends Serializable
PROVIDER_ID and
REPOSITORY_ID are keys that are always required for a
valid configuration. | Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID
The id of the
IRepositoryProvider which should be configured. |
static String |
REPOSITORY_ID
A choosable id for the
IRepositoryInstance. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getAttributes()
The attributes map that contains the actual configuration data.
|
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.Map<String,Serializable> getAttributes()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.