Uses of Class
org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Packages that use RepositoryImpl.WorkspaceInfo Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. -
-
Uses of RepositoryImpl.WorkspaceInfo in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return RepositoryImpl.WorkspaceInfo Modifier and Type Method Description protected RepositoryImpl.WorkspaceInfo
RepositoryImpl. createWorkspaceInfo(WorkspaceConfig wspConfig)
Creates a newRepositoryImpl.WorkspaceInfo
instance forwspConfig
.RepositoryImpl.WorkspaceInfo
RepositoryContext. getWorkspaceInfo(String workspaceName)
Returns theRepositoryImpl.WorkspaceInfo
for the named workspace.protected RepositoryImpl.WorkspaceInfo
RepositoryImpl. getWorkspaceInfo(String workspaceName)
Returns theRepositoryImpl.WorkspaceInfo
for the named workspace.
-