Class SvnRemoteInfoCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo.SvnRemoteInfoCommand
-
- All Implemented Interfaces:
Command
,SvnCommand
public class SvnRemoteInfoCommand extends AbstractRemoteInfoCommand implements SvnCommand
- Since:
- 1.6
- Author:
- Olivier Lamy
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnRemoteInfoCommand(boolean interactive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteInfoScmResult
executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
boolean
remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
SvnRemoteInfoCommand
public SvnRemoteInfoCommand(boolean interactive)
-
-
Method Detail
-
executeRemoteInfoCommand
public RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeRemoteInfoCommand
in classAbstractRemoteInfoCommand
- Throws:
ScmException
-
remoteUrlExist
public boolean remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
-