public class InitializationPropertiesComponent extends Object implements ComponentInterface
Constructor and Description |
---|
InitializationPropertiesComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getFilePath() |
int |
getType() |
void |
setFilePath(String filePath) |
void |
setType(int type) |
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public String getFilePath()
public void setFilePath(String filePath)
public int getType()
public void setType(int type)
Copyright © 2006–2018 TinyGroup. All rights reserved.