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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SvnRemoteInfoCommand.LsConsumer
-
Constructor Summary
Constructors Constructor Description SvnRemoteInfoCommand()
-
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, getLogger, setLogger
-
-
-
-
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
-
-