|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsRepository
Represents a repository.
Since different types of repositories have very different methods, this interface only provides the bare minimum of methods which are necessary for configuration.
| Field Summary |
|---|
| Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler |
|---|
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD |
| Method Summary | |
|---|---|
CmsRepositoryFilter |
getFilter()
Gets the repository filter. |
java.lang.String |
getName()
Returns the name of the repository. |
void |
initializeCms(CmsObject cms)
Initializes this repository with an admin CMS object. |
void |
setFilter(CmsRepositoryFilter filter)
Sets the repository filter. |
void |
setName(java.lang.String name)
Sets the name for this repository. |
| Methods inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler |
|---|
addConfigurationParameter, getConfiguration, initConfiguration |
| Method Detail |
|---|
CmsRepositoryFilter getFilter()
java.lang.String getName()
void initializeCms(CmsObject cms)
throws CmsException
cms - an admin CMS object
CmsException - if something goes wrongvoid setFilter(CmsRepositoryFilter filter)
filter - the repository filtervoid setName(java.lang.String name)
name - the name to use for the repository
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||