Class Operation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DQUOTE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Operation()  
    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • asRepoInitString

        @NotNull
        public abstract @NotNull java.lang.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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • cleanupQuotedString

        public static java.lang.String cleanupQuotedString​(java.lang.String s)