Uses of Class
org.owasp.dependencycheck.utils.InterpolationUtil.SyntaxStyle
-
Packages that use InterpolationUtil.SyntaxStyle Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, a Checksum utility, etc. -
-
Uses of InterpolationUtil.SyntaxStyle in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that return InterpolationUtil.SyntaxStyle Modifier and Type Method Description static InterpolationUtil.SyntaxStyle
InterpolationUtil.SyntaxStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InterpolationUtil.SyntaxStyle[]
InterpolationUtil.SyntaxStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.owasp.dependencycheck.utils with parameters of type InterpolationUtil.SyntaxStyle Modifier and Type Method Description static java.lang.String
InterpolationUtil. interpolate(java.lang.String text, java.util.Properties properties, InterpolationUtil.SyntaxStyle style)
A utility function that will interpolate strings based on values given in the properties file.
-