use of org.pentaho.di.job.entries.createfile.JobEntryCreateFile in project pentaho-kettle by pentaho.
the class JobEntryCreateFolder method main.
public static void main(String[] args) {
List<CheckResultInterface> remarks = new ArrayList<CheckResultInterface>();
new JobEntryCreateFile().check(remarks, null, new Variables(), null, null);
System.out.printf("Remarks: %s\n", remarks);
}
Aggregations