|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |