org.apache.maven.scm.provider.perforce.command.checkin
Class PerforceCheckInCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkin.AbstractCheckInCommand
          extended by org.apache.maven.scm.provider.perforce.command.checkin.PerforceCheckInCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceCheckInCommand
extends AbstractCheckInCommand
implements PerforceCommand

Version:
$Id: PerforceCheckInCommand.java 1352065 2012-06-20 12:36:08Z olamy $
Author:
Mike Perham

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceCheckInCommand()
           
 
Method Summary
static String createChangeListSpecification(PerforceScmProviderRepository repo, ScmFileSet files, String msg, String canonicalPath, String jobs)
           
static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, String message, ScmVersion version)
          
 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceCheckInCommand

public PerforceCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo,
                                                 ScmFileSet files,
                                                 String message,
                                                 ScmVersion version)
                                          throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDirectory)

createChangeListSpecification

public static String createChangeListSpecification(PerforceScmProviderRepository repo,
                                                   ScmFileSet files,
                                                   String msg,
                                                   String canonicalPath,
                                                   String jobs)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.