Uses of Class
org.eclipse.lemminx.customservice.synapse.resourceFinder.pojo.ResourceResponse
Packages that use ResourceResponse
Package
Description
-
Uses of ResourceResponse in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return types with arguments of type ResourceResponse -
Uses of ResourceResponse in org.eclipse.lemminx.customservice
Methods in org.eclipse.lemminx.customservice that return types with arguments of type ResourceResponseModifier and TypeMethodDescriptionISynapseLanguageService.availableResources(ResourceParam param) -
Uses of ResourceResponse in org.eclipse.lemminx.customservice.synapse.definition
Method parameters in org.eclipse.lemminx.customservice.synapse.definition with type arguments of type ResourceResponseModifier and TypeMethodDescriptionstatic ExtendedLocationSynapseDefinitionProvider.definition(DOMDocument document, org.eclipse.lsp4j.Position position, String projectPath, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker, Map<String, ResourceResponse> dependentResources) -
Uses of ResourceResponse in org.eclipse.lemminx.customservice.synapse.resourceFinder
Fields in org.eclipse.lemminx.customservice.synapse.resourceFinder with type parameters of type ResourceResponseModifier and TypeFieldDescriptionprotected Map<String,ResourceResponse> AbstractResourceFinder.dependentResourcesMapMethods in org.eclipse.lemminx.customservice.synapse.resourceFinder that return ResourceResponseModifier and TypeMethodDescriptionprotected abstract ResourceResponseAbstractResourceFinder.findResources(String projectPath, List<RequestedResource> type) protected ResourceResponseNewProjectResourceFinder.findResources(String projectPath, List<RequestedResource> types) protected ResourceResponseOldProjectResourceFinder.findResources(String projectPath, List<RequestedResource> types) AbstractResourceFinder.getAvailableResources(String uri, org.eclipse.lsp4j.jsonrpc.messages.Either<String, List<RequestedResource>> resourceTypes) Methods in org.eclipse.lemminx.customservice.synapse.resourceFinder that return types with arguments of type ResourceResponseModifier and TypeMethodDescriptionabstract Map<String,ResourceResponse> AbstractResourceFinder.findAllResources(String projectPath) Finds and returns all resources for the given project path, grouped by resource type.NewProjectResourceFinder.findAllResources(String projectPath) Finds and collects all resources in the given project path, including artifacts, local entries, and registry resources.OldProjectResourceFinder.findAllResources(String projectPath) AbstractResourceFinder.getDependentResourcesMap()Methods in org.eclipse.lemminx.customservice.synapse.resourceFinder with parameters of type ResourceResponseModifier and TypeMethodDescriptionprotected voidAbstractResourceFinder.mergeResourceResponses(ResourceResponse response1, ResourceResponse response2) Merges the resources and registry resources from twoResourceResponseobjects.Method parameters in org.eclipse.lemminx.customservice.synapse.resourceFinder with type arguments of type ResourceResponseModifier and TypeMethodDescriptionprotected voidAbstractResourceFinder.findAllLocalEntryResources(Path localEntryPath, Map<String, ResourceResponse> allResources) Scans the specified local entry directory and adds all valid local entry resources to the provided map of all resources, grouped by their type.protected voidAbstractResourceFinder.findAllRegistryResources(Path registryPath, Map<String, ResourceResponse> allResources) Scans the given registry directory and populates the provided map with all registry resources found. -
Uses of ResourceResponse in org.eclipse.lemminx.customservice.synapse.utils
Methods in org.eclipse.lemminx.customservice.synapse.utils with parameters of type ResourceResponseModifier and TypeMethodDescriptionstatic booleanUtils.hasResourceForKey(String resourceKey, ResourceResponse resourceResponse) Checks if a resource with the specified key exists in the given ResourceResponse.