com.sun.electric.tool.cvspm
Class Log

java.lang.Object
  extended by com.sun.electric.tool.cvspm.Log

public class Log
extends java.lang.Object

User: gainsley Date: Mar 23, 2006


Nested Class Summary
static class Log.LogEntry
           
static class Log.RevertToVersion
           
 
Method Summary
static void compare(Log.LogEntry entry1, Log.LogEntry entry2)
           
static void compareWithLocal(Log.LogEntry entry)
          Compare the specified version with the local copy
static void getVersion(Log.LogEntry entry)
           
static void showLog(Cell cell)
           
static void showLog(Library lib)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showLog

public static void showLog(Cell cell)

showLog

public static void showLog(Library lib)

compareWithLocal

public static void compareWithLocal(Log.LogEntry entry)
Compare the specified version with the local copy

Parameters:
entry -

compare

public static void compare(Log.LogEntry entry1,
                           Log.LogEntry entry2)

getVersion

public static void getVersion(Log.LogEntry entry)