javatags - Generate a C tags file from Java sources.
me "@javatags" [-v%tag-option=<flags>] [files]
The start-up file javatags.emf may be invoked from the command line to generate a tags file for java source files.
Given a list of files a tags file tags is generated in the current directory, which may be used by the find-tag(2) command. This is a good alternative on Microsoft platforms where a utility such as ctags(1) is not typically available to process Java files. If no files are specified the default file list is "./", i.e. process the current directory. If a directory name is given (such as the default "./") all Java source files within the directory will be processed.
The value of variable %tag-option is used to control the tag generation process, its value <flags> can contain any number of the following flags:
a
m
r
v
s
The generated tags file includes #define and C++ class names.
This function is invoked from menu
Tools -> C Tools -> Create Tags File
when the user requests a tags file to be generated.
The user setup file "myjavatags.emf" is executed by javatags during start-up, this file can be used to over-ride any of the javatags configuration variables (see below).
The following variables are set within "javatags.emf" and are used to control the process:-
%tag-option
%tag-filemask
%tag-ignoredir
These variables can be changed using the -v command-line option or via the "myjavatags.emf" file
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12