Class ConfigFinder
java.lang.Object
org.eclipse.lemminx.customservice.synapse.utils.ConfigFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfindEsbComponentPath(String key, String type, String projectPath) static StringgetTemplatePath(String key, String projectPath) Finds the path of the template file that is defined by the key
-
Constructor Details
-
ConfigFinder
public ConfigFinder()
-
-
Method Details
-
getTemplatePath
Finds the path of the template file that is defined by the key- Parameters:
key- template keyprojectPath- project path- Returns:
- template file path
- Throws:
IOException
-
findEsbComponentPath
public static String findEsbComponentPath(String key, String type, String projectPath) throws IOException - Throws:
IOException
-