org.jboss.deployment.scanner
Class HttpURLDeploymentScanner.HttpDeploymentFolder

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

protected class HttpURLDeploymentScanner.HttpDeploymentFolder
extends java.lang.Object


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

Field Detail

folder

public java.lang.String folder

myLister

public HttpURLDeploymentScanner.HttpLister (src)  myLister

deployedFiles

public java.util.ArrayList deployedFiles
Constructor Detail

HttpURLDeploymentScanner.HttpDeploymentFolder

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

getRelativeFolder

public java.lang.String getRelativeFolder()

getAssociatedLister

public HttpURLDeploymentScanner.HttpLister (src)  getAssociatedLister()

addDeployedFile

public void addDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL (src)  file)

removeDeployedFile

public void removeDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL (src)  file)

getDeployedFiles

public java.util.List getDeployedFiles()

getCompleteListingUrl

public java.lang.String getCompleteListingUrl()
                                       throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

getUrlForFile

public java.net.URL getUrlForFile(NetBootFile (src)  file)
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException