Uses of Class
org.apache.felix.utils.properties.TypedProperties
-
Packages that use TypedProperties Package Description org.apache.felix.utils.properties -
-
Uses of TypedProperties in org.apache.felix.utils.properties
Methods in org.apache.felix.utils.properties with parameters of type TypedProperties Modifier and Type Method Description boolean
TypedProperties. update(TypedProperties properties)
Method parameters in org.apache.felix.utils.properties with type arguments of type TypedProperties Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
TypedProperties. prepare(java.util.Map<java.lang.String,TypedProperties> properties)
static void
TypedProperties. substitute(java.util.Map<java.lang.String,TypedProperties> properties, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> dynamic, TypedProperties.SubstitutionCallback callback, boolean finalSubstitution)
-