Class DownloadStepExecutor
java.lang.Object
eu.cloudnetservice.node.impl.version.execute.defaults.DownloadStepExecutor
- All Implemented Interfaces:
InstallStepExecutor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDownloadStepExecutor(@NonNull ConsoleProgressWrappers consoleProgressWrappers) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InstallStepExecutor
interrupt
-
Field Details
-
consoleProgressWrappers
-
-
Constructor Details
-
DownloadStepExecutor
@Inject public DownloadStepExecutor(@NonNull @NonNull ConsoleProgressWrappers consoleProgressWrappers)
-
-
Method Details
-
execute
@NonNull public @NonNull Set<Path> execute(@NonNull @NonNull VersionInstaller installer, @NonNull @NonNull Path workingDirectory, @NonNull @NonNull Set<Path> inputPaths) throws IOException - Specified by:
executein interfaceInstallStepExecutor- Throws:
IOException
-