Xindice API

org.apache.xindice.server.standard
Class StdFileManager

java.lang.Object
  |
  +--org.apache.xindice.server.standard.StdFileManager
All Implemented Interfaces:
Configurable, FileManager, KernelAccess

public final class StdFileManager
extends java.lang.Object
implements Configurable, FileManager, KernelAccess

StdFileManager


Constructor Summary
StdFileManager()
           
 
Method Summary
 Configuration getConfig()
          getConfig retrieves the configuration information for the Configurable object instance.
 FileResource getFileResource(java.lang.String filename)
          getFileResource returns a FileResource instance for the specified filename.
 FileResource getTemporaryFileResource()
          getTemporaryFileResource returns a temporary FileResource instance.
 void setConfig(Configuration config)
          setConfig sets the configuration information for the Configurable object instance.
 void setKernel(Kernel kernel)
          setKernel provides a Kernel callback interface to the implementing object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdFileManager

public StdFileManager()
Method Detail

setKernel

public void setKernel(Kernel kernel)
Description copied from interface: KernelAccess
setKernel provides a Kernel callback interface to the implementing object.
Specified by:
setKernel in interface KernelAccess
Following copied from interface: org.apache.xindice.server.KernelAccess
Parameters:
kernel - the Kernel reference

setConfig

public void setConfig(Configuration config)
Description copied from interface: Configurable
setConfig sets the configuration information for the Configurable object instance.
Specified by:
setConfig in interface Configurable
Following copied from interface: org.apache.xindice.util.Configurable
Parameters:
config - The configuration Node

getConfig

public Configuration getConfig()
Description copied from interface: Configurable
getConfig retrieves the configuration information for the Configurable object instance.
Specified by:
getConfig in interface Configurable
Following copied from interface: org.apache.xindice.util.Configurable
Returns:
The configuration Node

getFileResource

public FileResource getFileResource(java.lang.String filename)
Description copied from interface: FileManager
getFileResource returns a FileResource instance for the specified filename.
Specified by:
getFileResource in interface FileManager
Following copied from interface: org.apache.xindice.server.FileManager
Parameters:
filename - The filename to retrieve
Returns:
the FileResource

getTemporaryFileResource

public FileResource getTemporaryFileResource()
Description copied from interface: FileManager
getTemporaryFileResource returns a temporary FileResource instance.
Specified by:
getTemporaryFileResource in interface FileManager
Following copied from interface: org.apache.xindice.server.FileManager
Returns:
the FileResource

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation