org.apache.maven.scm.command.export
Class ExportScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.export.ExportScmResult
- Direct Known Subclasses:
- ExportScmResultWithRevision
public class ExportScmResult
- extends ScmResult
- Version:
- $Id: ExportScmResult.java 520441 2007-03-20 15:48:14Z evenisse $
- Author:
- Emmanuel Venisse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportScmResult
public ExportScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
ExportScmResult
public ExportScmResult(String commandLine,
List updatedFiles)
getExportedFiles
public List getExportedFiles()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.