Package io.quarkus.devtools.codestarts
Interface CodestartPathLoader
-
public interface CodestartPathLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCodestartPathLoader.PathConsumer<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TloadResourceAsPath(String name, CodestartPathLoader.PathConsumer<T> consumer)
-
-
-
Method Detail
-
loadResourceAsPath
<T> T loadResourceAsPath(String name, CodestartPathLoader.PathConsumer<T> consumer) throws IOException
- Throws:
IOException
-
-