Extension SDK 9.0.5

oracle.jdeveloper.vcs.util
Class VCSBufferUtils

java.lang.Object
  extended byoracle.jdeveloper.vcs.util.VCSBufferUtils

public class VCSBufferUtils
extends java.lang.Object

Utility class for the reloading of document editor buffers.

Since:
9.0.5

Method Summary
static void reloadBuffers(java.util.Map timestampMap)
           
static java.util.Map storeAllTimestamps()
           
static java.util.Map storeTimestamps(java.util.Collection nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

storeAllTimestamps

public static java.util.Map storeAllTimestamps()
See Also:
NodeUtil.storeAllTimestamps(Map)

storeTimestamps

public static java.util.Map storeTimestamps(java.util.Collection nodes)
See Also:
NodeUtil.storeTimestamps(Map,Collection)

reloadBuffers

public static void reloadBuffers(java.util.Map timestampMap)
See Also:
NodeUtil.reloadBuffers(Map)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.