Class DirectoryRegistry


  • public class DirectoryRegistry
    extends Object
    Generic BaseDirectoryDescriptor registry holding registered descriptors and instantiated Directory objects.

    The directory descriptors have two special boolean flags that control how merge works:

    • remove="true": this removes the definition of the directory. The next definition (if any) will be done from scratch.
    • template="true": this defines an abstract descriptor which cannot be directly instantiated as a directory. However another descriptor can extend it through extends="templatename" to inherit all its properties.
    Since:
    8.2