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
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoteInfoCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
abstract RemoteInfoScmResult
executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
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:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
-