Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » deployment » [javadoc | source]
org.jboss.deployment
public class: NetBootFile [javadoc | source]
java.lang.Object
   org.jboss.deployment.NetBootFile
Represents a file/directory representation read from a distant HTTP server
Field Summary
 String name     
 long size     
 long lastModified     
 boolean isDirectory     
 String lister     
Constructor:
 public NetBootFile() 
 public NetBootFile(String name,
    long size,
    long lastModified,
    boolean isDir,
    String lister) 
Method from org.jboss.deployment.NetBootFile Summary:
LastModified,   getListerUrl,   getName,   getSize,   isDirectory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.deployment.NetBootFile Detail:
 public long LastModified() 
 public String getListerUrl() 
 public String getName() 
 public long getSize() 
 public boolean isDirectory()