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