Class CommandLineScriptExecutor
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.commandline.CommandLineScriptExecutor
-
@Component public class CommandLineScriptExecutor extends Object
- Author:
- matus, semancik
-
-
Constructor Summary
Constructors Constructor Description CommandLineScriptExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeScript(CommandLineScriptType scriptType, VariablesMap variables, String shortDesc, Task task, OperationResult parentResult)
String
getOsSpecificFilePath(String filepath)
-
-
-
Method Detail
-
executeScript
public void executeScript(CommandLineScriptType scriptType, VariablesMap variables, String shortDesc, Task task, OperationResult parentResult) throws IOException, InterruptedException, SchemaException, ExpressionEvaluationException, ObjectNotFoundException, CommunicationException, ConfigurationException, SecurityViolationException
-
-