Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for setEntries (0.5 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Classpath.java

            this(new XmlTransformer(), fileReferenceFactory);
        }
    
        public Classpath() {
            this(new FileReferenceFactory());
        }
    
        public List<ClasspathEntry> getEntries() {
            return entries;
        }
    
        public void setEntries(List<ClasspathEntry> entries) {
            this.entries = entries;
        }
    
        @Override
        protected String getDefaultResourceName() {
            return "defaultClasspath.xml";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/BuildCacheEntryPacker.java

        class PackResult {
            private final long entries;
    
            public PackResult(long entries) {
                this.entries = entries;
            }
    
            public long getEntries() {
                return entries;
            }
        }
    
        UnpackResult unpack(CacheableEntity entity, InputStream input, OriginReader readOrigin) throws IOException;
    
        class UnpackResult {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/IsolatedMap.java

        public IsolatedMap(ImmutableList<MapEntrySnapshot<Isolatable<?>>> entries) {
            super(entries);
        }
    
        @Nullable
        @Override
        public Map<Object, Object> create() {
            return new LinkedHashMap<>(getEntries().size());
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. platforms/jvm/normalization-java/src/main/java/org/gradle/api/internal/changedetection/state/MetaInfAwareClasspathResourceHasher.java

            Attributes mainAttributes = manifest.getMainAttributes();
            hashManifestAttributes(mainAttributes, "main", hasher);
            Map<String, Attributes> entries = manifest.getEntries();
            Set<String> names = new TreeSet<>(manifest.getEntries().keySet());
            for (String name : names) {
                hashManifestAttributes(entries.get(name), name, hasher);
            }
            return hasher.hash();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/ZipFileTree.java

                AtomicBoolean stopFlag = new AtomicBoolean();
                try (ZipFile zip = ZipFile.builder().setFile(zipFile).get()) {
                    // The iteration order of zip.getEntries() is based on the hash of the zip entry. This isn't much use
                    // to us. So, collect the entries in a map and iterate over them in alphabetical order.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/AbstractMapSnapshot.java

        public AbstractMapSnapshot(ImmutableList<MapEntrySnapshot<T>> entries) {
            this.entries = entries;
        }
    
        public ImmutableList<MapEntrySnapshot<T>> getEntries() {
            return entries;
        }
    
        @Override
        public void appendToHasher(Hasher hasher) {
            hasher.putString("Map");
            hasher.putInt(entries.size());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcDfsRootEnum.java

            info.level = level;
            info.e = new netdfs.DfsEnumArray200();
            ptype = 0;
            flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
        public FileEntry[] getEntries() {
            netdfs.DfsEnumArray200 a200 = (netdfs.DfsEnumArray200)info.e;
            SmbShareInfo[] entries = new SmbShareInfo[a200.count];
            for (int i = 0; i < a200.count; i++) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  8. src/main/java/jcifs/dcerpc/msrpc/MsrpcDfsRootEnum.java

            this.info.level = this.level;
            this.info.e = new netdfs.DfsEnumArray200();
            this.ptype = 0;
            this.flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
    
        public FileEntry[] getEntries () {
            netdfs.DfsEnumArray200 a200 = (netdfs.DfsEnumArray200) this.info.e;
            SmbShareInfo[] entries = new SmbShareInfo[a200.count];
            for ( int i = 0; i < a200.count; i++ ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/AbstractIsolatedMap.java

            }
            return new MapValueSnapshot(builder.build());
        }
    
        @Override
        public T isolate() {
            T map = create();
            for (MapEntrySnapshot<Isolatable<?>> entry : getEntries()) {
                map.put(entry.getKey().isolate(), entry.getValue().isolate());
            }
            return map;
        }
    
        @Nullable
        @Override
        public <S> S coerce(Class<S> type) {
            return null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. src/main/java/jcifs/dcerpc/msrpc/MsrpcShareEnum.java

            super("\\\\" + server, 1, new srvsvc.ShareInfoCtr1(), -1, 0, 0);
            this.ptype = 0;
            this.flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
    
        public FileEntry[] getEntries () {
            /*
             * The ShareInfo1 class does not implement the FileEntry
             * interface (because it is generated from IDL). Therefore
             * we must create an array of objects that do.
             */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2K bytes
    - Viewed (0)
Back to top