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