org.objectweb.jac.ide
Interface AspectPlugin

All Known Implementing Classes:
AbstractPlugin

public interface AspectPlugin

Aspect configuration plugin interface.


Method Summary
 void genConfig(Writer output, Project project)
          Generate default rtti config code for a project
 

Method Detail

genConfig

public void genConfig(Writer output,
                      Project project)
               throws IOException
Generate default rtti config code for a project

Parameters:
output - config code will be written to this Writer
project - the project to generate the configuration for
Throws:
IOException