com.sun.electric.tool.cvspm
Class AddRemove
java.lang.Object
com.sun.electric.tool.cvspm.AddRemove
public class AddRemove
- extends java.lang.Object
User: gainsley
Date: Mar 22, 2006
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddRemove
public AddRemove()
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 cvsundo
- true to undo add/remove (boolean add ignored in this case).