org.esa.beam.framework.gpf.doclet
Interface OperatorHandler

All Known Implementing Classes:
OperatorHandlerConsole, OperatorHandlerHtml

public interface OperatorHandler


Method Summary
 void processOperator(OperatorDesc operatorDesc)
           
 void start(com.sun.javadoc.RootDoc root)
           
 void stop(com.sun.javadoc.RootDoc root)
           
 

Method Detail

start

void start(com.sun.javadoc.RootDoc root)
           throws Exception
Throws:
Exception

stop

void stop(com.sun.javadoc.RootDoc root)
          throws Exception
Throws:
Exception

processOperator

void processOperator(OperatorDesc operatorDesc)
                     throws Exception
Throws:
Exception


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.