com.tek42.perforce.parse
Class File

java.lang.Object
  extended by com.tek42.perforce.parse.AbstractPerforceTemplate
      extended by com.tek42.perforce.parse.File

public class File
extends AbstractPerforceTemplate


Nested Class Summary
 
Nested classes/interfaces inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate
AbstractPerforceTemplate.ResponseFilter
 
Constructor Summary
File(Depot depot, String file)
           
 
Method Summary
 boolean exists()
           
 String read()
           
 
Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate
getExtraParams, getLogger, getP4Exe, getPerforceResponse, getPerforceResponse, getRawPerforceResponseBytes, getRawPerforceResponseLines, hitMax, login, parseList, saveToPerforce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File(Depot depot,
            String file)
Method Detail

exists

public boolean exists()
               throws PerforceException
Throws:
PerforceException

read

public String read()
            throws PerforceException
Throws:
PerforceException


Copyright © 2004-2013 Hudson. All Rights Reserved.