示例#1
0
 /**
  * *****************************************************************************************************************
  *
  * <p>Creates a new <code>Directory</code> whose getTags belong to the given registry.
  *
  * @param tagRegistry the registry
  *     <p>****************************************************************************************************************
  */
 protected Directory(@Nonnull final TagRegistry tagRegistry) {
   this.tagRegistry = tagRegistry;
   registryName = tagRegistry.getName();
 }