Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,472 for asSnapshot (1.78 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/FileSystemNode.java

     * limitations under the License.
     */
    
    package org.gradle.internal.snapshot;
    
    import javax.annotation.CheckReturnValue;
    import java.util.Optional;
    import java.util.stream.Stream;
    
    /**
     * Any snapshot in the tree of the virtual file system.
     */
    public interface FileSystemNode {
        /**
         * The snapshot information at this node.
         *
         * {@link Optional#empty()} if no information is available.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/impl/IgnoredPathFingerprintingStrategy.java

                    if (snapshot.getType() != FileType.Directory) {
                        HashCode normalizedContentHash = getNormalizedContentHash(snapshot, normalizedContentHasher);
                        if (normalizedContentHash != null) {
                            builder.put(snapshot.getAbsolutePath(), IgnoredPathFileSystemLocationFingerprint.create(snapshot.getType(), normalizedContentHash));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  3. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java

    import org.gradle.internal.file.FileHierarchySet;
    import org.gradle.internal.file.FileMetadata;
    import org.gradle.internal.snapshot.FileSystemLocationSnapshot;
    import org.gradle.internal.snapshot.FileSystemSnapshotHierarchyVisitor;
    import org.gradle.internal.snapshot.SnapshotHierarchy;
    import org.gradle.internal.snapshot.SnapshotVisitResult;
    import org.gradle.internal.watch.registry.FileWatcherProbeRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/VirtualFileSystem.java

     */
    
    package org.gradle.internal.vfs;
    
    import org.gradle.internal.snapshot.FileSystemLocationSnapshot;
    import org.gradle.internal.snapshot.MetadataSnapshot;
    
    import java.util.Optional;
    import java.util.function.Supplier;
    import java.util.stream.Stream;
    
    public interface VirtualFileSystem {
    
        /**
         * Returns the snapshot stored at the absolute path if it exists in the VFS.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/maven/MavenS3SnapshotRepoIntegrationTest.groovy

        }
    
        def "resolves a dynamic maven snapshot module stored in S3"() {
            setup:
            module.publish()
    
            and:
            buildFile << mavenAwsRepoDsl()
            buildFile << """
    configurations { compile }
    
    
    dependencies{
        compile 'org.gradle:test:1.45-SNAPSHOT+'
    }
    
    task retrieve(type: Sync) {
        from configurations.compile
        into 'libs'
    }
    """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/impl/NameOnlyFingerprintingStrategy.java

                @Override
                public void visitAcceptedEntry(FileSystemLocationSnapshot snapshot, boolean isRoot) {
                    String absolutePath = snapshot.getAbsolutePath();
                    if (getDirectorySensitivity().shouldFingerprint(snapshot)) {
                        if (isRoot && snapshot.getType() == FileType.Directory) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLatestResolveIntegrationTest.groovy

            // We use a non-unique snapshot here because we are using a file repository, and we want the file name to be projectC-2.1-SNAPSHOT.jar
            // For a file repository, the resolved artifact name would be the unique snapshot version (since we use artifact in-place)
            mavenRepo().module('org.test', 'projectC', '2.1-SNAPSHOT').withNonUniqueSnapshots().publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/MapValueSnapshot.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.snapshot.impl;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.internal.snapshot.ValueSnapshot;
    import org.gradle.internal.snapshot.ValueSnapshotter;
    
    public class MapValueSnapshot extends AbstractMapSnapshot<ValueSnapshot> implements ValueSnapshot {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  9. platforms/core-execution/snapshots/src/testFixtures/groovy/org/gradle/internal/snapshot/SnapshotVisitorUtil.groovy

     */
    
    package org.gradle.internal.snapshot
    
    import org.gradle.internal.RelativePathSupplier
    
    import static org.gradle.internal.snapshot.SnapshotVisitResult.CONTINUE
    
    class SnapshotVisitorUtil {
        static List<String> getAbsolutePaths(FileSystemSnapshot snapshot, boolean includeRoots = false) {
            def absolutePaths = []
            snapshot.accept(new RootTrackingFileSystemSnapshotHierarchyVisitor() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/LockingInteractionsIntegrationTest.groovy

            '[1.0,)'             | '2.2-SNAPSHOT'
            '+'                  | '2.2-SNAPSHOT'
            'latest.release'     | '2.1'
            'latest.integration' | '2.2-SNAPSHOT'
    
        }
    
        def 'kind of locks snapshots but warns about it'() {
            mavenRepo.module('org', 'bar', '1.0-SNAPSHOT').publish()
            mavenRepo.module('org', 'bar', '1.0-SNAPSHOT').publish()
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top