|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.compiler.doc.IdlDoc
This class is the IDL parser for generating documentations
Field Summary | |
static java.lang.String |
filename
Doc file name |
static java.lang.String |
footer
Documentation footer |
static java.lang.String |
header
Documentation header |
static boolean |
htmlDoc
Is the target HTML file |
static java.lang.String[] |
idl_file_name
IDL file name |
static java.util.Vector |
idl_file_name_list
IDL files list |
static java.lang.String |
outdir
Indicates the output directory |
static java.lang.String |
packageName
Generated package name |
static java.lang.String |
Release
ORB release version |
static boolean |
stylesheet
Stylesheet to use |
static java.lang.String |
title
Documentation title |
static boolean |
use_package
Indicates if the package name is used |
static boolean |
usePrefix
Indicated of the prefixes are used |
Constructor Summary | |
IdlDoc()
|
Method Summary | |
static void |
affiche_aide()
Print help |
static void |
analyse_arguments(java.lang.String[] args)
Scan commang line args |
static void |
main(java.lang.String[] args)
The compiler starts here |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String[] idl_file_name
public static java.util.Vector idl_file_name_list
public static final java.lang.String Release
public static java.lang.String packageName
public static boolean use_package
public static java.lang.String outdir
public static boolean stylesheet
public static boolean htmlDoc
public static java.lang.String title
public static java.lang.String header
public static java.lang.String footer
public static java.lang.String filename
public static boolean usePrefix
Constructor Detail |
public IdlDoc()
Method Detail |
public static void affiche_aide()
public static void analyse_arguments(java.lang.String[] args)
args
- args listpublic static void main(java.lang.String[] args)
args
- commmand line args
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |