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
public class PerforceUnEditCommand extends AbstractUnEditCommand implements PerforceCommand
-
-
Constructor Summary
Constructors Constructor Description PerforceUnEditCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
protected ScmResult
executeUnEditCommand(ScmProviderRepository repo, ScmFileSet files)
-
Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUnEditCommand
protected ScmResult executeUnEditCommand(ScmProviderRepository repo, ScmFileSet files) throws ScmException
- Specified by:
executeUnEditCommand
in classAbstractUnEditCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
-
-