org.apache.maven.scm.provider.vss.commands.status
Class VssStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
org.apache.maven.scm.provider.vss.commands.status.VssStatusCommand
- All Implemented Interfaces:
- Command
public class VssStatusCommand
- extends AbstractStatusCommand
- Version:
- $Id: VssStatusCommand.java 483105 2006-12-06 15:07:54Z evenisse $
- Author:
- Thorsten Riek
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VssStatusCommand
public VssStatusCommand()
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet)
throws ScmException
- Specified by:
executeStatusCommand
in class AbstractStatusCommand
- Throws:
ScmException
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet)
throws ScmException
- Throws:
ScmException
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- See Also:
AbstractUpdateCommand.getChangeLogCommand()
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.