Uses of Class
eu.cloudnetservice.node.impl.version.ServiceVersionType
Packages that use ServiceVersionType
Package
Description
-
Uses of ServiceVersionType in eu.cloudnetservice.node.impl.command.sub
Fields in eu.cloudnetservice.node.impl.command.sub with type parameters of type ServiceVersionTypeModifier and TypeFieldDescriptionprivate static final eu.cloudnetservice.utils.base.column.RowedFormatter<Tuple2<ServiceVersionType, ServiceVersion>> VersionCommand.VERSIONSMethods in eu.cloudnetservice.node.impl.command.sub that return ServiceVersionTypeModifier and TypeMethodDescriptionVersionCommand.parseVersionType(@NonNull eu.cloudnetservice.driver.language.I18n i18n, @NonNull CommandInput input) Methods in eu.cloudnetservice.node.impl.command.sub with parameters of type ServiceVersionTypeModifier and TypeMethodDescriptionprivate @Nullable VersionInstallerVersionCommand.buildVersionInstaller(@NonNull eu.cloudnetservice.driver.language.I18n i18n, @NonNull eu.cloudnetservice.node.command.source.CommandSource source, @NonNull Supplier<VersionInstaller.Builder<? extends VersionInstaller, ?>> factory, @NonNull ServiceVersionType versionType, @NonNull ServiceVersion serviceVersion, @Nullable String executable, boolean forceInstall, boolean noCache) voidVersionCommand.displayTemplateVersions(@NonNull eu.cloudnetservice.node.command.source.CommandSource source, @Nullable ServiceVersionType versionType) voidVersionCommand.installStaticService(@NonNull eu.cloudnetservice.driver.language.I18n i18n, @NonNull eu.cloudnetservice.node.command.source.CommandSource source, @NonNull Path serviceDirectory, @NonNull ServiceVersionType versionType, @NonNull ServiceVersion serviceVersion, boolean forceInstall, boolean noCache, @Nullable String executable) voidVersionCommand.installTemplate(@NonNull eu.cloudnetservice.driver.language.I18n i18n, @NonNull eu.cloudnetservice.node.command.source.CommandSource source, @NonNull eu.cloudnetservice.driver.service.ServiceTemplate serviceTemplate, @NonNull ServiceVersionType versionType, @NonNull ServiceVersion serviceVersion, boolean forceInstall, boolean noCache, @Nullable String executable) -
Uses of ServiceVersionType in eu.cloudnetservice.node.impl.console.animation.setup.answer
Methods in eu.cloudnetservice.node.impl.console.animation.setup.answer that return types with arguments of type ServiceVersionType -
Uses of ServiceVersionType in eu.cloudnetservice.node.impl.version
Fields in eu.cloudnetservice.node.impl.version with type parameters of type ServiceVersionTypeModifier and TypeFieldDescriptionprivate final Map<String, ServiceVersionType> ServiceVersionProvider.serviceVersionTypesMethods in eu.cloudnetservice.node.impl.version that return ServiceVersionTypeModifier and TypeMethodDescriptionServiceVersionProvider.serviceVersionType(@NonNull String name) Methods in eu.cloudnetservice.node.impl.version that return types with arguments of type ServiceVersionTypeMethods in eu.cloudnetservice.node.impl.version with parameters of type ServiceVersionTypeModifier and TypeMethodDescriptionvoidServiceVersionProvider.registerServiceVersionType(@NonNull ServiceVersionType versionType) -
Uses of ServiceVersionType in eu.cloudnetservice.node.impl.version.information
Fields in eu.cloudnetservice.node.impl.version.information declared as ServiceVersionTypeModifier and TypeFieldDescriptionprotected ServiceVersionTypeVersionInstaller.Builder.serviceVersionTypeprivate final ServiceVersionTypeVersionInstaller.serviceVersionTypeMethods in eu.cloudnetservice.node.impl.version.information that return ServiceVersionTypeMethods in eu.cloudnetservice.node.impl.version.information with parameters of type ServiceVersionTypeModifier and TypeMethodDescriptionVersionInstaller.Builder.serviceVersionType(@NonNull ServiceVersionType serviceVersionType) Method parameters in eu.cloudnetservice.node.impl.version.information with type arguments of type ServiceVersionTypeModifier and TypeMethodDescriptionvoidFileSystemVersionInstaller.removeServiceVersions(@NonNull Collection<ServiceVersionType> knownTypes) voidTemplateVersionInstaller.removeServiceVersions(@NonNull Collection<ServiceVersionType> knownTypes) abstract voidVersionInstaller.removeServiceVersions(@NonNull Collection<ServiceVersionType> knownTypes) Constructors in eu.cloudnetservice.node.impl.version.information with parameters of type ServiceVersionTypeModifierConstructorDescriptionFileSystemVersionInstaller(@NonNull ServiceVersion serviceVersion, @NonNull ServiceVersionType serviceVersionType, boolean cacheFiles, @Nullable String installerExecutable, @NonNull Path workingDirectory) TemplateVersionInstaller(@NonNull ServiceVersion serviceVersion, @NonNull ServiceVersionType serviceVersionType, boolean cacheFiles, @Nullable String installerExecutable, @NonNull eu.cloudnetservice.driver.service.ServiceTemplate serviceTemplate, @NonNull eu.cloudnetservice.driver.template.TemplateStorage templateStorage) VersionInstaller(@NonNull ServiceVersion serviceVersion, @NonNull ServiceVersionType serviceVersionType, boolean cacheFiles, @Nullable String installerExecutable)