Interface JaxbConfiguration

  • All Superinterfaces:
    org.kie.api.io.ResourceConfiguration

    public interface JaxbConfiguration
    extends org.kie.api.io.ResourceConfiguration
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getClasses()  
      java.lang.String getSystemId()  
      com.sun.tools.xjc.Options getXjcOpts()  
      • Methods inherited from interface org.kie.api.io.ResourceConfiguration

        fromProperties, toProperties
    • Method Detail

      • getXjcOpts

        com.sun.tools.xjc.Options getXjcOpts()
      • getSystemId

        java.lang.String getSystemId()
      • getClasses

        java.util.List<java.lang.String> getClasses()