Method: (DUMP-APPLICATIONS STANDARD-SERVER STRING)

Source

(defmethod dump-applications ((server standard-server) (output-file-name string))
  (dump-applications server (pathname output-file-name)))
Source Context