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
-
-
Field Summary
Fields Modifier and Type Field Description private booleaninteractive-
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnCheckInCommand(boolean interactive)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile)static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, boolean interactive)protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version)-
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCheckInCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Method Detail
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) throws ScmException
- Specified by:
executeCheckInCommandin classAbstractCheckInCommand- Returns:
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile) throws ScmException
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, boolean interactive) throws ScmException
- Throws:
ScmException
-
-