Class PropertiesLocation
- java.lang.Object
-
- org.apache.camel.component.properties.PropertiesLocation
-
public final class PropertiesLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesLocation(String location)PropertiesLocation(String resolver, String path)PropertiesLocation(String resolver, String path, Boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()StringgetResolver()inthashCode()booleanisOptional()StringtoString()
-