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