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 String
IntrospectionUtils. replaceProperties(String value, Hashtable staticProp, IntrospectionUtils.PropertySource[] dynamicProp)
Replace ${NAME} with the property value
-