Interface FileGenerator<T extends CtElement>

All Superinterfaces:
FactoryAccessor, Processor<T>
All Known Implementing Classes:
JavaOutputProcessor

public interface FileGenerator<T extends CtElement> extends Processor<T>
This interface should be implemented by processing tasks that generate new files as processing results. This interface is typically implemented by processors that generate files during processing. For a given processing environment, the default file generator is set to the default output directory that is retrieved by using Environment.getDefaultFileGenerator().
  • Method Details

    • getOutputDirectory

      File getOutputDirectory()
      Gets the root directory where files are created.
    • getCreatedFiles

      List<File> getCreatedFiles()
      Gets the created files.