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,
String tag,
String message)
throws ScmException
- Specified by:
executeTagCommand
in class AbstractTagCommand
- Throws:
ScmException
createLabelCommandLine
public static org.codehaus.plexus.util.cli.Commandline createLabelCommandLine(PerforceScmProviderRepository repo,
File workingDirectory)
createLabelsyncCommandLine
public static org.codehaus.plexus.util.cli.Commandline createLabelsyncCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
ScmFileSet files,
String tag)
createLabelSpecification
public String createLabelSpecification(PerforceScmProviderRepository repo,
String tag,
boolean lock)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.