Package io.quarkus.devtools.codestarts
Interface CodestartPathLoader.PathConsumer<T>
-
- Enclosing interface:
- CodestartPathLoader
public static interface CodestartPathLoader.PathConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconsume(Path is)
-
-
-
Method Detail
-
consume
T consume(Path is) throws IOException
- Throws:
IOException
-
-