com.perforce.maven.mojo.unshelve
Class P4UnShelveResult

java.lang.Object
  extended by com.perforce.maven.scm.provider.p4.command.P4Result
      extended by com.perforce.maven.mojo.unshelve.P4UnShelveResult

public class P4UnShelveResult
extends P4Result

This class handles the result from the Perforce unshelve command.


Field Summary
 
Fields inherited from class com.perforce.maven.scm.provider.p4.command.P4Result
commandOutput, commandResult, LINE_SEPARATOR, success
 
Constructor Summary
P4UnShelveResult()
           
 
Method Summary
 String processMessage(String message)
           
 
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

P4UnShelveResult

public P4UnShelveResult()
Method Detail

processMessage

public String processMessage(String message)
Specified by:
processMessage in class P4Result
See Also:
(java.lang.String)


Copyright © 2011 Perforce Software. All Rights Reserved.