org.jboss.deployment.scanner
Class HttpURLDeploymentScanner.HttpLister

java.lang.Object
  extended by org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
Enclosing class:
HttpURLDeploymentScanner

protected class HttpURLDeploymentScanner.HttpLister
extends Object


Field Summary
 String downloadUrl
           
 String httpListerUrl
           
 
Constructor Summary
HttpURLDeploymentScanner.HttpLister(String download, String list)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDownloadUrl()
           
 String getHttpListerUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

downloadUrl

public String downloadUrl

httpListerUrl

public String httpListerUrl
Constructor Detail

HttpURLDeploymentScanner.HttpLister

public HttpURLDeploymentScanner.HttpLister(String download,
                                           String list)
Method Detail

getDownloadUrl

public String getDownloadUrl()

getHttpListerUrl

public String getHttpListerUrl()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.