public interface P4Add extends P4ClientConnection, 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 |
---|---|
default void |
add(java.lang.String changelist,
java.lang.String type,
java.lang.String... paths)
Marks the paths for add against the changelist.
|
static P4Add |
create(P4ClientConnection conn) |
create, getClientName, setClientName
close, connectAs, create, create, disconnect, getLogin, getOptionsServer, getServerLocation, getServerProperties, setLogin
checkError, checkError, getServerMessage, isAuthFail, isNotSeriousErrorButNeedReport
static P4Add create(P4ClientConnection conn)
create
in interface P4ClientConnection
default void add(java.lang.String changelist, java.lang.String type, java.lang.String... paths)
changelist
- Pending changelist ID, should be on the active clienttype
- Either "binary" or "text", or null to guess the file typepaths
- Paths to add, probably local file paths