org.apache.maven.scm.provider.local.command.list
Class LocalListScmResult

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

public class LocalListScmResult
extends ListScmResult

Version:
$Id: LocalListScmResult.java 1057018 2011-01-09 20:12:29Z olamy $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
LocalListScmResult(String commandLine, List<ScmFile> files)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.command.list.ListScmResult
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

LocalListScmResult

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


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