public ExecuteFeatureThread(DataObject dObj) {
this.dObj = dObj;
File file = FileUtil.toFile(this.dObj.getPrimaryFile());
fileName = file.getAbsolutePath();
rerun = new RerunAction(dObj);
stop = new StopAction();
commandList = new ArrayList<String>();
}