Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EmptyFileTextResource (0.17 sec)

  1. platforms/software/resources/src/main/java/org/gradle/internal/resource/EmptyFileTextResource.java

     * (which does not actually exist in the file system).
     */
    public class EmptyFileTextResource extends UriTextResource {
        private static final HashCode SIGNATURE = Hashing.signature(EmptyFileTextResource.class);
    
        EmptyFileTextResource(String description, @Nonnull File sourceFile, RelativeFilePathResolver resolver) {
            super(description, sourceFile, resolver);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/project/ProjectFactoryTest.groovy

    import org.gradle.internal.management.DependencyResolutionManagementInternal
    import org.gradle.internal.reflect.Instantiator
    import org.gradle.internal.resource.DefaultTextFileResourceLoader
    import org.gradle.internal.resource.EmptyFileTextResource
    import org.gradle.internal.scripts.ProjectScopedScriptResolution
    import org.gradle.internal.service.ServiceRegistry
    import org.gradle.internal.service.scopes.ServiceRegistryFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jul 06 10:41:06 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top