Package flumotion :: Package component :: Package misc :: Package httpserver :: Module fileprovider
[hide private]

Module fileprovider

source code

Classes [hide private]
  FileError
I am raised when a File or a FilePath operation failed.
  FileOutOfDate
I am raised when trying an operation on a file that changed since it has been open, and nothing can be done to ensure the integrity of the data.
  InsecureError
I am raised when trying to build an insecure path using FilePath.
  NotFoundError
I am raised when trying to retrieve a child that does nor exists, or do an operation on a file that does not exists.
  CannotOpenError
I am raised when trying to open a path that is not a file.
  AccessError
I am raised when a file operation failed because of right restriction.
  FileClosedError
I am raised when trying to do some operation on a closed file.
  UnavailableError
I am raised when a plug cannot provide the requested service.
  FilePath
I am pointing at a path in the file repository.
  File
I am an asynchronous interface to a file.
  FileProviderPlug
I am a plug that provide a root FilePath instance that can be used to lookup and open file objects.
Variables [hide private]
  __package__ = 'flumotion.component.misc.httpserver'