Class ExternalFinderItem

java.lang.Object
org.omegat.externalfinder.item.ExternalFinderItem

public final class ExternalFinderItem extends Object
A data class representing an ExternalFinder "item". Immutable. Use ExternalFinderItem.Builder to construct.

In the original plugin, the character _ in the name was used to indicate a mnemonic; upon setting the name the mnemonic character was extracted and the _ removed. We now do not modify the name, and we leave mnemonic setting up to the Mnemonics library so & is the character to use.