public class WorkspaceIdentifier extends Object
Constructor and Description |
---|
WorkspaceIdentifier(String workspace)
Create a new instance
|
WorkspaceIdentifier(String workspace,
org.modeshape.jcr.JcrRepository repository)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.modeshape.jcr.JcrRepository |
getRepository() |
String |
getWorkspace() |
int |
hashCode() |
void |
setRepository(org.modeshape.jcr.JcrRepository repository) |
public WorkspaceIdentifier(String workspace)
workspace
- the workspace namepublic WorkspaceIdentifier(String workspace, org.modeshape.jcr.JcrRepository repository)
workspace
- the workspace namerepository
- the repositorypublic String getWorkspace()
public org.modeshape.jcr.JcrRepository getRepository()
public void setRepository(org.modeshape.jcr.JcrRepository repository)
Copyright © 2013–2019. All rights reserved.