Uses of Enum Class
io.wcm.devops.conga.model.shared.LineEndings
Packages that use LineEndings
Package
Description
CONGA utilities.
Role and file definition models.
Shared functionality for all model classes.
-
Uses of LineEndings in io.wcm.devops.conga.generator.util
Methods in io.wcm.devops.conga.generator.util with parameters of type LineEndingsModifier and TypeMethodDescriptionstatic String
LineEndingConverter.convertTo
(String normalizedValue, LineEndings lineEndings) Converts all unix line endings to the given line ending style. -
Uses of LineEndings in io.wcm.devops.conga.model.role
Methods in io.wcm.devops.conga.model.role that return LineEndingsModifier and TypeMethodDescriptionRoleFile.getLineEndings()
Defines the line endings style for the generated files.Methods in io.wcm.devops.conga.model.role with parameters of type LineEndings