Package aQute.bnd.resource.repository
Class ResourceDescriptorImpl
- java.lang.Object
-
- aQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
-
- aQute.bnd.resource.repository.ResourceDescriptorImpl
-
- All Implemented Interfaces:
java.lang.Comparable<ResourceDescriptorImpl>
public class ResourceDescriptorImpl extends SearchableRepository.ResourceDescriptor implements java.lang.Comparable<ResourceDescriptorImpl>
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Set<java.lang.String>
repositories
-
Fields inherited from class aQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
bsn, dependency, description, id, included, owner, phase, sha256, url, version
-
-
Constructor Summary
Constructors Constructor Description ResourceDescriptorImpl()
ResourceDescriptorImpl(SearchableRepository.ResourceDescriptor ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ResourceDescriptorImpl var0)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ResourceDescriptorImpl
public ResourceDescriptorImpl()
-
ResourceDescriptorImpl
public ResourceDescriptorImpl(SearchableRepository.ResourceDescriptor ref) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
compareTo
public int compareTo(ResourceDescriptorImpl var0)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ResourceDescriptorImpl>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-