Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultTaskOutputFilePropertyRegistration (0.44 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskOutputFilePropertyRegistration.java

    import org.gradle.internal.properties.StaticValue;
    
    public class DefaultTaskOutputFilePropertyRegistration extends AbstractTaskFilePropertyRegistration implements TaskOutputFilePropertyRegistration {
        private final OutputFilePropertyType outputFilePropertyType;
    
        public DefaultTaskOutputFilePropertyRegistration(StaticValue value, OutputFilePropertyType outputFilePropertyType) {
            super(value);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 18 11:32:10 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top