Package org.apache.camel.core.xml
Class CamelPropertyPlaceholderLocationDefinition
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.CamelPropertyPlaceholderLocationDefinition
-
@Metadata(label="spring,configuration") public class CamelPropertyPlaceholderLocationDefinition extends org.apache.camel.model.IdentifiedTypeProperties to use with properties placeholder
-
-
Constructor Summary
Constructors Constructor Description CamelPropertyPlaceholderLocationDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetOptional()StringgetPath()StringgetResolver()voidsetOptional(Boolean optional)If the location is optional.voidsetPath(String path)Property locations to use.voidsetResolver(String resolver)The resolver to use to locate the locationorg.apache.camel.component.properties.PropertiesLocationtoLocation()StringtoString()
-
-
-
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()
-
-