Class UpgradeBaseAction<O,R>
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<O,R>
-
- com.evolveum.midpoint.ninja.action.UpgradeBaseAction<O,R>
-
- Direct Known Subclasses:
UpgradeAction
,UpgradeDistributionAction
public abstract class UpgradeBaseAction<O,R> extends Action<O,R>
-
-
Constructor Summary
Constructors Constructor Description UpgradeBaseAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected File
createTmpDirectory(File optsTempDirectory)
protected <O,T>
TexecuteAction(Action<O,T> action, O options)
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, execute, getApplicationContextLevel, getLogTarget, getOperationName, handleResultOnFinish, init
-
-
-
-
Method Detail
-
createTmpDirectory
protected File createTmpDirectory(File optsTempDirectory) throws IOException
- Throws:
IOException
-
-