Class QuartzEndpointUriFactory

java.lang.Object
org.apache.camel.support.component.EndpointUriFactorySupport
org.apache.camel.component.quartz.QuartzEndpointUriFactory
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.spi.EndpointUriFactory, org.apache.camel.spi.HasCamelContext

public class QuartzEndpointUriFactory extends org.apache.camel.support.component.EndpointUriFactorySupport implements org.apache.camel.spi.EndpointUriFactory
Generated by camel build tools - do NOT edit this file!
  • Constructor Details

    • QuartzEndpointUriFactory

      public QuartzEndpointUriFactory()
  • Method Details

    • isEnabled

      public boolean isEnabled(String scheme)
      Specified by:
      isEnabled in interface org.apache.camel.spi.EndpointUriFactory
    • buildUri

      public String buildUri(String scheme, Map<String,Object> properties, boolean encode) throws URISyntaxException
      Specified by:
      buildUri in interface org.apache.camel.spi.EndpointUriFactory
      Throws:
      URISyntaxException
    • propertyNames

      public Set<String> propertyNames()
      Specified by:
      propertyNames in interface org.apache.camel.spi.EndpointUriFactory
    • secretPropertyNames

      public Set<String> secretPropertyNames()
      Specified by:
      secretPropertyNames in interface org.apache.camel.spi.EndpointUriFactory
    • multiValuePrefixes

      public Set<String> multiValuePrefixes()
      Specified by:
      multiValuePrefixes in interface org.apache.camel.spi.EndpointUriFactory
    • isLenientProperties

      public boolean isLenientProperties()
      Specified by:
      isLenientProperties in interface org.apache.camel.spi.EndpointUriFactory