Uses of Class
com.vaadin.flow.internal.Platform
Packages that use Platform
-
Uses of Platform in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return Platform -
Uses of Platform in com.vaadin.flow.server.frontend.installer
Methods in com.vaadin.flow.server.frontend.installer with parameters of type PlatformModifier and TypeMethodDescriptionstatic StringNodeInstaller.getDownloadRoot(Platform platform) Get the download root for the given platform.Constructors in com.vaadin.flow.server.frontend.installer with parameters of type PlatformModifierConstructorDescriptionNodeInstaller(File installDirectory, Platform platform, ArchiveExtractor archiveExtractor, FileDownloader fileDownloader) Initialize a new NodeInstaller.NodeInstaller(File installDirectory, Platform platform, List<ProxyConfig.Proxy> proxies) Create NoodeInstaller with default extractor and downloader.