Class PerforceUnEditCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.unedit.AbstractUnEditCommand
org.apache.maven.scm.provider.perforce.command.unedit.PerforceUnEditCommand
- All Implemented Interfaces:
Command,PerforceCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files) protected ScmResultexecuteUnEditCommand(ScmProviderRepository repo, ScmFileSet files) Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
PerforceUnEditCommand
public PerforceUnEditCommand()
-
-
Method Details
-
executeUnEditCommand
protected ScmResult executeUnEditCommand(ScmProviderRepository repo, ScmFileSet files) throws ScmException - Specified by:
executeUnEditCommandin classAbstractUnEditCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files)
-