Class SvnCheckOutCommand

    • Field Detail

      • interactive

        private final boolean interactive
    • Constructor Detail

      • SvnCheckOutCommand

        public SvnCheckOutCommand​(boolean interactive)
    • Method Detail

      • createCommandLine

        public org.codehaus.plexus.util.cli.Commandline createCommandLine​(SvnScmProviderRepository repository,
                                                                          java.io.File workingDirectory,
                                                                          ScmVersion version,
                                                                          java.lang.String url,
                                                                          boolean recursive)
        Create SVN check out command line.
        Parameters:
        repository - not null
        workingDirectory - not null
        version - not null
        url - not null
        recursive - true if recursive check out is wanted, false otherwise
        Returns:
        the SVN command line for the SVN check out
        Since:
        1.1.1