384385386387388389390
public EntryPoint getEntryPoint(String name) { return this.commandService.execute( new GetEntryPointCommand( name ) ); } public Collection< ? extends EntryPoint> getEntryPoints() { return this.commandService.execute( new GetEntryPointsCommand() ); }