类 NutDSet


  • public class NutDSet
    extends NutD
    描述了一个文档集合

    这实际上是一个树形结构,类似:

     NutDSet
       - getChildren():List[NutD]
          + NutDoc
          + NutDSet ...
          + NutDoc
     
    作者:
    zozoh(zozohtnt@gmail.com)
    • 构造器详细资料

      • NutDSet

        public NutDSet​(String name)
    • 方法详细资料

      • isDoc

        public boolean isDoc()
        指定者:
        isDoc 在类中 NutD
      • isSet

        public boolean isSet()
        指定者:
        isSet 在类中 NutD
      • removeChild

        public NutD removeChild​(String name)
      • createDocIfNoExists

        public NutDoc createDocIfNoExists​(String name)
      • createDocByPath

        public NutDoc createDocByPath​(String path,
                                      boolean quiet)
      • createSetIfNoExists

        public NutDSet createSetIfNoExists​(String name)
      • createSetByPath

        public NutDSet createSetByPath​(String path,
                                       boolean quiet)