org.makumba.devel
Interface SourceViewer

All Known Implementing Classes:
errorViewer, GeneratedCodeViewer, javaViewer, jspViewer, LineViewer, logicViewer, mddViewer

public interface SourceViewer

shows a file JSP or MDD file that refers to MDDs, and shows the references to other MDDs and Java files as links the file is already known and open when parseText is called


Method Summary
 File getDirectory()
          if this resource is actually a directory, return it, otherwise return null
 void parseText(PrintWriter w)
          parse the text and write the output
 

Method Detail

parseText

void parseText(PrintWriter w)
               throws IOException
parse the text and write the output

Throws:
IOException

getDirectory

File getDirectory()
if this resource is actually a directory, return it, otherwise return null