Class SvnCheckOutCommand

    • Constructor Detail

      • SvnCheckOutCommand

        public SvnCheckOutCommand()
    • Method Detail

      • createCommandLine

        public static org.codehaus.plexus.util.cli.Commandline createCommandLine​(SvnScmProviderRepository repository,
                                                                                 File workingDirectory,
                                                                                 ScmVersion version,
                                                                                 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