org.jboss.deployment
Class NetBootFile

java.lang.Object
  extended byorg.jboss.deployment.NetBootFile

public class NetBootFile
extends java.lang.Object

Represents a file/directory representation read from a distant HTTP server

See Also:
NetBootHelper (src)

Constructor Summary
NetBootFile()
           
NetBootFile(java.lang.String name, long size, long lastModified, boolean isDir, java.lang.String lister)
           
 
Method Summary
 java.lang.String getListerUrl()
           
 java.lang.String getName()
           
 long getSize()
           
 boolean isDirectory()
           
 long LastModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetBootFile

public NetBootFile()

NetBootFile

public NetBootFile(java.lang.String name,
                   long size,
                   long lastModified,
                   boolean isDir,
                   java.lang.String lister)
Method Detail

getName

public java.lang.String getName()

getSize

public long getSize()

LastModified

public long LastModified()

isDirectory

public boolean isDirectory()

getListerUrl

public java.lang.String getListerUrl()