102103104105106107108
public CommandBasedEntryPointCreator(CommandService commandService) { this.commandService = commandService; } public EntryPoint getEntryPoint(String entryPoint) { return new CommandBasedEntryPoint( commandService, entryPoint ); }