Uses of Class
org.eclipse.lemminx.customservice.synapse.resourceFinder.pojo.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.eclipse.lemminx.customservice.synapse.resourceFinder
Methods in org.eclipse.lemminx.customservice.synapse.resourceFinder that return types with arguments of type ResourceModifier and TypeMethodDescriptionAbstractResourceFinder.findResourceInArtifacts(Path artifactsPath, List<RequestedResource> types) AbstractResourceFinder.findResourceInLocalEntry(Path localEntryPath, List<RequestedResource> types) AbstractResourceFinder.findResourceInRegistry(Path registryPath, List<RequestedResource> requestedResources) -
Uses of Resource in org.eclipse.lemminx.customservice.synapse.resourceFinder.pojo
Subclasses of Resource in org.eclipse.lemminx.customservice.synapse.resourceFinder.pojoMethods in org.eclipse.lemminx.customservice.synapse.resourceFinder.pojo that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceResponse.getRegistryResources()ResourceResponse.getResources()Method parameters in org.eclipse.lemminx.customservice.synapse.resourceFinder.pojo with type arguments of type ResourceModifier and TypeMethodDescriptionvoidResourceResponse.setRegistryResources(List<Resource> registryResources) voidResourceResponse.setResources(List<Resource> resources) -
Uses of Resource in org.eclipse.lemminx.customservice.synapse.resourceFinder.registryHander
Methods in org.eclipse.lemminx.customservice.synapse.resourceFinder.registryHander that return types with arguments of type ResourceMethod parameters in org.eclipse.lemminx.customservice.synapse.resourceFinder.registryHander with type arguments of type ResourceModifier and TypeMethodDescriptionvoidNonXMLRegistryHandler.setResources(List<Resource> resources) Constructor parameters in org.eclipse.lemminx.customservice.synapse.resourceFinder.registryHander with type arguments of type ResourceModifierConstructorDescriptionDatamapperHandler(List<Resource> resources) NonXMLRegistryHandler(List<Resource> resources) SchemaResourceHandler(List<Resource> resources) SwaggerResourceHandler(List<Resource> resources)