com.ibm.as400.ui.tools
Class OnlineHelpGeneratorEx

java.lang.Object
  extended by com.ibm.as400.ui.tools.OnlineHelpGeneratorEx

public class OnlineHelpGeneratorEx
extends Object


Field Summary
Modifier and Type Field and Description
static boolean m_descriptorTrace
           
 boolean m_update
           
static ToolsResourceLoader resourceLoader
           
 
Constructor Summary
Constructor and Description
OnlineHelpGeneratorEx(String sXML)
           
 
Method Summary
Modifier and Type Method and Description
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceLoader

public static ToolsResourceLoader resourceLoader

m_descriptorTrace

public static boolean m_descriptorTrace

m_update

public boolean m_update
Constructor Detail

OnlineHelpGeneratorEx

public OnlineHelpGeneratorEx(String sXML)
                      throws MissingResourceException,
                             ParseException,
                             FileNotFoundException,
                             IOException,
                             PDMLSpecificationException,
                             HelpException
Throws:
MissingResourceException
ParseException
FileNotFoundException
IOException
PDMLSpecificationException
HelpException
Method Detail

main

public static void main(String[] args)
                 throws MissingResourceException,
                        ParseException,
                        FileNotFoundException,
                        IOException,
                        PDMLSpecificationException,
                        HelpException
Throws:
MissingResourceException
ParseException
FileNotFoundException
IOException
PDMLSpecificationException
HelpException