Package org.apache.camel.k.support
Class PropertiesSupport
- java.lang.Object
-
- org.apache.camel.k.support.PropertiesSupport
-
public final class PropertiesSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
bindProperties(org.apache.camel.CamelContext context, Object target, String prefix)
static Properties
loadApplicationProperties()
static Properties
loadProperties()
static Properties
loadUserProperties()
static String
resolveApplicationPropertiesLocation()
static String
resolveUserPropertiesLocation()
static Collection<String>
resolveUserPropertiesLocations()
-
-
-
Method Detail
-
bindProperties
public static boolean bindProperties(org.apache.camel.CamelContext context, Object target, String prefix)
-
resolveApplicationPropertiesLocation
public static String resolveApplicationPropertiesLocation()
-
loadApplicationProperties
public static Properties loadApplicationProperties()
-
resolveUserPropertiesLocation
public static String resolveUserPropertiesLocation()
-
loadUserProperties
public static Properties loadUserProperties()
-
loadProperties
public static Properties loadProperties()
-
resolveUserPropertiesLocations
public static Collection<String> resolveUserPropertiesLocations()
-
-