|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.versioning.svnkit.StatusHandler
class StatusHandler
Field Summary | |
---|---|
static Logger |
lgr
Logger. |
private boolean |
myIsRemote
|
Constructor Summary | |
StatusHandler(boolean isRemote)
|
Method Summary | |
---|---|
static String
|
buildStatusReport(SVNStatus status, boolean myIsRemote)
Build up a status report. |
void
|
checkCancelled()
|
void
|
handleEvent(SVNEvent event, double progress)
|
void
|
handleStatus(SVNStatus status)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static Logger lgr
private boolean myIsRemote
Constructor Detail |
---|
public StatusHandler(boolean isRemote)
Method Detail |
---|
public static String buildStatusReport(SVNStatus status, boolean myIsRemote)
public void checkCancelled()
public void handleEvent(SVNEvent event, double progress)
public void handleStatus(SVNStatus status)
Groovy Documentation