com.sun.electric.tool.cvspm
Class AddRemove

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

public class AddRemove
extends java.lang.Object

User: gainsley Date: Mar 22, 2006


Nested Class Summary
static class AddRemove.AddRemoveJob
           
static class AddRemove.UndoAddRemoveJob
           
 
Constructor Summary
AddRemove()
           
 
Method Summary
static void add(Cell cell)
           
static void add(Library lib)
           
static void addremove(java.util.List<Library> libs, java.util.List<Cell> cells, boolean add, boolean undo)
          Add or Remove libs and cells from CVS.
static void remove(Cell cell)
           
static void remove(Library lib)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddRemove

public AddRemove()
Method Detail

add

public static void add(Library lib)

add

public static void add(Cell cell)

remove

public static void remove(Library lib)

remove

public static void remove(Cell cell)

addremove

public static void addremove(java.util.List<Library> libs,
                             java.util.List<Cell> cells,
                             boolean add,
                             boolean undo)
Add or Remove libs and cells from CVS.

Parameters:
libs -
cells -
add - true to add to cvs, false to remove from cvs
undo - true to undo add/remove (boolean add ignored in this case).