|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.util.VersionPathStuffer
public final class VersionPathStuffer
A utility to build a (possibly long) String representation of a collection of AVM path,versions. The path,versions can be recovered by VersionPathUnStuffer.
Constructor Summary | |
---|---|
VersionPathStuffer()
Make up one. |
Method Summary | |
---|---|
VersionPathStuffer |
add(int version,
java.lang.String path)
Add a version path expressed by the version and path. |
VersionPathStuffer |
add(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Add a version path expressed as a NodeRef. |
java.lang.String |
toString()
Get the stuffed String version of the Version/Paths contained in this. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VersionPathStuffer()
Method Detail |
---|
public VersionPathStuffer add(int version, java.lang.String path)
public VersionPathStuffer add(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |