org.apache.maven.scm.provider.tfs.command
Class TfsCheckInCommand

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.tfs.command.TfsCheckInCommand
All Implemented Interfaces:
Command

public class TfsCheckInCommand
extends AbstractCheckInCommand


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
TfsCheckInCommand()
           
 
Method Summary
 TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, String m)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository r, ScmFileSet f, String m, ScmVersion v)
           
 
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

TfsCheckInCommand

public TfsCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository r,
                                                 ScmFileSet f,
                                                 String m,
                                                 ScmVersion v)
                                          throws ScmException
Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException

createCommand

public TfsCommand createCommand(ScmProviderRepository r,
                                ScmFileSet f,
                                String m)


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