org.apache.maven.scm.provider.local.command.checkout
Class LocalCheckOutScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.checkout.CheckOutScmResult
          extended by org.apache.maven.scm.provider.local.command.checkout.LocalCheckOutScmResult
All Implemented Interfaces:
Serializable

public class LocalCheckOutScmResult
extends CheckOutScmResult

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

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkout.CheckOutScmResult
relativePathProjectDirectory
 
Constructor Summary
LocalCheckOutScmResult(String commandLine, List<ScmFile> files)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.command.checkout.CheckOutScmResult
getCheckedOutFiles, getRelativePathProjectDirectory, getRevision
 
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

LocalCheckOutScmResult

public LocalCheckOutScmResult(String commandLine,
                              List<ScmFile> files)


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