Uses of Class
org.wso2.maven.libraries.ConnectorConfig
-
Packages that use ConnectorConfig Package Description org.wso2.maven.libraries -
-
Uses of ConnectorConfig in org.wso2.maven.libraries
Methods in org.wso2.maven.libraries that return ConnectorConfig Modifier and Type Method Description static ConnectorConfigConnectorConfigReader. read(String projectBasePath)Reads and parsesconnector-config.jsonfrom the given project base directory.Methods in org.wso2.maven.libraries with parameters of type ConnectorConfig Modifier and Type Method Description static DependencyOverrideConnectorConfigReader. findOverride(ConnectorConfig config, String connectorArtifactId, String connectionType, String groupId, String artifactId)Finds the best-matchingDependencyOverridefor the given dependency.
-