Uses of Class
com.perforce.p4java.impl.generic.core.file.PathAnnotations

Packages that use PathAnnotations
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
 

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

Methods in com.perforce.p4java.impl.generic.core.file that return PathAnnotations
static PathAnnotations PathAnnotations.getAnnotations(String pathStr)
          Get all Perforce metadata annotations from the passed-in string.
 

Methods in com.perforce.p4java.impl.generic.core.file with parameters of type PathAnnotations
 String FilePath.annotate(PathAnnotations annotations)
          Annotate this path with the passed-in Perforce file metadata annotations.
static boolean PathAnnotations.extractNonRevisionData(String pathStr, PathAnnotations pathAnnotations)
          Extract any non-revision info from the passed-in pathStr and put it into the passed-in pathAnnotations object.
static boolean PathAnnotations.extractRevisionData(String pathStr, PathAnnotations pathAnnotations)
          Extract any start / end revision info from the passed-in pathStr and put it into the passed-in pathAnnotations object.
 



Copyright © 2011 Perforce Software. All Rights Reserved.