aQute.lib.deployer
Class RDImpl

java.lang.Object
  extended by aQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
      extended by aQute.lib.deployer.RDImpl
All Implemented Interfaces:
Cloneable, Comparable<RDImpl>

public class RDImpl
extends SearchableRepository.ResourceDescriptor
implements Cloneable, Comparable<RDImpl>


Field Summary
 
Fields inherited from class aQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
bsn, dependency, description, id, included, owner, phase, sha256, url, version
 
Constructor Summary
RDImpl()
           
 
Method Summary
 RDImpl clone()
           
 int compareTo(RDImpl o)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDImpl

public RDImpl()
Method Detail

clone

public RDImpl clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

compareTo

public int compareTo(RDImpl o)
Specified by:
compareTo in interface Comparable<RDImpl>


Copyright © 2014 aQute SARL. All rights reserved.