Uses of Interface
io.quarkus.devtools.codestarts.CodestartResource
-
Packages that use CodestartResource Package Description io.quarkus.devtools.codestarts io.quarkus.devtools.codestarts.core.reader -
-
Uses of CodestartResource in io.quarkus.devtools.codestarts
Classes in io.quarkus.devtools.codestarts that implement CodestartResource Modifier and Type Class Description static classCodestartResource.PathCodestartResourceMethods in io.quarkus.devtools.codestarts that return CodestartResource Modifier and Type Method Description CodestartResourceCodestartResource.Source. getCodestartResource()Method parameters in io.quarkus.devtools.codestarts with type arguments of type CodestartResource Modifier and Type Method Description voidCodestart.CodestartResourceAllocator. allocate(Consumer<CodestartResource> readerConsumer)voidCodestart. use(Consumer<CodestartResource> readerConsumer)Constructors in io.quarkus.devtools.codestarts with parameters of type CodestartResource Constructor Description Source(CodestartResource resource, String languageDir, String path) -
Uses of CodestartResource in io.quarkus.devtools.codestarts.core.reader
Methods in io.quarkus.devtools.codestarts.core.reader with parameters of type CodestartResource Modifier and Type Method Description Optional<String>CodestartFileReader.DefaultCodestartFileReader. read(CodestartResource project, CodestartResource.Source source, String languageName, Map<String,Object> data)Optional<String>CodestartFileReader. read(CodestartResource project, CodestartResource.Source source, String languageName, Map<String,Object> data)
-