Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flag (0.13 sec)

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

    /**
     * maven dependency metadata graph
     *
     *
     */
    @Deprecated
    public class MetadataGraph {
        public static final int DEFAULT_VERTICES = 32;
        public static final int DEFAULT_EDGES = 64;
    
        // flags to indicate the granularity of vertices
        private boolean versionedVertices = false;
        private boolean scopedVertices = false;
        /**
         * the entry point we started building the graph from
         */
    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)
Back to top