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(java.lang.String pathStr)
Get all Perforce metadata annotations from the passed-in string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FilePath.annotate(PathAnnotations annotations)
Annotate this path with the passed-in Perforce file metadata
annotations.
|
static boolean |
PathAnnotations.extractNonRevisionData(java.lang.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(java.lang.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 © 2020 Perforce Software. All Rights Reserved.