Class ResourceLoaders
- java.lang.Object
-
- io.quarkus.platform.descriptor.loader.json.ResourceLoaders
-
public final class ResourceLoaders extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilegetResourceFile(URL url, String name)static <R> RprocessAsPath(URL url, Function<Path,R> function)static ResourceLoaderresolveFileResourceLoader(File f)
-
-
-
Method Detail
-
getResourceFile
public static File getResourceFile(URL url, String name) throws IOException
- Throws:
IOException
-
resolveFileResourceLoader
public static ResourceLoader resolveFileResourceLoader(File f)
-
-