Uses of Class
com.perforce.p4java.core.file.FileAction

Packages that use FileAction
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
 

Uses of FileAction in com.perforce.p4java.core.file
 

Methods in com.perforce.p4java.core.file that return FileAction
static FileAction FileAction.fromString(java.lang.String str)
          A user-friendly fail-safe way to convert from strings to file actions without generating exceptions, etc.
 FileAction IFileSpec.getAction()
          Returns the file action associated with this file, if any.
 FileAction IFileRevisionData.getAction()
          Get the file action associated with this revision.
 FileAction IExtendedFileSpec.getHeadAction()
           
 FileAction IExtendedFileSpec.getOpenAction()
           
 FileAction IFileSpec.getOtherAction()
          Get the other action.
 FileAction IResolveRecord.getResolveAction()
           
static FileAction FileAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileAction[] FileAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.core.file with parameters of type FileAction
 void IFileSpec.setAction(FileAction action)
          Set the file action for this file spec.
 void IExtendedFileSpec.setHeadAction(FileAction action)
           
 void IExtendedFileSpec.setOpenAction(FileAction action)
           
 void IFileSpec.setOtherAction(FileAction action)
          Set the other action for this file spec.
 void IResolveRecord.setResolveAction(FileAction action)
           
 

Uses of FileAction in com.perforce.p4java.impl.generic.core.file
 

Fields in com.perforce.p4java.impl.generic.core.file declared as FileAction
protected  FileAction FileSpec.action
           
 

Methods in com.perforce.p4java.impl.generic.core.file that return FileAction
 FileAction FileSpec.getAction()
           
 FileAction FileRevisionData.getAction()
           
 FileAction ExtendedFileSpec.getHeadAction()
           
 FileAction ExtendedFileSpec.getOpenAction()
           
 FileAction FileSpec.getOtherAction()
           
 FileAction ResolveRecord.getResolveAction()
           
 

Methods in com.perforce.p4java.impl.generic.core.file with parameters of type FileAction
 void FileSpec.setAction(FileAction action)
           
 void FileRevisionData.setAction(FileAction action)
           
 void ExtendedFileSpec.setHeadAction(FileAction headAction)
           
 void ExtendedFileSpec.setOpenAction(FileAction openAction)
           
 void FileSpec.setOtherAction(FileAction otherAction)
           
 void ResolveRecord.setResolveAction(FileAction resolveAction)
           
 

Constructors in com.perforce.p4java.impl.generic.core.file with parameters of type FileAction
FileRevisionData(int revision, int changeListId, FileAction action, java.util.Date date, java.lang.String userName, java.lang.String fileType, java.lang.String description, java.lang.String depotFileName, java.lang.String clientName)
           
ResolveRecord(FileAction resolveAction, java.lang.String resolveBaseFile, int resolveBaseRevision, int resolveEndFromRevision, java.lang.String resolveFromFile, int resolveStartFromRevision)
          Explicit-value constructor.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.