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

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

public class ClearCaseStatusCommand
extends org.apache.maven.scm.command.status.AbstractStatusCommand
implements ClearCaseCommand

Author:
Wim Deblauwe

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseStatusCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(org.apache.maven.scm.ScmFileSet scmFileSet)
           
protected  org.apache.maven.scm.command.status.StatusScmResult executeStatusCommand(org.apache.maven.scm.provider.ScmProviderRepository scmProviderRepository, org.apache.maven.scm.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 org.apache.maven.scm.command.status.StatusScmResult executeStatusCommand(org.apache.maven.scm.provider.ScmProviderRepository scmProviderRepository,
                                                                                   org.apache.maven.scm.ScmFileSet scmFileSet)
                                                                            throws org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException

createCommandLine

public static org.codehaus.plexus.util.cli.Commandline createCommandLine(org.apache.maven.scm.ScmFileSet scmFileSet)


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