public class RunOnceExecutable extends Object implements Executable
| Modifier and Type | Class and Description |
|---|---|
static class |
RunOnceExecutable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RunOnceExecutable.Builder |
builder(Executable executable,
RunOnce runOnce) |
void |
execute() |
Executable |
getExecutable() |
RunOnce |
getRunOnce() |
boolean |
isSkip() |
public void execute()
execute in interface Executablepublic static RunOnceExecutable.Builder builder(Executable executable, RunOnce runOnce)
public Executable getExecutable()
public boolean isSkip()
public RunOnce getRunOnce()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.