Class DistributionManager
- java.lang.Object
 - 
- com.evolveum.midpoint.ninja.action.upgrade.DistributionManager
 
 
- 
public class DistributionManager extends Object
URL format: https://download.evolveum.com/midpoint//midpoint- -dist.zip VERSION can be: 3.4.1, ..., 4.7, latest VERSION_NUMBER can be: 3.4.1, ..., 4.7, SNAPSHOT  
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringLATEST_VERSION 
- 
Constructor Summary
Constructors Constructor Description DistributionManager(@NotNull File tempDirectory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiledownloadDistribution(@NotNull String version, ProgressListener listener) 
 - 
 
- 
- 
Field Detail
- 
LATEST_VERSION
public static final String LATEST_VERSION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
DistributionManager
public DistributionManager(@NotNull @NotNull File tempDirectory) 
 - 
 
- 
Method Detail
- 
downloadDistribution
public File downloadDistribution(@NotNull @NotNull String version, ProgressListener listener) throws IOException
- Throws:
 IOException
 
 - 
 
 -