org.jboss.deployment.scanner
Class URLDeploymentScanner.DeployedURL

java.lang.Object
  extended by org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
Enclosing class:
URLDeploymentScanner

protected class URLDeploymentScanner.DeployedURL
extends Object

A container and help class for a deployed URL. should be static at this point, with the explicit scanner ref, but I'm (David) lazy.


Field Summary
 long deployedLastModified
           
 URL url
           
 URL watchUrl
          The url to check to decide if we need to redeploy
 
Constructor Summary
URLDeploymentScanner.DeployedURL(URL url)
           
 
Method Summary
 void deployed()
           
 boolean equals(Object other)
           
 File getFile()
           
 long getLastModified()
           
 int hashCode()
           
 boolean isFile()
           
 boolean isModified()
           
 boolean isRemoved()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public URL url

watchUrl

public URL watchUrl
The url to check to decide if we need to redeploy


deployedLastModified

public long deployedLastModified
Constructor Detail

URLDeploymentScanner.DeployedURL

public URLDeploymentScanner.DeployedURL(URL url)
Method Detail

deployed

public void deployed()

isFile

public boolean isFile()

getFile

public File getFile()

isRemoved

public boolean isRemoved()

getLastModified

public long getLastModified()

isModified

public boolean isModified()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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