public abstract class SandboxUpdater
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SandboxUpdater.RuntimeResources
Runtime resources available for sandbox updates.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SandboxUpdater()
Constructs a sandbox updater.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
update(Sandbox sandbox,
SandboxUpdater.RuntimeResources resources)
Updates a sandbox.
|
public abstract boolean update(Sandbox sandbox, SandboxUpdater.RuntimeResources resources) throws SandboxUpdateException
sandbox - the sandbox to be updatedresources - the runtime resources available; null if
runtime resources are not available or an error occurred
while retrieving the resourcestrue if the sandbox needs to be refreshed after the
updateSandboxUpdateException - if an error occurs while updating the
sandbox