org.alfresco.repo.avm.util
Class VersionPathUnstuffer

java.lang.Object
  extended by org.alfresco.repo.avm.util.VersionPathUnstuffer

public final class VersionPathUnstuffer
extends java.lang.Object

Takes a String representation of a list of Version/Paths (created by VersionPathStuffer) and gives you back a list of Version/Paths


Constructor Summary
VersionPathUnstuffer(java.lang.String stuffed)
          Construct one and in the process unstuff the String.
 
Method Summary
 java.util.List getNodeRefs()
          Get the Version/Paths as NodeRefs.
 java.util.List getVersionPaths()
          Get the raw list of Version/Paths.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionPathUnstuffer

public VersionPathUnstuffer(java.lang.String stuffed)
Construct one and in the process unstuff the String.

Method Detail

getVersionPaths

public java.util.List getVersionPaths()
Get the raw list of Version/Paths.


getNodeRefs

public java.util.List getNodeRefs()
Get the Version/Paths as NodeRefs.



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