org.apache.maven.scm.command.remove
Class RemoveScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remove.RemoveScmResult
public class RemoveScmResult
- extends ScmResult
- Version:
- $Id: RemoveScmResult.java 483105 2006-12-06 15:07:54Z evenisse $
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveScmResult
public RemoveScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
RemoveScmResult
public RemoveScmResult(String commandLine,
List removedFiles)
RemoveScmResult
public RemoveScmResult(List removedFiles,
ScmResult result)
getRemovedFiles
public List getRemovedFiles()
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.