Class CamelPropertyPlaceholderLocationDefinition


  • @Metadata(label="spring,configuration")
    public class CamelPropertyPlaceholderLocationDefinition
    extends org.apache.camel.model.IdentifiedType
    Properties to use with properties placeholder
    • Field Detail

      • resolver

        @Metadata(defaultValue="classpath")
        public String resolver
      • optional

        @Metadata(defaultValue="false")
        public Boolean optional
    • Constructor Detail

      • CamelPropertyPlaceholderLocationDefinition

        public CamelPropertyPlaceholderLocationDefinition()
    • Method Detail

      • getResolver

        public String getResolver()
      • setResolver

        public void setResolver​(String resolver)
        The resolver to use to locate the location
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
        Property locations to use.
      • getOptional

        public Boolean getOptional()
      • setOptional

        public void setOptional​(Boolean optional)
        If the location is optional.
      • toLocation

        public org.apache.camel.component.properties.PropertiesLocation toLocation()