Uses of Enum
org.owasp.dependencycheck.utils.InterpolationUtil.SyntaxStyle
Packages that use InterpolationUtil.SyntaxStyle
Package
Description
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
-
Uses of InterpolationUtil.SyntaxStyle in org.owasp.dependencycheck.utils
Subclasses with type arguments of type InterpolationUtil.SyntaxStyle in org.owasp.dependencycheck.utilsModifier and TypeClassDescriptionstatic enumThe syntax style for the interpolation.Methods in org.owasp.dependencycheck.utils that return InterpolationUtil.SyntaxStyleModifier and TypeMethodDescriptionReturns 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.SyntaxStyleModifier and TypeMethodDescriptionstatic StringInterpolationUtil.interpolate(String text, Properties properties, InterpolationUtil.SyntaxStyle style) A utility function that will interpolate strings based on values given in the properties file.