Packages

package resource

Package Members

  1. package exception
  2. package local
  3. package representation

Type Members

  1. trait ResourceInternFactories extends AnyRef
  2. trait ResourceKey extends AnyRef
  3. trait ResourceListener extends AnyRef
  4. trait ResourcesMaintainer extends AnyRef

    A Resource Maintainer is a helper for ResourceFolder which contains information about all sub files/folders being stored into the folder that they are maintaining.

    A Resource Maintainer is a helper for ResourceFolder which contains information about all sub files/folders being stored into the folder that they are maintaining. The way that resources information is managed is implementation-specific.

    Information could either be for files stored on the current machine, or for distant files. Resources Maintainers of a folder (distant or physical) must be synchronised.

    Files and folders are not necessarily known by this maintainer. Some files could be completely hidden from the extern

Ungrouped