TrueUpdate Manager Specification 0.1.6

net.java.trueupdate.manager.spec
Class UpdateDescriptor.Builder<T>

java.lang.Object
  extended by net.java.trueupdate.manager.spec.UpdateDescriptor.Builder<T>
Enclosing class:
UpdateDescriptor

public static class UpdateDescriptor.Builder<T>
extends Object

A builder for an update descriptor.


Constructor Summary
protected UpdateDescriptor.Builder()
           
 
Method Summary
 ArtifactDescriptor.Builder<UpdateDescriptor.Builder<T>> artifactDescriptor()
           
 UpdateDescriptor.Builder<T> artifactDescriptor(ArtifactDescriptor artifactDescriptor)
           
 UpdateDescriptor build()
           
 T inject()
           
 UpdateDescriptor.Builder<T> updateVersion(String updateVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDescriptor.Builder

protected UpdateDescriptor.Builder()
Method Detail

artifactDescriptor

public ArtifactDescriptor.Builder<UpdateDescriptor.Builder<T>> artifactDescriptor()

artifactDescriptor

public UpdateDescriptor.Builder<T> artifactDescriptor(@Nullable
                                                      ArtifactDescriptor artifactDescriptor)

build

public UpdateDescriptor build()

inject

public T inject()

updateVersion

public UpdateDescriptor.Builder<T> updateVersion(@Nullable
                                                 String updateVersion)

TrueUpdate Manager Specification 0.1.6

Copyright © 2013 Stimulus Software. All rights reserved.