Package | Description |
---|---|
com.perforce.p4java.impl.generic.core.file |
Provides standard implementation classes for the com.perforce.p4java.core.file interfaces.
|
Modifier and Type | Method and Description |
---|---|
static PathAnnotations |
PathAnnotations.getAnnotations(String pathStr)
Get all Perforce metadata annotations from the passed-in string.
|
Modifier and Type | Method and Description |
---|---|
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 © 2017 Perforce Software. All Rights Reserved.