Package net.risesoft.api.job.creator
Interface CreatorMethod
-
- All Known Implementing Classes:
DateCreator,DispatchArgsCreator,HttpCreator,IndexCreator
public interface CreatorMethod创建名字的方法- Author:
- lb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcreate(JobContext context, String[] args)参数集
-
-
-
Method Detail
-
create
String create(JobContext context, String[] args)
参数集- Parameters:
args-- Returns:
-
-