public class SubStrComponent extends Object implements ComponentInterface
Constructor and Description |
---|
SubStrComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
int |
getBeginIndex() |
int |
getEndIndex() |
String |
getPreStr() |
String |
getResultKey() |
void |
setBeginIndex(int beginIndex) |
void |
setEndIndex(int endIndex) |
void |
setPreStr(String preStr) |
void |
setResultKey(String resultKey) |
public int getBeginIndex()
public void setBeginIndex(int beginIndex)
public int getEndIndex()
public void setEndIndex(int endIndex)
public String getResultKey()
public void setResultKey(String resultKey)
public String getPreStr()
public void setPreStr(String preStr)
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境Copyright © 2006–2018 TinyGroup. All rights reserved.