Class Operation

    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • asRepoInitString

        @NotNull
        public abstract @NotNull String asRepoInitString()
        Converts this operation instance to a RepoInit string representation including the current operation parameters. The representation must be parsable back into an equivalent operation and must end with a OS-compatible line separator.
        Returns:
        the repoinit string for the operation
      • cleanupQuotedString

        public static String cleanupQuotedString​(String s)