<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="bshcommands.xsl"?>
<!-- This file was auto-generated by the bshdoc.bsh script -->
<BshDoc>
  <File>
    <Name>bujuAdmin</Name>
    <Method>
      <Name>getAllowedHosts</Name>
      <Sig>getAllowedHosts ( ) </Sig>
      <Comment>
      <Text><![CDATA[
Get allowed IP addresses and names.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
    </Method>
    <Method>
      <Name>admin</Name>
      <Sig>admin ( ) </Sig>
    </Method>
    <Method>
      <Name>formatMessage</Name>
      <Sig>String formatMessage ( String messageFormat , Object [ ] inserts ) </Sig>
    </Method>
    <Method>
      <Name>addConnection</Name>
      <Sig>void addConnection ( ) </Sig>
    </Method>
    <Method>
      <Name>removeConnection</Name>
      <Sig>void removeConnection ( ) </Sig>
    </Method>
    <Method>
      <Name>allowConnection</Name>
      <Sig>String allowConnection ( ) </Sig>
    </Method>
    <Method>
      <Name>allowConnection</Name>
      <Sig>String allowConnection ( String clientName , String clientAddress ) </Sig>
    </Method>
    <Method>
      <Name>interpMap</Name>
      <Sig>interpMap ( ) </Sig>
    </Method>
      <Comment>
      <Text><![CDATA[
Initialize the Buju admin interpreter.

Copyright (c) 2005 BBeans.biz All Rights Reserved.

BBeans.biz MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. BBeans.biz
SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT
OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.

THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE
CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE
PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT
NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE
SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE
SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE
PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). BBeans.biz
SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY
OF FITNESS FOR HIGH RISK ACTIVITIES.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
  </File>
  <File>
    <Name>bujuInterp</Name>
      <Comment>
      <Text><![CDATA[                   
Add custom classpaths, import packages and interpreter commands, 
and otherwise initialize the interpreter for use.

If a Java security policy is being used,
classpaths added here must also be added to 
the conf/bujupolicy file using Java's 
policytool. Each classpath should be given 
the permissions it is trusted with (typically, 
but not necessarily, AllPermissions).

]]></Text>
      <Tags>
      </Tags>
      </Comment>
  </File>
  <File>
    <Name>bshdoc</Name>
    <Method>
      <Name>tab</Name>
      <Sig>tab ( ) </Sig>
    </Method>
    <Method>
      <Name>untab</Name>
      <Sig>untab ( ) </Sig>
    </Method>
    <Method>
      <Name>print</Name>
      <Sig>print ( arg ) </Sig>
    </Method>
    <Method>
      <Name>printComment</Name>
      <Sig>printComment ( String text ) </Sig>
      <Comment>
      <Text><![CDATA[
	Print a comment section, with optional javadoc style tags

]]></Text>
      <Tags>
      </Tags>
      </Comment>
    </Method>
    <Method>
      <Name>bshdoc</Name>
      <Sig>bshdoc ( filename ) </Sig>
      <Comment>
      <Text><![CDATA[
	bshdoc file comment.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
    </Method>
    <Method>
      <Name>bshdoc</Name>
      <Sig>bshdoc ( String [ ] filenames ) </Sig>
      <Comment>
      <Text><![CDATA[
	bshdoc list comment.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
    </Method>
      <Comment>
      <Text><![CDATA[
	This is BeanShell documentation for the bshdoc script.
	bshdoc.bsh in conjunction with bshdoc.xsl supports javadoc style 
	documentation of BeanShell scripts and files.
	<p/>

	bshdoc reads a javadoc style comment and method signatures from one or
	more files and generates XML output representing their contents.  
	An XSL stylesheet bshcommands.xsl (supplied with the user manual source)
	can be used to render this to an indexed HTML page describing the commands.
	<p/>

	Method signatures may be supplied expliticly via javadoc style @method 
	tags in the comment.  For example you might do this to provide a more 
	verbose description for loosely typed arguments.  The bshcommands.xsl 
	stylesheet supplied with the user manual source will use the tag 
	signatures in lieu of autogenerated ones when they are present.  So you 
	can use this tag to determine exactly which methods from a file are 
	listed if you wish.
	<p/>

	Output goes to standard out.  Comments may include normal HTML tags.
	Javadoc style @tags are only recognized at the start of a line and 
	terminate the comment.
	<p/>

	Note: bshdoc generates full method and comment information for the file
	but bshdoc.xsl uses only file comments and method signatures to create
	the command index.
	<p/>

	The bshdoc command requires Java 1.4 for regular expressions.
	<p/>
]]></Text>
      <Tags>
      <method>void bshdoc( String filename, String text ) </method>
      <method>void bshdoc( String [] filenames ) 
</method>
      </Tags>
      </Comment>
  </File>
  <File>
    <Name>convert</Name>
    <Method>
      <Name>convert</Name>
      <Sig>convert ( ) </Sig>
    </Method>
      <Comment>
      <Text><![CDATA[
	Encapsulates two methods for converting to and from 
	binary and string representations of data:
	<LI>String toHexStringFrom(byte[] b)
  <LI>byte[] toByteArrayFrom(String hexString)

]]></Text>
      <Tags>
      </Tags>
      </Comment>
  </File>
  <File>
    <Name>exit</Name>
    <Method>
      <Name>exit</Name>
      <Sig>String exit ( ) </Sig>
    </Method>
      <Comment>
      <Text><![CDATA[
	Helps prevent scripted exit of the virtual machine.
	Overrides standard BeanShell exit.bsh.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
  </File>
  <File>
    <Name>print</Name>
    <Method>
      <Name>print</Name>
      <Sig>String print ( arg ) </Sig>
    </Method>
      <Comment>
      <Text><![CDATA[
	Overrides standard BeanShell print.bsh.

]]></Text>
      <Tags>
      </Tags>
      </Comment>
  </File>
</BshDoc>
