org.kuali.common.util.runonce.smart
Class RunOnceExecutable.Builder

java.lang.Object
  extended by org.kuali.common.util.runonce.smart.RunOnceExecutable.Builder
Enclosing class:
RunOnceExecutable

public static class RunOnceExecutable.Builder
extends Object


Constructor Summary
RunOnceExecutable.Builder(Executable executable, RunOnce runOnce)
           
 
Method Summary
 RunOnceExecutable build()
           
 RunOnceExecutable.Builder skip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunOnceExecutable.Builder

public RunOnceExecutable.Builder(Executable executable,
                                 RunOnce runOnce)
Method Detail

skip

public RunOnceExecutable.Builder skip(boolean skip)

build

public RunOnceExecutable build()


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.