Uses of Class
io.wcm.devops.conga.model.shared.LineEndings
-
Packages that use LineEndings Package Description io.wcm.devops.conga.generator.util CONGA utilities.io.wcm.devops.conga.model.role Role and file definition models.io.wcm.devops.conga.model.shared 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 LineEndings Modifier and Type Method Description static 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 LineEndings Modifier and Type Method Description LineEndings
RoleFile. getLineEndings()
Defines the line endings style for the generated files.Methods in io.wcm.devops.conga.model.role with parameters of type LineEndings Modifier and Type Method Description void
RoleFile. setLineEndings(LineEndings lineEndings)
-
Uses of LineEndings in io.wcm.devops.conga.model.shared
Methods in io.wcm.devops.conga.model.shared that return LineEndings Modifier and Type Method Description static LineEndings
LineEndings. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineEndings[]
LineEndings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-