org.modeshape.jcr
Class JcrRepository.SourceWorkspacePair

java.lang.Object
  extended by org.modeshape.jcr.JcrRepository.SourceWorkspacePair
Enclosing class:
JcrRepository

@Immutable
protected static class JcrRepository.SourceWorkspacePair
extends Object


Constructor Summary
protected JcrRepository.SourceWorkspacePair(String sourceAndWorkspaceName)
           
 
Method Summary
 String getSourceName()
           
 String getWorkspaceName()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JcrRepository.SourceWorkspacePair

protected JcrRepository.SourceWorkspacePair(String sourceAndWorkspaceName)
Method Detail

getSourceName

public String getSourceName()
Returns:
sourceName

getWorkspaceName

public String getWorkspaceName()
Returns:
workspaceName

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.