org.apache.maven.scm.provider.integrity.command.status
Class IntegrityStatusCommand

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.integrity.command.status.IntegrityStatusCommand
All Implemented Interfaces:
Command

public class IntegrityStatusCommand
extends AbstractStatusCommand

MKS Integrity implementation for Maven's AbstractStatusCommand
This command will execute a 'si viewsandbox' and report on all changed and dropped working files. Additionally, this command will also run a 'si viewnonmembers' command to report on all new files added in the sandbox directory

Since:
1.6
Version:
$Id: IntegrityStatusCommand.java 1.6 2011/08/22 13:06:36EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityStatusCommand()
           
 
Method Summary
 StatusScmResult executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
          
 
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

IntegrityStatusCommand

public IntegrityStatusCommand()
Method Detail

executeStatusCommand

public StatusScmResult executeStatusCommand(ScmProviderRepository repository,
                                            ScmFileSet fileSet)
                                     throws ScmException

Specified by:
executeStatusCommand in class AbstractStatusCommand
Throws:
ScmException


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