public class CConfig extends Object implements Serializable
| 构造器和说明 |
|---|
CConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFilePath() |
List<CMethod> |
getListMethods() |
List<CMethod> |
getMapMethods() |
CMold |
getMold() |
String |
getName() |
String |
getPvelocity() |
String |
getRelativePath() |
void |
setFilePath(String filePath) |
void |
setListMethods(List<CMethod> listMethods) |
void |
setMapMethods(List<CMethod> mapMethods) |
void |
setMold(CMold mold) |
void |
setName(String name) |
void |
setPvelocity(String pvelocity) |
void |
setRelativePath(String relativePath) |
String |
toString() |
public String getPvelocity()
public void setPvelocity(String pvelocity)
public String getRelativePath()
public void setRelativePath(String relativePath)
public String getName()
public void setName(String name)
public String getFilePath()
public void setFilePath(String filePath)
public CMold getMold()
public void setMold(CMold mold)
Copyright © 2023. All rights reserved.