org.alfresco.jcr.item
Class JCRPath

java.lang.Object
  extended by org.alfresco.jcr.item.JCRPath

public class JCRPath
extends java.lang.Object

JCR Path Helper


Nested Class Summary
static class JCRPath.RootSimpleElement
          Root Path Element
static class JCRPath.SimpleElement
          Simple Path Element used for building JCR Paths
 
Constructor Summary
JCRPath(org.alfresco.service.namespace.NamespacePrefixResolver resolver, java.lang.String strPath)
          Constuct path from string representation of path
 
Method Summary
 org.alfresco.service.cmr.repository.Path getPath()
          Get the Path
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRPath

public JCRPath(org.alfresco.service.namespace.NamespacePrefixResolver resolver,
               java.lang.String strPath)
Constuct path from string representation of path

Parameters:
strPath -
Method Detail

getPath

public org.alfresco.service.cmr.repository.Path getPath()
Get the Path

Returns:
the underling path

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.