Class RemoveScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.remove.RemoveScmResult
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RemoveScmResult extends ScmResult - Author:
- Brett Porter, Olivier Lamy
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)RemoveScmResult(String commandLine, List<ScmFile> removedFiles)RemoveScmResult(List<ScmFile> removedFiles, ScmResult result)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>getRemovedFiles()- 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
RemoveScmResultpublic RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
RemoveScmResultpublic RemoveScmResult(String commandLine, List<ScmFile> removedFiles) 
 - 
RemoveScmResultpublic RemoveScmResult(List<ScmFile> removedFiles, ScmResult result) 
 
- 
 - 
Method Detail- 
getRemovedFilespublic List<ScmFile> getRemovedFiles() 
 
- 
 
-