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
- Since:
 - 1.6
 - Author:
 - Olivier Lamy
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionexecuteRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) booleanremoteUrlExist(ScmProviderRepository repository, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
SvnRemoteInfoCommand
public SvnRemoteInfoCommand() 
 - 
 - 
Method Details
- 
executeRemoteInfoCommand
public RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
 executeRemoteInfoCommandin classAbstractRemoteInfoCommand- Throws:
 ScmException
 - 
remoteUrlExist
public boolean remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters) throws ScmException - Throws:
 ScmException
 
 -