com.ibm.as400.ui.tools
Class MutableResourceParser

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

public class MutableResourceParser
extends Object


Field Summary
Modifier and Type Field and Description
protected  Hashtable m_comments
           
protected  String[] m_header
           
protected  int m_headerIndex
           
 
Constructor Summary
Constructor and Description
MutableResourceParser(File file)
           
MutableResourceParser(String sFile)
           
 
Method Summary
Modifier and Type Method and Description
protected  void addToHeader(String s)
           
 String getComment(String sName)
           
 String[] getHeaderComment()
           
protected  void processDocument()
           
protected  String processHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_comments

protected Hashtable m_comments

m_header

protected String[] m_header

m_headerIndex

protected int m_headerIndex
Constructor Detail

MutableResourceParser

public MutableResourceParser(String sFile)
                      throws FileNotFoundException,
                             IOException
Throws:
FileNotFoundException
IOException

MutableResourceParser

public MutableResourceParser(File file)
                      throws FileNotFoundException,
                             IOException
Throws:
FileNotFoundException
IOException
Method Detail

getComment

public String getComment(String sName)

getHeaderComment

public String[] getHeaderComment()

processDocument

protected void processDocument()
                        throws IOException
Throws:
IOException

processHeader

protected String processHeader()
                        throws IOException
Throws:
IOException

addToHeader

protected void addToHeader(String s)