org.jboss.deployment
Class NetBootFile

java.lang.Object
  extended by org.jboss.deployment.NetBootFile

public class NetBootFile
extends Object

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

Version:
$Revision: 1.3.6.1 $

Revisions:

7 novembre 2002 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
NetBootHelper

Constructor Summary
NetBootFile()
           
NetBootFile(String name, long size, long lastModified, boolean isDir, String lister)
           
 
Method Summary
 String getListerUrl()
           
 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(String name,
                   long size,
                   long lastModified,
                   boolean isDir,
                   String lister)
Method Detail

getName

public String getName()

getSize

public long getSize()

LastModified

public long LastModified()

isDirectory

public boolean isDirectory()

getListerUrl

public String getListerUrl()


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