Uses of Interface
com.perforce.p4java.core.file.IFileAnnotation

Packages that use IFileAnnotation
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. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

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

Methods in com.perforce.p4java.core.file that return types with arguments of type IFileAnnotation
 java.util.List<IFileAnnotation> IFileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get the file annotations associated with this file.
 

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

Classes in com.perforce.p4java.impl.generic.core.file that implement IFileAnnotation
 class FileAnnotation
          Simple generic implementation class for IFileAnnotation interface.
 

Methods in com.perforce.p4java.impl.generic.core.file that return types with arguments of type IFileAnnotation
 java.util.List<IFileAnnotation> FileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
           
 

Uses of IFileAnnotation in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IFileAnnotation
 java.util.List<IFileAnnotation> IServer.getFileAnnotations(java.util.List<IFileSpec> fileSpecs, DiffType wsOpts, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get a list of revision annotations for the specified files.
 



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