net.java.trueupdate.manager.spec
Class TimerParameters.Builder<P>
java.lang.Object
net.java.trueupdate.util.builder.AbstractBuilder<P>
net.java.trueupdate.manager.spec.TimerParameters.Builder<P>
- Type Parameters:
P - The type of the parent builder, if defined.
- Enclosing class:
- TimerParameters
public static class TimerParameters.Builder<P>
- extends net.java.trueupdate.util.builder.AbstractBuilder<P>
A builder for timer parameters.
| Methods inherited from class net.java.trueupdate.util.builder.AbstractBuilder |
inject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerParameters.Builder
protected TimerParameters.Builder()
build
public TimerParameters build()
- Specified by:
build in class net.java.trueupdate.util.builder.AbstractBuilder<P>
delay
public final TimerParameters.Builder<P> delay(long delay)
delay
public final TimerParameters.Builder<P> delay(TimeUnit unit)
parse
public final TimerParameters.Builder<P> parse(TimerParametersDto ci)
- Selectively parses the given configuration item.
period
public final TimerParameters.Builder<P> period(long period)
Copyright © 2013 Schlichtherle IT Services. All rights reserved.