Class SvnCheckInCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
- 
- org.apache.maven.scm.provider.svn.svnexe.command.checkin.SvnCheckInCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- SvnCommand
 
 public class SvnCheckInCommand extends AbstractCheckInCommand implements SvnCommand - Author:
- Trygve Laugstøl, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommandNAME
 - 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnCheckInCommand(boolean interactive)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile)static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean interactive)protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)- 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommandexecuteCheckInCommand, executeCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnCheckInCommandpublic SvnCheckInCommand(boolean interactive) 
 
- 
 - 
Method Detail- 
executeCheckInCommandprotected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException - Specified by:
- executeCheckInCommandin class- AbstractCheckInCommand
- Returns:
- Throws:
- ScmException
 
 - 
createCommandLinepublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile) throws ScmException - Throws:
- ScmException
 
 - 
createCommandLinepublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean interactive) throws ScmException - Throws:
- ScmException
 
 
- 
 
-