core/builtins/ioinfo.cif
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Wed, 20 Oct 2010 10:11:55 +0100
changeset 89 ce94bcf3f672
parent 0 7f656887cf89
permissions -rw-r--r--
Re-enabled bytepair compression support in chkdeps. Seems it was a bug in the loader code, producing an incorrect error, that led me to disabole it originally. Commented out the apparently-incorrect check, which means theoretically some corrupt binaries won't get picked up during decompression. Which probably doesn't matter much.

# ioinfo.cif
# 
# Copyright (c) 2010 Accenture. All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
# 
# Initial Contributors:
# Accenture - Initial contribution
#

==name ioinfo

==short-description

Provides information on IO objects within the IO server.

==argument enum object_type

The type of IO object to display information about. The following values are supported:

==enum-value read-write

Both read and write objects.

==enum-value read

Just read objects.

==enum-value write

Just write objects.

==enum-value end-point

All end-points. Note, the remaining values are specific kinds of end-point.

==enum-value console

Just console end-points.

==enum-value file

Just file end-points. Note, file end-points are used by L<fshell|fshell> when it redirects the input or output of a command from or to a file in response to <, > or >>.

==enum-value null

Just null end-points. Note, null end-points are used by L<fshell|fshell> when the input or output of a command is redirected from or to F</dev/nul> or C<NUL>.

==enum-value pipe

Just pipe end-points. Note, pipe end-points are used by L<fshell|fshell> when a command-line contains the pipe (C<|>) operator.

==enum-value persistent-console

Just persistent console end-points. See L<pcons|pcons> and the F<Persistent Consoles> section of the tool-kit's documentation for more details.

==option string m match

Match string to filter object names. Defaults to C<*>.

==copyright

Copyright (c) 2006-2010 Accenture. All rights reserved.