Class AbstractCvsStatusCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.status.AbstractStatusCommand
-
- org.apache.maven.scm.provider.cvslib.command.status.AbstractCvsStatusCommand
-
- All Implemented Interfaces:
Command,CvsCommand
- Direct Known Subclasses:
CvsExeStatusCommand,CvsJavaStatusCommand
public abstract class AbstractCvsStatusCommand extends AbstractStatusCommand implements CvsCommand
- Author:
- Brett Porter
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsStatusCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StatusScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)protected StatusScmResultexecuteStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)-
Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException
- Specified by:
executeStatusCommandin classAbstractStatusCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract StatusScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-