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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class 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 AbstractRemoteInfoCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
interactive
private final boolean interactive
-
-
Constructor Details
-
SvnRemoteInfoCommand
public SvnRemoteInfoCommand(boolean interactive)
-
-
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
-