org.apache.maven.scm.command.remove
public class RemoveScmResult extends ScmResult
Version: $Id: RemoveScmResult.java 381352 2006-02-27 15:00:06Z evenisse $
| Constructor Summary | |
|---|---|
| RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) | |
| RemoveScmResult(String commandLine, List removedFiles) | |
| RemoveScmResult(List removedFiles, ScmResult result) | |
| Method Summary | |
|---|---|
| List | getRemovedFiles() |