Uses of Interface
org.apache.commons.modeler.util.IntrospectionUtils.PropertySource
-
Packages that use IntrospectionUtils.PropertySource Package Description org.apache.commons.modeler.util -
-
Uses of IntrospectionUtils.PropertySource in org.apache.commons.modeler.util
Methods in org.apache.commons.modeler.util with parameters of type IntrospectionUtils.PropertySource Modifier and Type Method Description static java.lang.String
IntrospectionUtils. replaceProperties(java.lang.String value, java.util.Hashtable staticProp, IntrospectionUtils.PropertySource[] dynamicProp)
Replace ${NAME} with the property value
-