European
Southern
Observatory

ESO — Reaching New Heights in Astronomy

Countries taking part in the ESO

VLT Software Documentation

java_file.5

Manpage of java_file

java_file

Section: File Formats (5)
Updated: 2011-06-08 09:09
Index Return to man pages list
 

NAME

java_file - program written in java language

 

SYNOPSIS


    <mod>/src/<program>.java
         /test/<program>.java


 

DESCRIPTION


A java program shall be written using the convention
established in ...

An empty template is provided by getTemplate(7) in the "code" menu.
Complete the template according to the following instruction:


**************... .  .
* E.S.O. - VLT project
*
* "@(#) ...."            <<<< the identificator DO NOT MODIFY IT
*
* who       when        what
* --------  ----------  --------------
* NNNNNNNN  yyyy-mm-dd  created
* |------------------| <<<<in the template these two fields are changed
                         according to the current value of username and date.


>>>>complete the man page as explained<<<
******************.. .
*   NAME
*   <program_name> - <brief description of program>
*
*   SYNOPSIS
*   <program_name> [<par_1> [<par_2>  . . . [<par_n>]]]
*
*   DESCRIPTION
*   <detailed explanation of the functionality>
*   ...............................................
*   ...............................................
*   ...............................................
*                .
*                .
*   ...............................................
*
*   <par_1> <description and grammar rules for the first parameter>
*            ....................................
*   <par_2> ....................................
*                .
*                .
*   <par_n> <description and grammar rules for the n-th parameter>
*            ....................................
*
*   FILES
*   <file_1>  <access> <meaning and purpose of the file>
#                           .................................
*   <file_2>  <access> ....................................
*   ......
*
*   ENVIRONMENT
*   <var_1>   <access> <meaning and purpose of the variable>
*                      ....................................
*   <var_2>   <access> ....................................
*   ......
*
*   COMMANDS
*   <Command_1>  brief description of the action performed
*                     .........................................
*   <Command_2>  .........................................
*   ......
*
*   RETURN VALUES
*   <ret_value_1> <message> <diagnostic of the error>
*                                .........................
*   <ret_value_2> <message> .........................
*   ......
*
*   CAUTIONS
*   (optional)
*   ......
*   ......
*
*   EXAMPLES
*   (optional)
*   ......
*   ......
*
*   SEE ALSO
*   (optional)
*   ......
*   ......
*
*   BUGS
*   (optional)
*   ......
*   ......
*
*------------ -  -  -
*

/*
 * Import java packages
 */

/*
 * Import VLT packages
 */


/**
 *   <b>ESO - VLT Project</b><br>
 *
 *
 *   @author <user>
 *   @version "@(#) ...."            <<<< the identificator DO NOT MODIFY IT
 *
 */


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 09:09:11 GMT, June 08, 2011
Generated on Wed Jun 8 09:09:12 2011 for forCoding - 1.50 API by doxygen 1.6.3