de.hillenbrand.jedi.compiler
Interface JavaDocCompiler

All Known Implementing Classes:
JavaDoc11Compiler, JavaDoc2SDK12Compiler, JavaDoc2SDK13Compiler, JavaDoc2SDK14Compiler, JavaDoc2SDK15Compiler

public interface JavaDocCompiler


Method Summary
 void compile(de.hillenbrand.swing.HTextArea messages, java.io.File outdir)
           
 java.lang.String getArguments()
           
 java.lang.String getBinary()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 javax.swing.JPanel getOptionPanel()
           
 

Method Detail

compile

public void compile(de.hillenbrand.swing.HTextArea messages,
                    java.io.File outdir)

getArguments

public java.lang.String getArguments()

getBinary

public java.lang.String getBinary()

getID

public java.lang.String getID()

getName

public java.lang.String getName()

getOptionPanel

public javax.swing.JPanel getOptionPanel()