Class DependencyOverride


  • public class DependencyOverride
    extends Object
    Represents a single dependency override entry in connector-config.json.

    A match is attempted first by connectionType (if present in the descriptor.yml dependency), then by groupId + artifactId. Any field left null falls through to the descriptor.yml default.

    • Constructor Detail

      • DependencyOverride

        public DependencyOverride()
    • Method Detail

      • getConnectionType

        public String getConnectionType()
      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getVersion

        public String getVersion()
      • isOmit

        public boolean isOmit()
      • getLocalPath

        public String getLocalPath()