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

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.update.UpdateScmResult
          extended by org.apache.maven.scm.provider.local.command.update.LocalUpdateScmResult
All Implemented Interfaces:
Serializable

public class LocalUpdateScmResult
extends UpdateScmResult

Version:
$Id: LocalUpdateScmResult.java 1057018 2011-01-09 20:12:29Z olamy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
LocalUpdateScmResult(String commandLine, List<ScmFile> files)
           
 
Method Summary
 
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, 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(String commandLine,
                            List<ScmFile> files)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.