Class LocalUpdateScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.update.UpdateScmResult
- 
- org.apache.maven.scm.provider.local.command.update.LocalUpdateScmResult
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class LocalUpdateScmResult extends UpdateScmResult - Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalUpdateScmResult(String commandLine, List<ScmFile> files)
 - 
Method Summary- 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultgetChanges, getUpdatedFiles, setChanges
 - 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
LocalUpdateScmResultpublic LocalUpdateScmResult(String commandLine, List<ScmFile> files) 
 
- 
 
-