com.ibm.as400.ui.tools
Class HelpFileParser

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

public class HelpFileParser
extends Object


Field Summary
Modifier and Type Field and Description
 Hashtable helpTable
           
protected static BufferedReader m_hInput
           
static ToolsResourceLoader resourceLoader
           
 
Constructor Summary
Constructor and Description
HelpFileParser()
           
 
Method Summary
Modifier and Type Method and Description
 Vector getSectionContent(String sID)
           
static void main(String[] args)
           
protected  void parseHelpFile()
           
 void processHelpFile(String sHfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_hInput

protected static BufferedReader m_hInput

helpTable

public Hashtable helpTable

resourceLoader

public static ToolsResourceLoader resourceLoader
Constructor Detail

HelpFileParser

public HelpFileParser()
Method Detail

parseHelpFile

protected void parseHelpFile()
                      throws IOException
Throws:
IOException

getSectionContent

public Vector getSectionContent(String sID)

processHelpFile

public void processHelpFile(String sHfile)
                     throws IOException,
                            FileNotFoundException,
                            ParseException
Throws:
IOException
FileNotFoundException
ParseException

main

public static void main(String[] args)