You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.

Class DevBundleUtils

java.lang.Object
com.vaadin.flow.server.frontend.DevBundleUtils
public class DevBundleUtils extends Object

Helpers related to the development bundle.

For internal use only. May be renamed or removed in a future release.

  • Method Details

    • findBundleFile

      public static URL findBundleFile(File projectDir, String filename) throws IOException

      Finds the given file inside the current development bundle.

      Parameters:

      projectDir - the project root folder

      filename - the file name inside the bundle

      Returns:

      a URL referring to the file inside the bundle or null if the file was not found

      Throws:

      IOException

    • getDevBundleFolder

      public static File getDevBundleFolder(File projectDir)

      Get the folder where an application specific bundle is stored.

      Parameters:

      projectDir - the project base directory

      Returns:

      the bundle directory

    • findBundleStatsJson

      public static String findBundleStatsJson(File projectDir) throws IOException

      Get the stats.json for the application specific development bundle.

      Parameters:

      projectDir - the project base directory

      Returns:

      stats.json content or null if not found

      Throws:

      IOException - if an I/O exception occurs.