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: PerforceChangeLogCommand.java 264804 2005-08-30 16:09:04Z
evenisse $
- Author:
- Mike Perham
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
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
-
- 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-2009 Apache Software Foundation. All Rights Reserved.