Edit C:\galaxie\jobs\GALAXIE__JOBs\backup\GALAXIE__PCKG_0.1-current\GALAXIE__PCKG\src\main\java\routines\system\api\TalendJob.java
// ============================================================================ // // %GENERATED_LICENSE% // // ============================================================================ package routines.system.api; /** * Interface describing Job behaviors. */ public interface TalendJob { /** * Run a Talend job. * * @param args job arguments. * @return an array of value per row returned. */ public String[][] runJob(String[] args); /** * Run a Talend job. * * @param args job arguments. * @return return code, if 0 execution completed successfully, else execution failed. */ public int runJobInTOS(String[] args); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de