|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.gate.versioning.svnkit.SandboxCanceller
class SandboxCanceller
Simple implementation of ISVNCanceller that delegates checkCancelled calls back to a Sandbox object.
| Field Summary | |
|---|---|
private Sandbox |
sandbox
|
| Constructor Summary | |
SandboxCanceller(Sandbox sandbox)
|
|
| Method Summary | |
|---|---|
void
|
checkCancelled()
Delegate checkCancelled back to the Sandbox. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Field Detail |
|---|
private Sandbox sandbox
| Constructor Detail |
|---|
public SandboxCanceller(Sandbox sandbox)
| Method Detail |
|---|
public void checkCancelled()
Groovy Documentation