当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
URLDeploymentScanner.DeployedURL (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
org.jboss.deployment.scanner
Class URLDeploymentScanner.DeployedURL
java.lang.Object
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.
url
public URL url
watchUrl
public URL watchUrl
deployedLastModified
public long deployedLastModified
URLDeploymentScanner.DeployedURL
public URLDeploymentScanner.DeployedURL(URL url)
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()
equals
public boolean equals(Object other)
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.