Class AbstractGenerator<T>

    • Constructor Detail

      • AbstractGenerator

        public AbstractGenerator()
    • Method Detail

      • setToolContext

        public void setToolContext​(ToolContext arg)
      • setOutputBase

        public void setOutputBase​(File out)
      • getOutputBase

        public File getOutputBase()
      • setServiceModel

        public void setServiceModel​(ServiceInfo s)
      • getServiceModel

        public ServiceInfo getServiceModel()
      • getBus

        public Bus getBus()
      • setBus

        public void setBus​(Bus b)
      • setAllowImports

        public void setAllowImports​(boolean b)
      • allowImports

        public boolean allowImports()
      • generate

        public abstract T generate​(File file)
      • createOutputDir

        protected File createOutputDir​(File file)