- ServiceHostPropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom.
- ServiceHostPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServiceHostPropertiesFunction
-
- ServicePortPropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom.
- ServicePortPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePortPropertiesFunction
-
- ServicePropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom.
- ServicePropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePropertiesFunction
-
- setCache(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Whether or not to cache loaded properties.
- setDefaultFallbackEnabled(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
If false, the component does not attempt to find a default for the key by looking after the colon separator.
- setEncoding(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Encoding to use when loading properties file from the file system or classpath.
- setEnvironmentVariableMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the OS environment variables mode.
- setFallbackToUnaugmentedProperty(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
If true, first attempt resolution of property name augmented with propertyPrefix and propertySuffix
before falling back the plain property name specified.
- setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Whether to silently ignore if a location cannot be located, such as a properties file not found.
- setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
Whether to silently ignore if a location cannot be located, such as a properties file not found.
- setInitialProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets initial properties which will be used before any locations are resolved.
- setKey(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
Property key to use as placeholder
- setLocation(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(String[]) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(Collection<String>) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
A list of locations to load properties.
- setOverrideProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets a special list of override properties that take precedence
and will use first, if a property exist.
- setPrefixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the value of the prefix token used to identify properties to replace.
- setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
-
- setPropertiesParser(PropertiesParser) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
To use a custom PropertiesParser
- setPropertiesResolver(PropertiesResolver) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
To use a custom PropertiesResolver
- setPropertyPrefix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Optional prefix prepended to property names before resolution.
- setPropertySuffix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Optional suffix appended to property names before resolution.
- setSuffixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the value of the suffix token used to identify properties to replace.
- setSystemPropertiesMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the system property (and environment variable) mode.
- SysPropertiesFunction - Class in org.apache.camel.component.properties
-
- SysPropertiesFunction() - Constructor for class org.apache.camel.component.properties.SysPropertiesFunction
-
- SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Check system properties variables) first, before trying the specified properties.