org.apache.maven.scm.command.list
Class ListScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.list.ListScmResult
All Implemented Interfaces:
Serializable

public class ListScmResult
extends ScmResult

Result of ScmProvider.list(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, boolean, org.apache.maven.scm.ScmVersion) operation

Version:
$Id: ListScmResult.java 1055646 2011-01-05 21:22:58Z olamy $
Author:
Carlos Sanchez
See Also:
Serialized Form

Constructor Summary
ListScmResult(List<ScmFile> files, ScmResult result)
           
ListScmResult(String commandLine, List<ScmFile> files)
           
ListScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<ScmFile> getFiles()
           
 
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

ListScmResult

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

ListScmResult

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

ListScmResult

public ListScmResult(List<ScmFile> files,
                     ScmResult result)
Method Detail

getFiles

public List<ScmFile> getFiles()


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