Interface PackageOutlineProcessor<T,C>


public interface PackageOutlineProcessor<T,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(C context, com.sun.tools.xjc.outline.PackageOutline packageOutline, com.sun.tools.xjc.Options options)
     
  • Method Details

    • process

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