org.alfresco.repo.transfer
Class PathHelper

java.lang.Object
  extended by org.alfresco.repo.transfer.PathHelper

public class PathHelper
extends java.lang.Object


Constructor Summary
PathHelper()
           
 
Method Summary
static org.alfresco.service.cmr.repository.Path stringToPath(java.lang.String value)
          Converts a String representation of a path to a Path e.g "/{http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/application/1.0}dictionary/{http://www.alfresco.org/model/application/1.0}transfers/{http://www.alfresco.org/model/content/1.0}default/{http://www.alfresco.org/model/transfer/1.0}snapshotMe";
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathHelper

public PathHelper()
Method Detail

stringToPath

public static org.alfresco.service.cmr.repository.Path stringToPath(java.lang.String value)
Converts a String representation of a path to a Path e.g "/{http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/application/1.0}dictionary/{http://www.alfresco.org/model/application/1.0}transfers/{http://www.alfresco.org/model/content/1.0}default/{http://www.alfresco.org/model/transfer/1.0}snapshotMe";

Parameters:
value - the string representation of the path.
Returns:
Path


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