类 NutDSet
- java.lang.Object
-
- org.nutz.plugins.zdoc.NutD
-
- org.nutz.plugins.zdoc.NutDSet
-
public class NutDSet extends NutD
描述了一个文档集合这实际上是一个树形结构,类似:
NutDSet - getChildren():List[NutD] + NutDoc + NutDSet ... + NutDoc- 作者:
- zozoh(zozohtnt@gmail.com)
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 NutDoccreateDoc(String name)NutDoccreateDocByPath(String path, boolean quiet)NutDoccreateDocIfNoExists(String name)NutDSetcreateSet(String name)NutDSetcreateSetByPath(String path, boolean quiet)NutDSetcreateSetIfNoExists(String name)NutDget(String path)Collection<NutD>getChildren()booleanisDoc()booleanisSet()NutDremoveChild(String name)-
从类继承的方法 org.nutz.plugins.zdoc.NutD
__join_path, addAuthors, addAuthors, addTags, addTags, getAuthors, getHome, getMeta, getName, getParent, getPath, getPrimerObj, getTags, getTitle, getTitle, hasAuthor, hasParent, hasTags, isRoot, remove, setName, setParent, setPrimerObj, setTitle
-
-
-
-
构造器详细资料
-
NutDSet
public NutDSet(String name)
-
-
方法详细资料
-
getChildren
public Collection<NutD> getChildren()
-
-