A directory factory is used to create instances of directories when they are needed.

In this case it is hierarchical because we can specify factory functions for several levels of a hierarchy.

In order to spawn a new directory instance, use the createDirectory call.

Type Parameters

  • DirectoryParamsT

Constructors

Methods