public static class EsiUtils.OfflineProjectDescriptor extends java.lang.Object implements ProjectDescriptor
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.UUID |
getClusterID()
Returns cluster ID of the project.
|
java.lang.String |
getRepresentationString()
Constructs human representation of project.
|
java.net.URI |
getURI()
Returns project location URI.
|
java.lang.String |
getUser()
Returns user name.
|
int |
hashCode() |
boolean |
isRemote() |
public java.util.UUID getClusterID()
public java.lang.String getUser()
public java.net.URI getURI()
ProjectDescriptor
getURI
in interface ProjectDescriptor
public java.lang.String getRepresentationString()
ProjectDescriptor
getRepresentationString
in interface ProjectDescriptor
public boolean isRemote()
isRemote
in interface ProjectDescriptor
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object