Class CamelGitSinkConnectorConfig


  • @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.")
    public class CamelGitSinkConnectorConfig
    extends CamelSinkConnectorConfig
    • Field Detail

      • CAMEL_SINK_GIT_PATH_LOCAL_PATH_DEFAULT

        public static final String CAMEL_SINK_GIT_PATH_LOCAL_PATH_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_BRANCH_NAME_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_DEFAULT

        public static final Boolean CAMEL_SINK_GIT_ENDPOINT_ALLOW_EMPTY_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_DEFAULT

        public static final Boolean CAMEL_SINK_GIT_ENDPOINT_LAZY_START_PRODUCER_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_OPERATION_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_OPERATION_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_OPERATION_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_OPERATION_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_OPERATION_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_OPERATION_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_PASSWORD_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_PASSWORD_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_PASSWORD_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_PASSWORD_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_PASSWORD_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_PASSWORD_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_NAME_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_REMOTE_PATH_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_TAG_NAME_DEFAULT
      • CAMEL_SINK_GIT_ENDPOINT_USERNAME_CONF

        public static final String CAMEL_SINK_GIT_ENDPOINT_USERNAME_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_USERNAME_DOC

        public static final String CAMEL_SINK_GIT_ENDPOINT_USERNAME_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_ENDPOINT_USERNAME_DEFAULT

        public static final String CAMEL_SINK_GIT_ENDPOINT_USERNAME_DEFAULT
      • CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_CONF

        public static final String CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DOC

        public static final String CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DEFAULT

        public static final Boolean CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DEFAULT
      • CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_CONF

        public static final String CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_CONF
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_DOC

        public static final String CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_DOC
        See Also:
        Constant Field Values
      • CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_DEFAULT

        public static final Boolean CAMEL_SINK_GIT_COMPONENT_AUTOWIRED_ENABLED_DEFAULT
    • Constructor Detail

      • CamelGitSinkConnectorConfig

        public CamelGitSinkConnectorConfig​(org.apache.kafka.common.config.ConfigDef config,
                                           Map<String,​String> parsedConfig)
      • CamelGitSinkConnectorConfig

        public CamelGitSinkConnectorConfig​(Map<String,​String> parsedConfig)
    • Method Detail

      • conf

        public static org.apache.kafka.common.config.ConfigDef conf()