站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 system API Documentation 英文版文档

HttpURLDeploymentScanner.HttpDeploymentFolder (JBoss System API) - JBoss 3.2.7 system API Documentation 英文版文档


org.jboss.deployment.scanner
Class HttpURLDeploymentScanner.HttpDeploymentFolder

java.lang.Object
  extended byorg.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
Enclosing class:
HttpURLDeploymentScanner

protected class HttpURLDeploymentScanner.HttpDeploymentFolder
extends Object


Field Summary
 ArrayList deployedFiles
           
 String folder
           
 HttpURLDeploymentScanner.HttpLister myLister
           
 
Constructor Summary
HttpURLDeploymentScanner.HttpDeploymentFolder(String folder, HttpURLDeploymentScanner.HttpLister accessor)
           
 
Method Summary
 void addDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL file)
           
 HttpURLDeploymentScanner.HttpLister getAssociatedLister()
           
 String getCompleteListingUrl()
           
 List getDeployedFiles()
           
 String getRelativeFolder()
           
 URL getUrlForFile(NetBootFile file)
           
 void removeDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folder

public String folder

myLister

public HttpURLDeploymentScanner.HttpLister myLister

deployedFiles

public ArrayList deployedFiles
Constructor Detail

HttpURLDeploymentScanner.HttpDeploymentFolder

public HttpURLDeploymentScanner.HttpDeploymentFolder(String folder,
                                                     HttpURLDeploymentScanner.HttpLister accessor)
Method Detail

getRelativeFolder

public String getRelativeFolder()

getAssociatedLister

public HttpURLDeploymentScanner.HttpLister getAssociatedLister()

addDeployedFile

public void addDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL file)

removeDeployedFile

public void removeDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL file)

getDeployedFiles

public List getDeployedFiles()

getCompleteListingUrl

public String getCompleteListingUrl()
                             throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

getUrlForFile

public URL getUrlForFile(NetBootFile file)
                  throws MalformedURLException
Throws:
MalformedURLException


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