org.apache.maven.scm.provider.clearcase.command.status
Class ClearCaseStatusCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.status.AbstractStatusCommand
          extended by org.apache.maven.scm.provider.clearcase.command.status.ClearCaseStatusCommand
All Implemented Interfaces:
Command, ClearCaseCommand

public class ClearCaseStatusCommand
extends AbstractStatusCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseStatusCommand.java 691810 2008-09-03 22:38:28Z vsiveton $
Author:
Wim Deblauwe

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseStatusCommand()
           
 
Method Summary
static Commandline createCommandLine(ScmFileSet scmFileSet)
           
protected  StatusScmResult executeStatusCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
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

ClearCaseStatusCommand

public ClearCaseStatusCommand()
Method Detail

executeStatusCommand

protected StatusScmResult executeStatusCommand(ScmProviderRepository scmProviderRepository,
                                               ScmFileSet scmFileSet)
                                        throws ScmException

Specified by:
executeStatusCommand in class AbstractStatusCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmFileSet scmFileSet)


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