org.apache.maven.scm.provider.local.command.update
Class LocalUpdateScmResult

java.lang.Object
  extended byorg.apache.maven.scm.ScmResult
      extended byorg.apache.maven.scm.command.update.UpdateScmResult
          extended byorg.apache.maven.scm.provider.local.command.update.LocalUpdateScmResult

public class LocalUpdateScmResult
extends org.apache.maven.scm.command.update.UpdateScmResult

Version:
$Id: LocalUpdateScmResult.java 264804 2005-08-30 16:09:04Z evenisse $
Author:
Trygve Laugstøl

Nested Class Summary
 
Nested classes inherited from class org.apache.maven.scm.ScmResult
org.apache.maven.scm.ScmResult.Failure
 
Field Summary
 
Fields inherited from class org.apache.maven.scm.command.update.UpdateScmResult
 
Fields inherited from class org.apache.maven.scm.ScmResult
 
Constructor Summary
LocalUpdateScmResult(java.lang.String commandLine, java.util.List files)
           
 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChanges
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getLongMessage, getMessage, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalUpdateScmResult

public LocalUpdateScmResult(java.lang.String commandLine,
                            java.util.List files)