Perforce

Uses of Class
com.perforce.api.FileEntry

Uses of FileEntry in com.perforce.api
 

Methods in com.perforce.api that return FileEntry
 FileEntry[] DirEntry.getFiles()
          Returns an array of file entries for this directory.
 FileEntry[] DirEntry.getFiles(Env env)
          Returns an array of file entries for this directory.
 FileEntry FileEntry.getSource()
          Returns the source file entry associated with this file.
static FileEntry FileEntry.getFile(String p)
          Gets the file information for the specified path.
static FileEntry FileEntry.openForEdit(Env env, String path, boolean sync, boolean force, boolean lock, Change chng)
          Opens the file on the path for edit under the change.
static FileEntry FileEntry.openForAdd(Env env, String path, Change chng)
          Opens the file on the path for add under the change.
 

Methods in com.perforce.api with parameters of type FileEntry
 void FileEntry.setSource(FileEntry fent)
          Sets the source file entry associated with this file.
 


Perforce

Copyright © 2001, Perforce Software, All rights reserved.