org.apache.maven.scm.provider.svn.svnexe.command.export
Class SvnExeExportCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.export.AbstractExportCommand
org.apache.maven.scm.provider.svn.svnexe.command.export.SvnExeExportCommand
- All Implemented Interfaces:
- Command, SvnCommand
public class SvnExeExportCommand
- extends AbstractExportCommand
- implements SvnCommand
- Version:
- $Id: SvnExeExportCommand.java 524909 2007-04-02 20:02:44Z evenisse $
- Author:
- Emmanuel Venisse
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnExeExportCommand
public SvnExeExportCommand()
executeExportCommand
protected ExportScmResult executeExportCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
throws ScmException
- Specified by:
executeExportCommand
in class AbstractExportCommand
- Throws:
ScmException
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url,
String outputSirectory)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.