TrueUpdate Manager Specification 0.2

net.java.trueupdate.manager.spec
Class UpdateServiceParameters.Builder<P>

java.lang.Object
  extended by net.java.trueupdate.util.builder.AbstractBuilder<P>
      extended by net.java.trueupdate.manager.spec.UpdateServiceParameters.Builder<P>
Type Parameters:
P - The type of the parent builder, if defined.
Enclosing class:
UpdateServiceParameters

public static class UpdateServiceParameters.Builder<P>
extends net.java.trueupdate.util.builder.AbstractBuilder<P>

A builder for update service parameters.


Constructor Summary
protected UpdateServiceParameters.Builder()
           
 
Method Summary
 UpdateServiceParameters build()
           
 UpdateServiceParameters.Builder<P> parse(UpdateServiceParametersDto ci)
          Selectively parses the given configuration item.
 UpdateServiceParameters.Builder<P> uri(URI uri)
           
 
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
 

Constructor Detail

UpdateServiceParameters.Builder

protected UpdateServiceParameters.Builder()
Method Detail

build

public UpdateServiceParameters build()
Specified by:
build in class net.java.trueupdate.util.builder.AbstractBuilder<P>

parse

public final UpdateServiceParameters.Builder<P> parse(UpdateServiceParametersDto ci)
Selectively parses the given configuration item.


uri

public final UpdateServiceParameters.Builder<P> uri(@Nullable
                                                    URI uri)

TrueUpdate Manager Specification 0.2

Copyright © 2013 Schlichtherle IT Services. All rights reserved.