org.sourcejammer.client.gui.process
Class CheckOutFileProcess

java.lang.Object
  |
  +--org.sourcejammer.client.gui.process.AbstractProcess
        |
        +--org.sourcejammer.client.gui.process.CheckOutFileProcess
All Implemented Interfaces:
SJProcess

public class CheckOutFileProcess
extends AbstractProcess

Title: $FileName: CheckOutFileProcess.java$

Version:
$VerNum: 5$

$Description: $ $KeyWordsOff: $
Author:
$AuthorName: Rob MacGrogan$

Field Summary
private static int CHECK_OUT
           
private static int FORCE_CHECK_IN
           
private static int SKIP
           
 
Fields inherited from class org.sourcejammer.client.gui.process.AbstractProcess
 
Constructor Summary
CheckOutFileProcess()
           
 
Method Summary
private  boolean checkLocalFileStatus(java.lang.String fileName, java.io.File targetDir, long fileID)
           
 void process(java.lang.Object info)
           
private  int showFileChangedDialog(java.lang.String fileName)
           
 
Methods inherited from class org.sourcejammer.client.gui.process.AbstractProcess
fireProcess, increment, increment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORCE_CHECK_IN

private static final int FORCE_CHECK_IN
See Also:
Constant Field Values

SKIP

private static final int SKIP
See Also:
Constant Field Values

CHECK_OUT

private static final int CHECK_OUT
See Also:
Constant Field Values
Constructor Detail

CheckOutFileProcess

public CheckOutFileProcess()
Method Detail

process

public void process(java.lang.Object info)
Specified by:
process in class AbstractProcess

checkLocalFileStatus

private boolean checkLocalFileStatus(java.lang.String fileName,
                                     java.io.File targetDir,
                                     long fileID)
                              throws java.io.IOException,
                                     org.sourcejammer.util.SourceJammerConnectionException,
                                     GUICommandException
java.io.IOException
org.sourcejammer.util.SourceJammerConnectionException
GUICommandException

showFileChangedDialog

private int showFileChangedDialog(java.lang.String fileName)


Copyright © 2003 Soucejammer project.