Class SVNCommandLine

java.lang.Object
org.tmatesoft.svn.cli.SVNCommandLine

public class SVNCommandLine extends Object
Version:
1.3
  • Field Details

    • ourOptions

      private static final Map ourOptions
    • myCommand

      private String myCommand
    • myArguments

      private Collection myArguments
    • myOptions

      private Collection myOptions
    • myNeedsCommand

      private boolean myNeedsCommand
    • myArgumentIndex

      private int myArgumentIndex
    • myArgumentPosition

      private int myArgumentPosition
    • myInputArguments

      private String[] myInputArguments
  • Constructor Details

    • SVNCommandLine

      public SVNCommandLine()
    • SVNCommandLine

      public SVNCommandLine(boolean needsCommand)
  • Method Details