Class OldProjectResourceFinder
java.lang.Object
org.eclipse.lemminx.customservice.synapse.resourceFinder.AbstractResourceFinder
org.eclipse.lemminx.customservice.synapse.resourceFinder.OldProjectResourceFinder
-
Field Summary
Fields inherited from class org.eclipse.lemminx.customservice.synapse.resourceFinder.AbstractResourceFinder
ARTIFACTS, dependentResourcesMap, LOCAL_ENTRY, REGISTRY, resourceFromRegistryOnly -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllResources(String projectPath) Finds and returns all resources for the given project path, grouped by resource type.protected ResourceResponsefindResources(String projectPath, List<RequestedResource> types) protected StringgetArtifactFolder(String type) Methods inherited from class org.eclipse.lemminx.customservice.synapse.resourceFinder.AbstractResourceFinder
createRegistryResourceFromFile, createResources, findAllLocalEntryResources, findAllRegistryResources, findResourceInArtifacts, findResourceInLocalEntry, findResourceInRegistry, getAvailableResources, getDependentResourcesMap, loadDependentResources, mergeResourceResponses
-
Constructor Details
-
OldProjectResourceFinder
public OldProjectResourceFinder()
-
-
Method Details
-
findResources
- Specified by:
findResourcesin classAbstractResourceFinder
-
findAllResources
Description copied from class:AbstractResourceFinderFinds and returns all resources for the given project path, grouped by resource type.- Specified by:
findAllResourcesin classAbstractResourceFinder- Parameters:
projectPath- the absolute path to the project- Returns:
- a map where the key is the resource type and the value is the corresponding ResourceResponse
-
getArtifactFolder
- Specified by:
getArtifactFolderin classAbstractResourceFinder
-