当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
NetBootFile (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
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.3 $
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.