fr.tireme.schemadoc.symbols
Class ParamSystemSymbols

java.lang.Object
  extended by fr.tireme.schemadoc.symbols.ParamSystemSymbols

public class ParamSystemSymbols
extends java.lang.Object

Author:
pierre

Field Summary
static java.lang.String PARAM_ANALDOC_HTML_NEEDED_FILES_LIST
          HTML needed file list
static java.lang.String PARAM_ANALDOC_PDF_NEEDED_FILES_LIST
          PDF needed file list
static java.lang.String PARAM_HTML_NEEDED_FILES_LIST
          HTML needed file list
static java.lang.String PARAM_PDF_NEEDED_FILES_LIST
          PDF needed file list
static java.lang.String PARAM_SCHEMADOC_SYSTEM_CONFIG
          System configuration that is not user modifyable.
 
Constructor Summary
ParamSystemSymbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_SCHEMADOC_SYSTEM_CONFIG

public static final java.lang.String PARAM_SCHEMADOC_SYSTEM_CONFIG
System configuration that is not user modifyable.


PARAM_HTML_NEEDED_FILES_LIST

public static final java.lang.String PARAM_HTML_NEEDED_FILES_LIST
HTML needed file list


PARAM_PDF_NEEDED_FILES_LIST

public static final java.lang.String PARAM_PDF_NEEDED_FILES_LIST
PDF needed file list


PARAM_ANALDOC_HTML_NEEDED_FILES_LIST

public static final java.lang.String PARAM_ANALDOC_HTML_NEEDED_FILES_LIST
HTML needed file list


PARAM_ANALDOC_PDF_NEEDED_FILES_LIST

public static final java.lang.String PARAM_ANALDOC_PDF_NEEDED_FILES_LIST
PDF needed file list

Constructor Detail

ParamSystemSymbols

public ParamSystemSymbols()