767778798081828384
{ public InputStream run() { return new ByteArrayInputStream( getCommandService().execute( new GetDeploymentCommand(name))); } }); }
55565758596061
@Override public InputStream getDeployment(String name) { return new ByteArrayInputStream( getCommandService().execute( new GetDeploymentCommand(name))); }