org.eclipse.jgit.lib
Class WindowCursor

java.lang.Object
  extended by org.eclipse.jgit.lib.WindowCursor

public final class WindowCursor
extends java.lang.Object

Active handle to a ByteWindow.


Constructor Summary
WindowCursor()
           
 
Method Summary
 void release()
          Release the current window cursor.
static WindowCursor release(WindowCursor curs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowCursor

public WindowCursor()
Method Detail

release

public void release()
Release the current window cursor.


release

public static WindowCursor release(WindowCursor curs)
Parameters:
curs - cursor to release; may be null.
Returns:
always null.