TrueUpdate Manager Specification 0.2

net.java.trueupdate.manager.spec
Class UpdateServiceParameters

java.lang.Object
  extended by net.java.trueupdate.manager.spec.UpdateServiceParameters

@Immutable
public final class UpdateServiceParameters
extends Object

Update service parameters.

Author:
Christian Schlichtherle

Nested Class Summary
static class UpdateServiceParameters.Builder<P>
          A builder for update service parameters.
 
Method Summary
static UpdateServiceParameters.Builder<Void> builder()
          Returns a new builder for update service parameters.
static UpdateServiceParameters parse(UpdateServiceParametersDto ci)
          Parses the given configuration item.
 URI uri()
          Returns the base URI of the update service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static UpdateServiceParameters.Builder<Void> builder()
Returns a new builder for update service parameters.


parse

public static UpdateServiceParameters parse(UpdateServiceParametersDto ci)
Parses the given configuration item.


uri

public URI uri()
Returns the base URI of the update service.


TrueUpdate Manager Specification 0.2

Copyright © 2013 Schlichtherle IT Services. All rights reserved.