Class ListScmResult
- java.lang.Object
-
- org.apache.maven.scm.ScmResult
-
- org.apache.maven.scm.command.list.ListScmResult
-
- All Implemented Interfaces:
Serializable
public class ListScmResult extends ScmResult
Result ofScmProvider.list(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, boolean, org.apache.maven.scm.ScmVersion)
operation- Author:
- Carlos Sanchez
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description ListScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
ListScmResult(String commandLine, List<ScmFile> files)
ListScmResult(List<ScmFile> files, ScmResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>
getFiles()
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-
-
-
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)
-
-