public class ApiGroup extends Object
| 构造器和说明 |
|---|
ApiGroup()
Instantiates a new api group.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChildGroup(ApiGroup g)
添加子節點.
|
void |
clearChildGroup()
清空子節點.
|
List<ApiGroup> |
getChildGroups()
Gets the child groups.
|
ApiGroup |
getParent()
Gets the parent.
|
String |
getPath()
获取节点的全路径.
|
void |
removeChildGroup(ApiGroup g)
移除子节点.
|
void |
setParent(ApiGroup parent)
Sets the parent.
|
void |
sort()
Sort.
|
public void addChildGroup(ApiGroup g)
g - the gpublic void clearChildGroup()
public void removeChildGroup(ApiGroup g)
g - the gpublic String getPath()
public void sort()
public ApiGroup getParent()
public void setParent(ApiGroup parent)
parent - the new parentCopyright © 2016. All rights reserved.