aQute.lib.deployer.obr
Class Referral

java.lang.Object
  extended by aQute.lib.deployer.obr.Referral

public class Referral
extends Object


Constructor Summary
Referral(String url, int depth)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getDepth()
           
 String getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Referral

public Referral(String url,
                int depth)
Method Detail

getUrl

public String getUrl()

getDepth

public int getDepth()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 aQute SARL. All Rights Reserved.