org.apache.maven.scm.provider.svn.svnexe.command.checkin
Class SvnCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
org.apache.maven.scm.provider.svn.svnexe.command.checkin.SvnCheckInCommand
- All Implemented Interfaces:
- Command, SvnCommand
public class SvnCheckInCommand
- extends AbstractCheckInCommand
- implements SvnCommand
- Version:
- $Id: SvnCheckInCommand.java 538940 2007-05-17 14:27:28Z evenisse $
- Author:
- Trygve Laugstøl
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 |
SvnCheckInCommand
public SvnCheckInCommand()
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version)
throws ScmException
- Specified by:
executeCheckInCommand
in class AbstractCheckInCommand
- Throws:
ScmException
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
File messageFile)
throws ScmException
- Throws:
ScmException
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.