Search in sources :

Example 1 with JobEntryCreateFile

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);
}
Also used : Variables(org.pentaho.di.core.variables.Variables) ArrayList(java.util.ArrayList) JobEntryCreateFile(org.pentaho.di.job.entries.createfile.JobEntryCreateFile) CheckResultInterface(org.pentaho.di.core.CheckResultInterface)

Aggregations

ArrayList (java.util.ArrayList)1 CheckResultInterface (org.pentaho.di.core.CheckResultInterface)1 Variables (org.pentaho.di.core.variables.Variables)1 JobEntryCreateFile (org.pentaho.di.job.entries.createfile.JobEntryCreateFile)1