Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


oracle.jsp.webutil.fileaccess
Class FileSystemEntity

java.lang.Object
  extended byoracle.jsp.webutil.fileaccess.PersistentEntity
      extended byoracle.jsp.webutil.fileaccess.FileSystemEntity

All Implemented Interfaces:
Persistable
Direct Known Subclasses:
BinaryFile

public abstract class FileSystemEntity
extends PersistentEntity

Constructor Summary
FileSystemEntity()
           

 

Method Summary
 boolean checkLocation()
           
 void deleteEmpty()
           
 java.util.Enumeration getFileNames()
           
 void listFiles(java.io.File f)
           

 

Methods inherited from class oracle.jsp.webutil.fileaccess.PersistentEntity
setFileDetails

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jsp.webutil.fileaccess.Persistable
readAndSave

 

Constructor Detail

FileSystemEntity

public FileSystemEntity()

Method Detail

checkLocation

public boolean checkLocation()
                      throws FileAccessException
Throws:
FileAccessException

deleteEmpty

public void deleteEmpty()
                 throws FileAccessException
Throws:
FileAccessException

getFileNames

public java.util.Enumeration getFileNames()
                                   throws FileAccessException
Throws:
FileAccessException

listFiles

public void listFiles(java.io.File f)

Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


Copyright © 2004, 2006, Oracle. All rights reserved.