Class AbstractRemoteInfoCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
GitRemoteInfoCommand,JGitRemoteInfoCommand,SvnRemoteInfoCommand
public abstract class AbstractRemoteInfoCommand extends AbstractCommand
- Since:
- 1.6
- Author:
- Olivier Lamy
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoteInfoCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)abstract RemoteInfoScmResultexecuteRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
AbstractRemoteInfoCommand
public AbstractRemoteInfoCommand()
-
-
Method Detail
-
executeRemoteInfoCommand
public abstract RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommandin classAbstractCommand- Throws:
ScmException
-
-