Class KiwiPaths

java.lang.Object
org.kiwiproject.io.KiwiPaths

public final class KiwiPaths extends Object
Static utilities related to Path instances.
  • Method Details

    • pathFromResourceName

      public static Path pathFromResourceName(String resourceName)
      This wraps Guava's Resources.getResource(String) and converts it to a Path
      Parameters:
      resourceName - the resource name
      Returns:
      the Path of the given resource name
      See Also:
      • Resources.getResource(String)