Class CvsCommandUtils


  • public class CvsCommandUtils
    extends java.lang.Object
    Author:
    Emmanuel Venisse
    • Method Detail

      • getBaseCommand

        public static org.codehaus.plexus.util.cli.Commandline getBaseCommand​(java.lang.String commandName,
                                                                              CvsScmProviderRepository repo,
                                                                              ScmFileSet fileSet)
      • getBaseCommand

        public static org.codehaus.plexus.util.cli.Commandline getBaseCommand​(java.lang.String commandName,
                                                                              CvsScmProviderRepository repo,
                                                                              ScmFileSet fileSet,
                                                                              boolean addCvsRoot)
      • getBaseCommand

        public static org.codehaus.plexus.util.cli.Commandline getBaseCommand​(java.lang.String commandName,
                                                                              CvsScmProviderRepository repo,
                                                                              ScmFileSet fileSet,
                                                                              java.lang.String options)
      • getBaseCommand

        public static org.codehaus.plexus.util.cli.Commandline getBaseCommand​(java.lang.String commandName,
                                                                              CvsScmProviderRepository repo,
                                                                              ScmFileSet fileSet,
                                                                              java.lang.String options,
                                                                              boolean addCvsRoot)