public interface ManagedRepositoryMBean
Modifier and Type | Method and Description |
---|---|
void |
createWorkspace(String name)
Creates a new workspace with the given name.
|
Map<String,String> |
getDescriptors()
Returns all the repository descriptors.
|
String |
getName()
Returns the name of this repository implementation.
|
String |
getVersion()
Returns the version of this repository implementation.
|
String[] |
getWorkspaceNames()
Returns the names of all the workspaces in this repository.
|
String getName()
Repository.REP_NAME_DESC
String getVersion()
Repository.REP_VERSION_DESC
Map<String,String> getDescriptors()
String[] getWorkspaceNames()
void createWorkspace(String name) throws RepositoryException
name
- workspace nameRepositoryException
- if the workspace could not be createdCopyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.