Skip to content

Commit

Permalink
Issue #58: Add Community Connector GitHub link
Browse files Browse the repository at this point in the history
* Added javadoc.
  • Loading branch information
CherfaElyes committed Oct 2, 2024
1 parent 90e13dc commit 6d55138
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,12 @@ public Map<String, ConnectorDefaultVariable> getDefaultVariables() {
return defaultVariables;
}

/**
* Retrieves the relative path of the connector that was saved during parsing.
* This path is used to generate a link to the connector's source code.
*
* @return The saved relative path as a string.
*/
public String getRelativePath() {
return connector.get("relativePath").asText();
}
Expand Down

0 comments on commit 6d55138

Please sign in to comment.