RemapMode

public enum RemapMode

The mode the remapping process should take.

Entries

AUTHORITATIVE
Link copied to clipboard
AUTHORITATIVE
Any differences (local->remote, remote->local) are allowed.
REMOTE
Link copied to clipboard
REMOTE
Entries missing on the remote side are hidden on the local side, whileentries missing on the local side cause an exception.
EXACT
Link copied to clipboard
EXACT
No differences in entry sets are allowed.

Functions

describeConstable
Link copied to clipboard
abstract Optional<? extends ConstantDescdescribeConstable()
valueOf
Link copied to clipboard
static RemappableRegistry.RemapMode valueOf(String name)
values
Link copied to clipboard
static Array<RemappableRegistry.RemapModevalues()

Sources

jvm source
Link copied to clipboard