Perforce

Uses of Class
com.perforce.api.FileEntry

Uses of FileEntry in com.perforce.api
 

Methods in com.perforce.api that return FileEntry
static FileEntry FileEntry.checkIn(Env env, String path, String description)
          Checks in a file that has already been opened on the client using the description given.
static FileEntry FileEntry.getFile(String p)
          Gets the file information for the specified path.
 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.openForAdd(Env env, String path, Change chng)
          Opens the file on the path for add under the change.
static FileEntry FileEntry.openForEdit(Env env, String path, boolean sync, boolean lock, Change chng)
          Opens the file on the path for edit under the change.
 

Methods in com.perforce.api with parameters of type FileEntry
 void Change.addFile(FileEntry fent)
          Adds the given FileEntry to the changelist.
 void FileEntry.setSource(FileEntry fent)
          Sets the source file entry associated with this file.
 


Perforce

Copyright © 2001, Perforce Software, All rights reserved.