Class QuarkusAppPaths


  • public class QuarkusAppPaths
    extends org.drools.codegen.common.AppPaths
    AppPaths's extension in Quarkus context.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.drools.codegen.common.AppPaths

        org.drools.codegen.common.AppPaths.BuildTool
    • Field Summary

      • Fields inherited from class org.drools.codegen.common.AppPaths

        TARGET_DIR
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected QuarkusAppPaths​(java.util.Set<java.nio.file.Path> projectPaths, java.util.Collection<java.nio.file.Path> classesPaths, boolean isJar, org.drools.codegen.common.AppPaths.BuildTool bt, java.nio.file.Path outputTarget)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.drools.codegen.common.AppPaths from​(java.nio.file.Path outputTarget, java.lang.Iterable<java.nio.file.Path> paths, org.drools.codegen.common.AppPaths.BuildTool bt)  
      • Methods inherited from class org.drools.codegen.common.AppPaths

        fromProjectDir, fromTestDir, getClassesPaths, getFirstProjectPath, getOutputTarget, getPaths, getResourceFiles, getResourcePaths, getSourcePaths, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QuarkusAppPaths

        protected QuarkusAppPaths​(java.util.Set<java.nio.file.Path> projectPaths,
                                  java.util.Collection<java.nio.file.Path> classesPaths,
                                  boolean isJar,
                                  org.drools.codegen.common.AppPaths.BuildTool bt,
                                  java.nio.file.Path outputTarget)
    • Method Detail

      • from

        public static org.drools.codegen.common.AppPaths from​(java.nio.file.Path outputTarget,
                                                              java.lang.Iterable<java.nio.file.Path> paths,
                                                              org.drools.codegen.common.AppPaths.BuildTool bt)