Class SVNCommandLine


  • public class SVNCommandLine
    extends java.lang.Object
    Version:
    1.3
    • Field Detail

      • ourOptions

        private static final java.util.Map ourOptions
      • myCommand

        private java.lang.String myCommand
      • myArguments

        private java.util.Collection myArguments
      • myOptions

        private java.util.Collection myOptions
      • myNeedsCommand

        private boolean myNeedsCommand
      • myArgumentIndex

        private int myArgumentIndex
      • myArgumentPosition

        private int myArgumentPosition
      • myInputArguments

        private java.lang.String[] myInputArguments
    • Constructor Detail

      • SVNCommandLine

        public SVNCommandLine()
      • SVNCommandLine

        public SVNCommandLine​(boolean needsCommand)
    • Method Detail

      • optionValues

        public java.util.Iterator optionValues()
      • getCommandName

        public java.lang.String getCommandName()
      • getArguments

        public java.util.Collection getArguments()