Interface PackageOutlineProcessor<T,​C>


  • public interface PackageOutlineProcessor<T,​C>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T process​(C context, com.sun.tools.xjc.outline.PackageOutline packageOutline, com.sun.tools.xjc.Options options)  
    • Method Detail

      • process

        T process​(C context,
                  com.sun.tools.xjc.outline.PackageOutline packageOutline,
                  com.sun.tools.xjc.Options options)
           throws Exception
        Throws:
        Exception