Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for depth (0.18 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraphEdge.java

            return scope;
        }
    
        public void setScope(ArtifactScopeEnum scope) {
            this.scope = scope;
        }
    
        public int getDepth() {
            return depth;
        }
    
        public void setDepth(int depth) {
            this.depth = depth;
        }
    
        public boolean isResolved() {
            return resolved;
        }
    
        public void setResolved(boolean resolved) {
            this.resolved = resolved;
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 11:28:54 GMT 2023
    - 4.8K bytes
    - Viewed (0)
  2. maven-compat/src/test/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolutionPolicyTest.java

        @Test
        void testDefaultPolicy() throws Exception {
            MetadataGraphEdge res;
    
            res = policy.apply(e1, e2);
            assertEquals("1.1", res.getVersion(), "Wrong depth edge selected");
    
            res = policy.apply(e1, e3);
            assertEquals("1.2", res.getVersion(), "Wrong version edge selected");
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  3. maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java

            processTreeNodes(null, tree, 0, 0);
        }
        // ------------------------------------------------------------------------
        private void processTreeNodes(MetadataGraphVertex parentVertex, MetadataTreeNode node, int depth, int pomOrder)
                throws MetadataResolutionException {
            if (node == null) {
                return;
            }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Oct 05 18:41:13 GMT 2023
    - 13.1K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionNode.java

            this.remoteRepositories = remoteRepositories;
            depth = 0;
            parents = Collections.emptyList();
            parent = null;
        }
    
        public ResolutionNode(Artifact artifact, List<ArtifactRepository> remoteRepositories, ResolutionNode parent) {
            this.artifact = artifact;
            this.remoteRepositories = remoteRepositories;
            depth = parent.depth + 1;
            parents = new ArrayList<>();
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 11:28:54 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  5. Jenkinsfile.s390x

                              checkout([$class: 'GitSCM',
                                      branches: [[name: ITS_BRANCH]],
                                      extensions: [[$class: 'CloneOption', depth: 1, noTags: true, shallow: true]],
                                      userRemoteConfigs: [[url: 'https://github.com/apache/maven-integration-testing.git']]])
                            } catch (Throwable e) {
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  6. Jenkinsfile

                                      checkout([$class: 'GitSCM',
                                              branches: [[name: ITS_BRANCH]],
                                              extensions: [[$class: 'CloneOption', depth: 1, noTags: true, shallow: true]],
                                              userRemoteConfigs: [[url: 'https://github.com/apache/maven-integration-testing.git']]])
                                    } catch (Throwable e) {
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    tXMLWriter.class package org.codehaus.plexus.util.xml; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer,...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 164.6K bytes
    - Viewed (0)
  8. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    tXMLWriter.class package org.codehaus.plexus.util.xml; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer,...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 164.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    tXMLWriter.class package org.codehaus.plexus.util.xml; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer,...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160K bytes
    - Viewed (0)
  10. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    tXMLWriter.class package org.codehaus.plexus.util.xml; public synchronized class PrettyPrintXMLWriter implements XMLWriter { private java.io.PrintWriter writer; private java.util.LinkedList elementStack; private boolean tagInProgress; private int depth; private String lineIndenter; private String encoding; private String docType; private boolean readyForNewLine; private boolean tagIsEmpty; public void PrettyPrintXMLWriter(java.io.PrintWriter, String); public void PrettyPrintXMLWriter(java.io.Writer,...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
Back to top