com.perforce.maven.scm.provider.p4.command
Class P4FileStatusMapper

java.lang.Object
  extended by com.perforce.maven.scm.provider.p4.command.P4FileStatusMapper

public class P4FileStatusMapper
extends Object

Perforce file status mapper.


Constructor Summary
P4FileStatusMapper()
           
 
Method Summary
static org.apache.maven.scm.ScmFileStatus getFileStatus(String status)
          Gets the file status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P4FileStatusMapper

public P4FileStatusMapper()
Method Detail

getFileStatus

public static org.apache.maven.scm.ScmFileStatus getFileStatus(String status)
Gets the file status.

Parameters:
status - the status
Returns:
the file status


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