Package | Description |
---|---|
com.sun.electric.tool.cvspm |
Package for the CVS tool which synchronizes circuitry using source-code control.
|
Modifier and Type | Method and Description |
---|---|
static Update.UpdateEnum |
Update.UpdateEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Update.UpdateEnum[] |
Update.UpdateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Update.commentStatusResult(Update.StatusResult result,
Update.UpdateEnum type)
Parse the output of an 'cvs -nq update' command, which
checks the status of the given files.
|
static void |
Update.update(java.util.List<Library> libs,
java.util.List<Cell> cells,
Update.UpdateEnum type,
boolean updateProject,
boolean checkEditors)
Run Update/Status/Rollback on the libraries and cells
|
protected static Update.StatusResult |
Update.update(java.lang.String cvsProgram,
java.lang.String repository,
java.lang.String file,
java.lang.String dir,
Update.UpdateEnum type)
Update the given file in the given directory.
|
static void |
Update.updateCell(Cell cell,
Update.UpdateEnum type)
Update a Cell.
|
static void |
Update.updateLibrary(Library lib,
Update.UpdateEnum type)
Update all Cells from a library.
|
static void |
Update.updateOpenLibraries(Update.UpdateEnum type)
Update all open libraries.
|
static void |
Update.updateProject(Update.UpdateEnum type)
Update all libraries.
|