| 程序包 | 说明 |
|---|---|
| cn.mapway.document.module |
| 限定符和类型 | 字段和说明 |
|---|---|
Group |
ApiDoc.root
API分组的根节点.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<Group> |
Group.subGroups
子分组.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Group |
ApiDoc.findGroup(String path)
根据路径查找Group,如果不存在这个路径的对象,就在树中创建这个路径.
|
Group |
Group.getParent()
Gets the parent.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Group> |
Group.getChildGroups()
Gets the child groups.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Group.addChildGroup(Group g)
添加子節點.
|
void |
Group.removeChildGroup(Group g)
移除子节点.
|
void |
Group.setParent(Group parent)
Sets the parent.
|
Copyright © 2018. All rights reserved.