org.apache.maven.scm.provider.perforce.command.tag
Class PerforceTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.perforce.command.tag.PerforceTagCommand
- All Implemented Interfaces:
- Command, PerforceCommand
public class PerforceTagCommand
- extends AbstractTagCommand
- implements PerforceCommand
- Version:
- $Id: PerforceTagCommand.java 754778 2009-03-15 22:26:37Z olamy $
- Author:
- Mike Perham
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Method Summary |
static org.codehaus.plexus.util.cli.Commandline |
createLabelCommandLine(PerforceScmProviderRepository repo,
java.io.File workingDirectory)
|
java.lang.String |
createLabelSpecification(PerforceScmProviderRepository repo,
java.lang.String tag,
boolean lock)
|
static org.codehaus.plexus.util.cli.Commandline |
createLabelsyncCommandLine(PerforceScmProviderRepository repo,
java.io.File workingDirectory,
ScmFileSet files,
java.lang.String tag)
|
protected ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
java.lang.String tag,
ScmTagParameters scmTagParameters)
|
protected ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
java.lang.String tag,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerforceTagCommand
public PerforceTagCommand()
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
java.lang.String tag,
java.lang.String message)
throws ScmException
- Overrides:
executeTagCommand
in class AbstractTagCommand
- Throws:
ScmException
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
java.lang.String tag,
ScmTagParameters scmTagParameters)
throws ScmException
-
- Specified by:
executeTagCommand
in class AbstractTagCommand
- Throws:
ScmException
createLabelCommandLine
public static org.codehaus.plexus.util.cli.Commandline createLabelCommandLine(PerforceScmProviderRepository repo,
java.io.File workingDirectory)
createLabelsyncCommandLine
public static org.codehaus.plexus.util.cli.Commandline createLabelsyncCommandLine(PerforceScmProviderRepository repo,
java.io.File workingDirectory,
ScmFileSet files,
java.lang.String tag)
createLabelSpecification
public java.lang.String createLabelSpecification(PerforceScmProviderRepository repo,
java.lang.String tag,
boolean lock)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.