Xindice API

Uses of Interface
org.apache.xindice.server.FileResource

Packages that use FileResource
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
 

Uses of FileResource in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return FileResource
 FileResource[] FileResource.getChildren()
          getChildren returns a list of the files in the directory specified by this FileResource.
 FileResource Kernel.getFileResource(java.lang.String filename)
           
 FileResource Kernel.getTemporaryFileResource()
           
 FileResource Gateway.getFileResource(java.lang.String filename)
          getFileResource returns a FileResource instance for the specified filename.
 FileResource Gateway.getTemporaryFileResource()
          getTemporaryFileResource returns a temporary FileResource instance.
 FileResource FileManager.getFileResource(java.lang.String filename)
          getFileResource returns a FileResource instance for the specified filename.
 FileResource FileManager.getTemporaryFileResource()
          getTemporaryFileResource returns a temporary FileResource instance.
 

Uses of FileResource in org.apache.xindice.server.standard
 

Methods in org.apache.xindice.server.standard that return FileResource
 FileResource StdFileManager.getFileResource(java.lang.String filename)
           
 FileResource StdFileManager.getTemporaryFileResource()
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation