Response object for the get resources command. Contains contents of resources on the class-path.
34353637383940
public void execute(EmptyCommandRequest request, CommandResponse response) throws Exception { throw new UnserializableException(); } public CommandResponse getEmptyCommandResponse() { return new GetResourcesResponse(); }
62636465666768
response.setResources(resources); } } public GetResourcesResponse getEmptyCommandResponse() { return new GetResourcesResponse(); }