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

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

public class ExportScmResultWithRevision
extends ExportScmResult

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

Constructor Summary
ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision)
           
ExportScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success)
           
 
Method Summary
 String getRevision()
           
 
Methods inherited from class org.apache.maven.scm.command.export.ExportScmResult
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

ExportScmResultWithRevision

public ExportScmResultWithRevision(String commandLine,
                                   String providerMessage,
                                   String commandOutput,
                                   String revision,
                                   boolean success)

ExportScmResultWithRevision

public ExportScmResultWithRevision(String commandLine,
                                   List<ScmFile> exportedFiles,
                                   String revision)
Method Detail

getRevision

public String getRevision()


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