public class ResourceDescriptorImpl extends SearchableRepository.ResourceDescriptor implements java.lang.Comparable<ResourceDescriptorImpl>
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<java.lang.String> |
repositories |
bsn, dependency, description, id, included, owner, phase, sha256, url, version| Constructor and Description |
|---|
ResourceDescriptorImpl() |
ResourceDescriptorImpl(SearchableRepository.ResourceDescriptor ref) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResourceDescriptorImpl var0) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public ResourceDescriptorImpl()
public ResourceDescriptorImpl(SearchableRepository.ResourceDescriptor ref) throws java.lang.IllegalAccessException
java.lang.IllegalAccessExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(ResourceDescriptorImpl var0)
compareTo in interface java.lang.Comparable<ResourceDescriptorImpl>public java.lang.String toString()
toString in class java.lang.Object