PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/bsh-commands-output.html

#
HTML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 7b3325578650c58334df692a3969cf41 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Output Commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="jEdit 4.2 User's Guide"><link rel="up" href="bsh-commands.html" title="Chapter 16. BeanShell Commands"><link rel="previous" href="bsh-commands.html" title="Chapter 16. BeanShell Commands"><link rel="next" href="bsh-commands-file.html" title="File Management Commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Output Commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bsh-commands.html">Prev</a> </td><th width="60%" align="center">Chapter 16. BeanShell Commands</th><td width="20%" align="right"> <a accesskey="n" href="bsh-commands-file.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bsh-commands-output"></a>Output Commands</h2></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">cat</b>(</code>String <var class="pdparam">filename</var><code>)</code>;</p></div><p>
  2. Writes the contents of <i class="parameter"><tt>filename</tt></i>
  3. to the activity log.
  4. </p></li><li><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">javap</b>(</code>String | Object | Class <var class="pdparam">target</var><code>)</code>;</p></div><p>
  5. Writes the public fields and methods of the specified class to
  6. the output stream of the current process. Requires Java 2
  7. version 1.3 or greater.
  8. </p></li><li><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">print</b>(</code><var class="pdparam">arg</var><code>)</code>;</p></div><p>
  9. Writes the string value of the argument to the activity log,
  10. or if run from the <span class="application">Console</span> plugin,
  11. to the current output window. If <i class="parameter"><tt>arg</tt></i> is
  12. an array, <tt class="function">print</tt> runs itself recursively
  13. on the array's elements.
  14. </p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bsh-commands.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bsh-commands.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bsh-commands-file.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 16. BeanShell Commands </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> File Management Commands</td></tr></table></div></body></html>