Loading src/main/java/ecorp/easy/installer/tasks/CommandExecutionTask.java +17 −4 Original line number Diff line number Diff line /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template * Copyright 2021 - ECORP SAS * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package ecorp.easy.installer.tasks; Loading @@ -19,7 +31,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * * This class encapsulate the task to execute a command in a process * @author vincent Bourgmayer */ public class CommandExecutionTask extends Task<CommandExecutionResult> { Loading Loading @@ -101,6 +113,7 @@ public class CommandExecutionTask extends Task<CommandExecutionResult> { * Execute the command * @param pb * @throws IOException * @throws java.lang.InterruptedException */ protected void executeCommand(ProcessBuilder pb) throws IOException, InterruptedException{ pc= pb.start(); Loading src/main/java/ecorp/easy/installer/tasks/CommandRunnerService.java +1 −1 Original line number Diff line number Diff line /* * Copyright 2019-2021 - ECORP SAS * Copyright 2021 - ECORP SAS * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading Loading
src/main/java/ecorp/easy/installer/tasks/CommandExecutionTask.java +17 −4 Original line number Diff line number Diff line /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template * Copyright 2021 - ECORP SAS * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package ecorp.easy.installer.tasks; Loading @@ -19,7 +31,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * * This class encapsulate the task to execute a command in a process * @author vincent Bourgmayer */ public class CommandExecutionTask extends Task<CommandExecutionResult> { Loading Loading @@ -101,6 +113,7 @@ public class CommandExecutionTask extends Task<CommandExecutionResult> { * Execute the command * @param pb * @throws IOException * @throws java.lang.InterruptedException */ protected void executeCommand(ProcessBuilder pb) throws IOException, InterruptedException{ pc= pb.start(); Loading
src/main/java/ecorp/easy/installer/tasks/CommandRunnerService.java +1 −1 Original line number Diff line number Diff line /* * Copyright 2019-2021 - ECORP SAS * Copyright 2021 - ECORP SAS * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading