Class CommandHistoryFactory
- java.lang.Object
-
- com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
-
public class CommandHistoryFactory extends java.lang.ObjectFactory for creatingCommandHistoryinstances by name.
-
-
Constructor Summary
Constructors Constructor Description CommandHistoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull CommandHistorygetCommandHistory(@NotNull java.lang.String ident)Returns aCommandHistoryinstance by name.
-
-
-
Method Detail
-
getCommandHistory
@NotNull public @NotNull CommandHistory getCommandHistory(@NotNull @NotNull java.lang.String ident)
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
-
-