com.ibm.as400.ui.tools
Class EventHandlerParser

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

public class EventHandlerParser
extends Object


Constructor Summary
Constructor and Description
EventHandlerParser(File file)
           
EventHandlerParser(String sFile)
           
 
Method Summary
Modifier and Type Method and Description
 String getBaseClassName()
           
 Vector getBody()
           
 String getClassName()
           
 Vector getHeaders()
           
 Vector getInterfaceMethodBody(String s)
           
 String getInterfaceMethodDeclaration(String s)
           
 Enumeration getInterfaceMethodDeclarations()
           
 Vector getInterfaces()
           
 Vector getTrailers()
           
 boolean hasImport(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerParser

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

EventHandlerParser

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

getClassName

public String getClassName()

getBaseClassName

public String getBaseClassName()

getInterfaces

public Vector getInterfaces()

getHeaders

public Vector getHeaders()

getTrailers

public Vector getTrailers()

getBody

public Vector getBody()

getInterfaceMethodDeclaration

public String getInterfaceMethodDeclaration(String s)

getInterfaceMethodDeclarations

public Enumeration getInterfaceMethodDeclarations()

getInterfaceMethodBody

public Vector getInterfaceMethodBody(String s)

hasImport

public boolean hasImport(String s)