org.apache.maven.scm.provider.perforce.command.add
Class PerforceAddCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.add.AbstractAddCommand
          extended by org.apache.maven.scm.provider.perforce.command.add.PerforceAddCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceAddCommand
extends AbstractAddCommand
implements PerforceCommand

Version:
$Id: PerforceAddCommand.java 691823 2008-09-03 23:15:13Z vsiveton $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceAddCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
           
protected  ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String message, boolean binary)
          
 
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
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

PerforceAddCommand

public PerforceAddCommand()
Method Detail

executeAddCommand

protected ScmResult executeAddCommand(ScmProviderRepository repo,
                                      ScmFileSet files,
                                      java.lang.String message,
                                      boolean binary)
                               throws ScmException

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException

createCommandLine

public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo,
                                                                         java.io.File workingDirectory,
                                                                         ScmFileSet files)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.