Uses of Interface
io.quarkus.platform.descriptor.loader.json.ResourceLoader
-
-
Uses of ResourceLoader in io.quarkus.devtools.codestarts
Methods in io.quarkus.devtools.codestarts with parameters of type ResourceLoader Modifier and Type Method Description static CodestartPathLoaderCodestartResourceLoader. toCodestartPathLoader(ResourceLoader resourceLoader)Method parameters in io.quarkus.devtools.codestarts with type arguments of type ResourceLoader Modifier and Type Method Description static Map<String,Codestart>CodestartResourceLoader. loadCodestartsFromResources(List<ResourceLoader> codestartResourceLoaders, String relativePath) -
Uses of ResourceLoader in io.quarkus.devtools.codestarts.jbang
Method parameters in io.quarkus.devtools.codestarts.jbang with type arguments of type ResourceLoader Modifier and Type Method Description static QuarkusJBangCodestartCatalogQuarkusJBangCodestartCatalog. fromResourceLoaders(List<ResourceLoader> resourceLoaders) -
Uses of ResourceLoader in io.quarkus.devtools.codestarts.quarkus
Method parameters in io.quarkus.devtools.codestarts.quarkus with type arguments of type ResourceLoader Modifier and Type Method Description static QuarkusCodestartCatalogQuarkusCodestartCatalog. fromExtensionsCatalog(ExtensionCatalog catalog, List<ResourceLoader> codestartResourceLoaders) -
Uses of ResourceLoader in io.quarkus.devtools.project
Methods in io.quarkus.devtools.project that return types with arguments of type ResourceLoader Modifier and Type Method Description List<ResourceLoader>CodestartResourceLoadersBuilder. build()static List<ResourceLoader>CodestartResourceLoadersBuilder. getCodestartResourceLoaders()static List<ResourceLoader>CodestartResourceLoadersBuilder. getCodestartResourceLoaders(ExtensionCatalog catalog)List<ResourceLoader>QuarkusProject. getCodestartResourceLoaders()Method parameters in io.quarkus.devtools.project with type arguments of type ResourceLoader Modifier and Type Method Description static QuarkusProjectQuarkusProject. of(Path projectDirPath, ExtensionCatalog catalog, List<ResourceLoader> codestartsResourceLoader, io.quarkus.devtools.messagewriter.MessageWriter log, BuildTool buildTool)static QuarkusProjectQuarkusProject. of(Path projectDirPath, ExtensionCatalog catalog, List<ResourceLoader> codestartResourceLoaders, io.quarkus.devtools.messagewriter.MessageWriter log, ExtensionManager extensionManager) -
Uses of ResourceLoader in io.quarkus.platform.descriptor.loader.json
Classes in io.quarkus.platform.descriptor.loader.json that implement ResourceLoader Modifier and Type Class Description classClassPathResourceLoaderclassDirectoryResourceLoaderclassZipResourceLoaderMethods in io.quarkus.platform.descriptor.loader.json that return ResourceLoader Modifier and Type Method Description static ResourceLoaderResourceLoaders. resolveFileResourceLoader(File f)
-