Class CommandHistoryFactory
java.lang.Object
com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
Factory for creating
CommandHistory instances by name.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CommandHistorygetCommandHistory(@NotNull String ident) Returns aCommandHistoryinstance by name.
-
Constructor Details
-
CommandHistoryFactory
public CommandHistoryFactory()
-
-
Method Details
-
getCommandHistory
Returns aCommandHistoryinstance by name. Calling this function twice for the same name returns the same instance.- Parameters:
ident- the name- Returns:
- the command history instance
-