public interface P4Files extends P4Connection, P4Errors
ACCESS_ERROR_MESSAGES, CORE_AUTH_FAIL_STRING_1, CORE_AUTH_FAIL_STRING_2, CORE_AUTH_FAIL_STRING_3, CORE_AUTH_FAIL_STRING_4, CORE_AUTH_FAIL_STRING_5, E_EMPTY, E_FAILED, E_FATAL, E_INFO, E_WARN
Modifier and Type | Method and Description |
---|---|
static P4Files |
create(P4Connection conn) |
default java.util.List<FileSummary> |
listChangelist(java.lang.String path,
java.lang.String changeId)
Returns the result of "p4 files //path...@=id"
|
close, connectAs, create, create, disconnect, getLogin, getOptionsServer, getServerLocation, getServerProperties, setLogin
checkError, checkError, getServerMessage, isAuthFail, isNotSeriousErrorButNeedReport
static P4Files create(P4Connection conn)
default java.util.List<FileSummary> listChangelist(java.lang.String path, java.lang.String changeId)
path
- If non-null, will use this path selector to trim down the path, otherwise, will
use "//..." with the revision specifierchangeId
- The specific change ID that eventually is used to specify the selected
path in "//...@=ID" syntax