org.apache.maven.scm.command.export
Class ExportScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.export.ExportScmResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExportScmResultWithRevision

public class ExportScmResult
extends ScmResult

Version:
$Id: ExportScmResult.java 1055643 2011-01-05 21:21:13Z olamy $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
ExportScmResult(String commandLine, List<ScmFile> updatedFiles)
           
ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<ScmFile> getExportedFiles()
           
 
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

ExportScmResult

public ExportScmResult(String commandLine,
                       String providerMessage,
                       String commandOutput,
                       boolean success)

ExportScmResult

public ExportScmResult(String commandLine,
                       List<ScmFile> updatedFiles)
Method Detail

getExportedFiles

public List<ScmFile> getExportedFiles()


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