public class PackageCoordinate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PackageCoordinate.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
name |
String |
namespace |
String |
type |
String |
version |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
For our purposes we will allow coordinates to be equal if they overlap, even though technically they are different
objects.
|
String |
getName() |
String |
getNamespace() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
static PackageCoordinate.Builder |
newBuilder() |
static PackageCoordinate.Builder |
newBuilder(PackageCoordinate copy) |
String |
toString() |
public final String type
public final String namespace
public final String name
public final String version
public static PackageCoordinate.Builder newBuilder()
public static PackageCoordinate.Builder newBuilder(PackageCoordinate copy)
public String getType()
public String getNamespace()
public String getName()
public String getVersion()
public boolean equals(Object obj)
Copyright © 2018. All rights reserved.