Class BuildFileLoader


  • public class BuildFileLoader
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.codehaus.groovy.ast.ASTNode> loadBuildFile​(java.nio.file.Path buildFile, java.nio.file.Path codebaseDir)  
      java.nio.file.Path resolveApplyFromFile​(java.lang.String applyFromFileName, java.nio.file.Path buildFile, java.util.Map<java.lang.String,​java.lang.String> properties)  
      • Methods inherited from class java.lang.Object

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

      • BuildFileLoader

        public BuildFileLoader​(tech.kronicle.utils.FileUtils fileUtils,
                               BuildFileCache buildFileCache,
                               PropertyExpander propertyExpander)
    • Method Detail

      • loadBuildFile

        public java.util.List<org.codehaus.groovy.ast.ASTNode> loadBuildFile​(java.nio.file.Path buildFile,
                                                                             java.nio.file.Path codebaseDir)
      • resolveApplyFromFile

        public java.nio.file.Path resolveApplyFromFile​(java.lang.String applyFromFileName,
                                                       java.nio.file.Path buildFile,
                                                       java.util.Map<java.lang.String,​java.lang.String> properties)