public class P4ChangeRef extends Object implements P4Ref
Constructor and Description |
---|
P4ChangeRef(long change) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
long |
getChange() |
P4ChangeEntry |
getChangeEntry(ClientHelper p4) |
List<com.perforce.p4java.core.file.IFileSpec> |
getFiles(ConnectionHelper p4,
int limit) |
int |
hashCode() |
boolean |
isCommit() |
boolean |
isLabel() |
String |
toString() |
public P4ChangeEntry getChangeEntry(ClientHelper p4) throws Exception
getChangeEntry
in interface P4Ref
Exception
public List<com.perforce.p4java.core.file.IFileSpec> getFiles(ConnectionHelper p4, int limit) throws Exception
public String toString()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2016–2021. All rights reserved.