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
Direct Known Subclasses:
LocalListScmResult

public class ListScmResult
extends ScmResult

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

Version:
$Id: ListScmResult.java 517675 2007-03-13 12:52:30Z evenisse $
Author:
Carlos Sanchez

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

ListScmResult

public ListScmResult(List files,
                     ScmResult result)
Method Detail

getFiles

public List getFiles()


Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.