org.jboss.deployment
Class NetBootFile
java.lang.Object
org.jboss.deployment.NetBootFile
- public class NetBootFile
- extends Object
Represents a file/directory representation read from a distant HTTP server
- Version:
- $Revision: 1.1.2.1 $
Revisions:
7 novembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
NetBootHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetBootFile
public NetBootFile()
NetBootFile
public NetBootFile(String name,
long size,
long lastModified,
boolean isDir,
String lister)
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.