Interface Combiner

  • All Known Implementing Classes:
    AnnotationCombiner, ServiceCombiner

    public interface Combiner
    Interface for combining structurally-delicate items (such as annotations) which need to be unified to a single output.
    Author:
    Mark Hiner
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void combine​(File outputDirectory)
      Combines a collection of items and writes the result to the provided directory.
    • Method Detail

      • combine

        void combine​(File outputDirectory)
              throws Exception
        Combines a collection of items and writes the result to the provided directory.
        Throws:
        Exception