com.perforce.maven.scm.provider.p4.command.tag
Class P4TagResult

java.lang.Object
  extended by com.perforce.maven.scm.provider.p4.command.P4Result
      extended by com.perforce.maven.scm.provider.p4.command.tag.P4TagResult

public class P4TagResult
extends P4Result

This class handles the result from the Perforce label command.


Field Summary
 
Fields inherited from class com.perforce.maven.scm.provider.p4.command.P4Result
commandOutput, commandResult, LINE_SEPARATOR, success
 
Constructor Summary
P4TagResult()
           
 
Method Summary
 List<String> getTagged()
          Gets the tagged.
 String processMessage(String message)
          Process message.
 void processTagged(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs)
          Extracts the file paths from the tag command result filespecs.
 
Methods inherited from class com.perforce.maven.scm.provider.p4.command.P4Result
getCommandOutput, getCommandResult, isSuccess, process, setSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P4TagResult

public P4TagResult()
Method Detail

processMessage

public String processMessage(String message)
Description copied from class: P4Result
Process message.

Specified by:
processMessage in class P4Result
Parameters:
message - the message
Returns:
the string
See Also:
(java.lang.String)

processTagged

public void processTagged(List<com.perforce.p4java.core.file.IFileSpec> fileSpecs)
Extracts the file paths from the tag command result filespecs.

Parameters:
fileSpecs - the file specs

getTagged

public List<String> getTagged()
Gets the tagged.

Returns:
the tagged


Copyright © 2003-2011 Perforce Software. All Rights Reserved.