Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutputPropertySpec (0.18 sec)

  1. platforms/core-execution/execution/src/integTest/groovy/org/gradle/internal/execution/MutableUnitOfWorkBuilder.groovy

                }
            }
        }
    
        static class OutputPropertySpec {
            File root
            TreeType treeType
    
            OutputPropertySpec(File root, TreeType treeType) {
                this.treeType = treeType
                this.root = root
            }
        }
    
        static OutputPropertySpec outputDirectorySpec(File dir) {
            return new OutputPropertySpec(dir, TreeType.DIRECTORY)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top