| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &optional new if-exists verbose
This is a helper function used in connection with def-java-to-lisp-wrapper to set the output stream used by the macro.
The new can be:
t
: means send output to *standard-output*
:none
: means suppress output
The if-exists argument is used only when new is a pathname designator. In that case, its values can be:
:supersede
: means delete an existing file
and create a new file
:append
: means add to an existing file
or create a new file
If the verbose argument is non-nil
, emit a
message when the output stream changes.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |