Class SvnStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
org.apache.maven.scm.provider.svn.svnexe.command.status.SvnStatusCommand
- All Implemented Interfaces:
 Command,SvnCommand
- Author:
 - Brett Porter
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet) protected StatusScmResultexecuteStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
SvnStatusCommand
public SvnStatusCommand() 
 - 
 - 
Method Details
- 
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Specified by:
 executeStatusCommandin classAbstractStatusCommand- Throws:
 ScmException
 - 
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet)  
 -