Class CommandLineRunner
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.commandline.CommandLineRunner
-
public class CommandLineRunner extends Object
- Author:
- matus, semancik
-
-
Constructor Summary
Constructors Constructor Description CommandLineRunner(String code, OperationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Map<String,String>
getEnv()
CommandLineExecutionMethod
getExecutionMethod()
void
setEnv(Map<String,String> env)
void
setExecutionMethod(CommandLineExecutionMethod executionMethod)
-
-
-
Constructor Detail
-
CommandLineRunner
public CommandLineRunner(String code, OperationResult result)
-
-
Method Detail
-
getExecutionMethod
public CommandLineExecutionMethod getExecutionMethod()
-
setExecutionMethod
public void setExecutionMethod(CommandLineExecutionMethod executionMethod)
-
execute
public void execute() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-