|
TrueUpdate Manager Specification 0.1.8 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.java.trueupdate.manager.spec.ApplicationDescriptor
@Immutable public final class ApplicationDescriptor
An application descriptor comprises of an artifact descriptor plus a current location. This class implements an immutable value object, so you can easily share it with anyone.
| Nested Class Summary | |
|---|---|
static class |
ApplicationDescriptor.Builder<T>
|
| Method Summary | |
|---|---|
ArtifactDescriptor |
artifactDescriptor()
Returns the artifact descriptor. |
static ApplicationDescriptor.Builder<Void> |
builder()
Returns a new builder for an application descriptor. |
URI |
currentLocation()
Returns the current location. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ArtifactDescriptor artifactDescriptor()
public static ApplicationDescriptor.Builder<Void> builder()
public URI currentLocation()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
TrueUpdate Manager Specification 0.1.8 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||