Package io.quarkus.arc.processor
Interface ResourceOutput
-
public interface ResourceOutputRepresents a generated resource.- Author:
- Martin Kouba
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResourceOutput.Resource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteResource(ResourceOutput.Resource resource)
-
-
-
Method Detail
-
writeResource
void writeResource(ResourceOutput.Resource resource) throws IOException
- Throws:
IOException
-
-