Package io.quarkus.devtools.codestarts
Interface CodestartPathLoader
public interface CodestartPathLoader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> TloadResourceAsPath(String name, CodestartPathLoader.PathConsumer<T> consumer)
-
Method Details
-
loadResourceAsPath
<T> T loadResourceAsPath(String name, CodestartPathLoader.PathConsumer<T> consumer) throws IOException - Throws:
IOException
-