Uses of Class
com.sun.electric.tool.cvspm.Update.StatusResult

Packages that use Update.StatusResult
com.sun.electric.tool.cvspm Package for the CVS tool which synchronizes circuitry using source-code control. 
 

Uses of Update.StatusResult in com.sun.electric.tool.cvspm
 

Methods in com.sun.electric.tool.cvspm that return Update.StatusResult
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.
 

Methods in com.sun.electric.tool.cvspm with parameters of type Update.StatusResult
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.