Class KiwiPaths


  • public class KiwiPaths
    extends Object
    Static utilities related to Path instances.
    • Constructor Detail

      • KiwiPaths

        public KiwiPaths()
    • Method Detail

      • 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)